This is a concept (front-end) application and is shared here to help you a little. You will need to add your own back-end and perhaps modify the UI for your purposes. This conceptual program also works.
DIY solution to build AI Deep Research. (Version 1.0.0)
- Find prompts on
./constants.ts
for customizations - Find AI model (GEMINI_TEXT_MODEL) on
./constants.ts
for changes - PDF download has been disabled for now, need to fix.
Prerequisites: Node.js
- Install dependencies:
npm install
- Set the
GEMINI_API_KEY
in .env.local to your Gemini API key - Run the app:
npm run dev