Framework
Next.js
A web-based efficient deep research tool that leverages EdgeOne Pages' edge AI capabilities to provide users with a free experience of DeepSeek R1. This tool implements smooth web search functionality through searxng, making the research process more convenient.
This demo project streamlines the complete Deep Research workflow. For a higher quality research experience, you can flexibly replace it with other AI models or integrate professional search engines like tavily to further enhance research efficiency and accuracy.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!