-
I would love to use this project to create a blog with fastht.ml. Can we add FastAPI support to the list of backends?
Great project!
-
How to fill in value for Textarea component?
Let's assume we have a form
form = Form(
Textarea(id="mytextarea", name="mytextarea", value=Item.text)
)
This does not seam to work in populati…
-
Can we add a new column to the comparison table in the README for [FastHTML](https://github.com/AnswerDotAI/fasthtml)?
I would also like to know what you think about FastHTML and the differences be…
-
### Content Type
Guide
### Article Description
This guide will walk developers through the process of setting up a development environment using Daytona to create a link shortener for AI artifact…
-
### Enhancement
When using AI coding assistants it is very helpful to have a version of the documentation that is on a single page and optimized for LLMs, usually markdown source seems to be a good i…
-
### Feature summary
Creating a UI for users to update settings and see history of applications
### Feature description
- [ ] #801
- [x] #802
- [x] #803
- [x] #804
- [x] #805
We…
-
Very helpful project, thank you.
When using the Select component with FastHTML forms one only gets lowercased values from the Select component. Is there any reason to do `SelectItem(item, value=ite…
-
I love hyperdiv, and want LLMs helping me write them! Hyperdiv has awesome docs, so thinking about how to get the docs to the LLM!
FastHTML tackles this by publishing llm.txt, documentation to be u…
-
1. Is it possible to return the element tree without the attributes filled out? It's common that I want to add a class or ID after the fact to an element. I commonly generate a wrapper div with a uniq…
-
**Describe the bug**
Auto create-table fails on bool fields. System thinks field name is bool value (True)
(bool broke)
Debugging table schemas:
task schema:
id: ()
title: ()
do…