AI-powered project estimator that transforms vague ideas into detailed software proposals through a guided questionnaire — no meetings required.
cd backend
cp .env.example .env # fill in your API keys
uv sync
uv run uvicorn main:app --reload
cd frontend
npm install
npm run dev
docker-compose up --build
See backend/.env.example for required variables.