Getting Started
DevTools AI is a Next.js app that exposes ten single-purpose developer tools, each backed by a single, reusable AI service that proxies requests to OpenRouter.
What you need
- Node.js 20.9 or later
- pnpm
- An OpenRouter API key from openrouter.ai/keys — the default model is free, so a key with no credits works fine
Quick start
git clone <your-fork-url> cd devtools-ai pnpm install cp .env.example .env.local # add your OPENROUTER_API_KEY to .env.local pnpm dev
Then open http://localhost:3000 and pick any tool from /tools.
Next steps
- Installation — full setup and available scripts
- Configuration — every environment variable and what it does
- Architecture — how the tool registry and AI service layer fit together
- API Reference — the request/response contract for the tools endpoint