FastAPI + Prisma boilerplate for server-rendered apps with HTMX
A simple MVC-like boilerplate combining FastAPI, Prisma, Jinja2 templates, and HTMX for quickly building server-rendered web applications. It provides a project structure, database integration via Prisma, and Docker configuration for containerized development. Suited for small to medium web apps and REST API backends that use server-driven UI updates.
0