A ready-to-deploy system for logging daily tasks, sharing learnings, and generating docs per project.
Runs fully local using Ollama + Chroma + FastAPI + Next.js.
docker compose up --build- Open http://localhost:3000 for UI, API runs at http://localhost:8001
- Backend (Render): use the provided
backend/render.yaml. Render will installbackend/requirements.txtand run thestartCommand. - Frontend (Vercel): the
frontend/vercel.jsonis configured for Vite; ensure the repo is connected and Vercel will runnpm run buildinfrontend.
I added a minimal backend/wsgi.py, backend/Procfile, and backend/app/__init__.py so Gunicorn can find the FastAPI app. I also added a minimal Vite src entry so Vercel can build the frontend.