This is a simple starter for the Zenseed Tasks MVP:
- FastAPI backend serving /tasks
- Static HTML frontend
- Loads tasks and displays them accessibly
- Install FastAPI:
pip install fastapi uvicorn- Start backend:
uvicorn backend.main:app --reload- Open
frontend/index.htmlin your browser