An AI-powered tool that transforms project ideas into detailed technical blueprints. Get structured development plans, architecture breakdowns, and implementation steps for your next project.
- Instant technical breakdowns of project ideas
- Component-level architecture planning
- Prioritized development phases
- Interactive project history
- Responsive blueprint-themed UI
- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- AI-powered backend
- Clone the repository
- Install dependencies:
npm install
- Set up your environment variables:
cp .env.example .env.local
# Add your API keys
- Run the development server:
npm run dev
Open http://localhost:3000 to view the application.
Required environment variables:
GOOGLE_AI_API_KEY
: Your Google Gemini API key
MIT