A component that visually represents the completion status of a task or operation as it moves towards completion.
An example audio app
A component that shows and hides content on click
A chat bubble component with no exernal dependencies
PDF Embed
A form with inline field validation on individual inputs with the submit aditionally validating the whole form.
A click to edit text component built based on a htmx documentation example.
A cascading dropdown component where values in second dropdown are dependent on the value in the first dropdown
A table with infinite scroll over a large dataset (appending rows to the table as the user reaches the end of the table).
A simple two column grid with inputs on the left and outputs on the right based on fasthtml-example form demo
A collapsable sidebar menu using Bootstrap 5
Interactive Seaborn SVG plot by Li (Lily) Cai
Change the appearance of a Polars dataFrame based on selected colors using the Great Tables library.
Interactive matplotlib chart using the fh-matplotlib plugin by Vincent D. Warmerdam
Interactive altair chart using the fh-altair plugin by Vincent D. Warmerdam
Interactive Bloch sphere visualization using the fh-plotly plugin by Carlo Lepelaars
Interactive Plotly chart using the fh-plotly plugin by Carlo Lepelaars that lets you zoom, pan, hover over data points and much more
A minimal todo app using SQLite backend.
A Tic Tac Toe game using FastHTML and Tailwind CSS by by Adedara Adeloro
An app built by Alex Volkov that demonstrates annotation use-cases and tailwind styling in FastHTML
A 1D Cellular Automata using FastHTML