estimai Svelte Themes

Estimai

AI-powered project estimator that guides clients through a smart questionnaire to generate detailed software proposals — no meetings required.

EstimAI ⚡

AI-powered project estimator that transforms vague ideas into detailed software proposals through a guided questionnaire — no meetings required.

Stack

  • Frontend: SvelteKit + Tailwind CSS
  • Backend: FastAPI + Python
  • AI: Groq (llama-3.1-8b-instant) via LangChain
  • Email: Resend
  • Deploy: Docker Compose

Setup

Backend

cd backend
cp .env.example .env  # fill in your API keys
uv sync
uv run uvicorn main:app --reload

Frontend

cd frontend
npm install
npm run dev

Docker

docker-compose up --build

Environment Variables

See backend/.env.example for required variables.

Top categories

Loading Svelte Themes