Meet DeerFlow, your ultimate Deep
Research assistant. With powerful tools like search engines, web
crawlers, Python and MCP services, it provides instant insights,
comprehensive reports, or even captivating podcasts.
* DEER stands for Deep Exploration and Efficient Research.
);
}
const caseStudies = [
{
icon: Home,
title: "Design a futuristic smart home for a family of 4",
description:
"DeepFlow generates innovative concepts and detailed blueprints for a cutting-edge smart home, incorporating AI-driven automation and sustainable energy solutions.",
},
{
icon: Book,
title: "Write a historical fiction novel set in ancient Rome",
description:
"DeepFlow assists in crafting compelling characters, intricate plots, and historically accurate settings to bring your ancient Roman story to life.",
},
{
icon: ShoppingCart,
title: "Create a marketing campaign for a new eco-friendly product",
description:
"DeepFlow develops a strategic marketing plan, including social media content, ad designs, and audience targeting strategies to promote your sustainable product effectively.",
},
{
icon: Lightbulb,
title: "Invent a groundbreaking renewable energy solution",
description:
"DeepFlow helps brainstorm innovative ideas and provides technical schematics for a renewable energy solution that addresses global energy challenges.",
},
{
icon: Camera,
title: "Direct a short film about climate change",
description:
"DeepFlow assists in developing a compelling script, visual storyboards, and production plans to create an impactful short film on environmental issues.",
},
{
icon: Globe,
title: "Plan a sustainable travel itinerary for eco-conscious tourists",
description:
"DeepFlow designs a detailed travel plan featuring eco-friendly accommodations, activities, and transportation options for environmentally aware travelers.",
},
{
icon: Code,
title: "Develop an AI-powered app for mental health support",
description:
"DeepFlow provides guidance on app design, user experience, and AI integration to create a tool that offers personalized mental health resources and support.",
},
{
icon: Paintbrush,
title: "Create an immersive art installation on human connection",
description:
"DeepFlow assists in conceptualizing and designing an interactive art installation that explores themes of empathy, relationships, and the power of human connection.",
},
];
function CaseStudySection() {
return (
{caseStudies.map((caseStudy) => (
))}
);
}
function MultiAgentSection() {
return (
);
}
const features = [
{
Icon: Microscope,
name: "Dive Deeper and Reach Wider",
description:
"Unlock deeper insights with advanced tools. Our powerful search + crawling and Python tools gathers comprehensive data, delivering in-depth reports to enhance your study.",
href: "/",
cta: "Learn more",
background: (
),
className: "lg:col-start-1 lg:col-end-2 lg:row-start-1 lg:row-end-3",
},
{
Icon: User,
name: "Human-in-the-loop",
description:
"Refine your research plan, or adjust focus areas all through simple natural language.",
href: "/",
cta: "Learn more",
background: (
),
className: "lg:col-start-1 lg:col-end-2 lg:row-start-3 lg:row-end-4",
},
{
Icon: Bird,
name: "Lang Stack",
description:
"Build with confidence using the LangChain and LangGraph frameworks.",
href: "/",
cta: "Learn more",
background: (
),
className: "lg:col-start-2 lg:col-end-3 lg:row-start-1 lg:row-end-2",
},
{
Icon: Usb,
name: "MCP Integrations",
description:
"Supercharge your research workflow and expand your toolkit with seamless MCP integrations.",
href: "/",
cta: "Learn more",
background: (
),
className: "lg:col-start-2 lg:col-end-3 lg:row-start-2 lg:row-end-3",
},
{
Icon: Podcast,
name: "Podcast Generation",
description:
"Instantly generate podcasts from reports. Perfect for on-the-go learning or sharing findings effortlessly. ",
href: "/",
cta: "Learn more",
background: (
),
className: "lg:col-start-2 lg:col-end-3 lg:row-start-3 lg:row-end-4",
},
];
function CoreFeatureSection() {
return (
{features.map((feature) => (
))}
);
}
function JoinCommunitySection() {
return (
Join the DeerFlow Community
}
description="Contribute brilliant ideas to shape the future of DeerFlow. Collaborate, innovate, and make impacts."
/>
);
}