Overview
AI-powered idea incubator — submit a concept, get back a structured technical catalog: stack, trade-offs, comparables, and an architecture diagram.
The Problem
Turning a raw idea into a scoped technical plan — stack choices, architecture, comparable tools — usually takes hours of manual research before a single line of code gets written.
The Approach
A Flask backend and React + Vite dashboard sit on top of an n8n workflow that pipes the idea through an LLM (Groq/OpenAI), returning a structured catalog — summary, stack, trade-offs, similar tools, and a Mermaid architecture diagram — stored and browsable per idea.
Tech Stack
PythonFlaskReactViten8nSQLiteSQLAlchemyLLM (Groq/OpenAI)Tailwind CSS