total
running
done
🤖
Ready to work
Submit a task and five AI agents will collaborate on it in the background.
⚡ Nisha Guide
🚀 Deploy
🔑 Keys
💡 Usage
✅ Checklist
🗺 Roadmap
🤝 Ai Bhaina
1
Install Wrangler
Cloudflare's CLI tool. Run once globally.
npm install -g wrangler
wrangler login
2
Create KV Namespace
Paste the returned id into wrangler.toml.
wrangler kv:namespace create AGENT_KV
3
Create Queue
wrangler queues create agent-tasks
4
Deploy Worker
Run from the worker/ folder. Copy the Worker URL from the output.
cd worker && wrangler deploy
5
Set API Key Secrets
Never put secrets in wrangler.toml. Run each command and paste your key when prompted.
wrangler secret put GOOGLE_API_KEY
wrangler secret put GROQ_API_KEY
wrangler secret put MISTRAL_API_KEY
wrangler secret put OPENROUTER_API_KEY
wrangler secret put GITHUB_TOKEN
6
Update WORKER_URL & Deploy Pages
Find REPLACE_WITH_YOUR_WORKER_URL in this file → paste your worker URL. Then deploy the pages/ folder to Cloudflare Pages.

All four providers have free tiers. Get keys in under 2 minutes each.

🔵
GOOGLE_API_KEY
Gemini Flash · Used by Planner + Researcher agents. Most generous free quota.
aistudio.google.com →
GROQ_API_KEY
Llama 3.3 70B · Used by Coder agent + fallback for all agents. Ultra fast inference.
console.groq.com →
🌊
MISTRAL_API_KEY
Mistral Large · Used by Writer agent. Excellent at polished prose + structured output.
console.mistral.ai →
🔮
OPENROUTER_API_KEY
DeepSeek R1 · Used by Reviewer agent. Deep reasoning for quality checks.
openrouter.ai →
🐙
GITHUB_TOKEN
Fine-grained PAT · Read + Write access to sdachary/nisha repo. Enables live Roadmap sync.
github.com/settings/tokens →
⚡ Task Types
App — code, scripts, tools, components
Research — analysis, reports, comparisons
Content — writing, docs, copy, emails
Other — anything else
⌨️ Shortcuts
Ctrl + Enter — Submit task
? button — Open this guide
Escape — Close guide
💾 Getting Files
📦 Download ZIP — all code files bundled
Export .md — full result as Markdown
Re-run — retry with fresh agents
🔧 Pipeline
Planner (Gemini) — breaks task into steps
Researcher (Gemini) — gathers information
Coder (Groq) — writes code, extracts files
Writer (Mistral) — creates final output
Reviewer (DeepSeek) — quality check
🗺
Click Roadmap tab to load live data from GitHub
🤝
Ai Bhaina
Llama 3.3 70B · Groq · always free