
FastUI
A minimal python FastAPI server with a declarative frontend
FastUI
PaulLockett/FastUI_Template
Just deployed
A minimal Python API and web server built on top of FastAPI (or any Python server of your choosing) and Pydantic.
At its heart, FastUI is a set of matching Pydantic models and TypeScript interfaces that allow you to define a user interface. This interface is validated at build time by TypeScript and pyright/mypy and at runtime by Pydantic.
This is useful for making reliable Python APIs with documentation and visualizations built into the server (ie one step better than Swagger docs)
Learn more:
Template Content