Skip to main content

The fastest way to create an HTML app

Project description

FastHTML

Welcome to the official FastHTML documentation.

FastHTML is a new next-generation web framework for fast, scalable web applications with minimal, compact code. It’s designed to be:

  • Powerful and expressive enough to build the most advanced, interactive web apps you can imagine.
  • Fast and lightweight, so you can write less code and get more done.
  • Easy to learn and use, with a simple, intuitive syntax that makes it easy to build complex apps quickly.

FastHTML apps are just Python code, so you can use FastHTML with the full power of the Python language and ecosystem. FastHTML’s functionality maps 1:1 directly to HTML and HTTP, but allows them to be encapsulated using good software engineering practices—so you’ll need to understand these foundations to use this library fully. To understand how and why this works, please read this first: fastht.ml/about.

Installation

Since fasthtml is a Python library, you can install it with:

pip install python-fasthtml

In the near future, we hope to add component libraries that can likewise be installed via pip.

Usage

For a minimal app, create a file “main.py” as follows:

main.py

from fasthtml.common import *

app,rt = fast_app()

@rt('/')
def get(): return Div(P('Hello World!'), hx_get="/change")

serve()

Running the app with python main.py prints out a link to your running app: http://localhost:5001. Visit that link in your browser and you should see a page with the text “Hello World!”. Congratulations, you’ve just created your first FastHTML app!

Adding interactivity is surprisingly easy, thanks to HTMX. Modify the file to add this function:

main.py

@rt('/change')
def get(): return P('Nice to be here!')

You now have a page with a clickable element that changes the text when clicked. When clicking on this link, the server will respond with an “HTML partial”—that is, just a snippet of HTML which will be inserted into the existing page. In this case, the returned element will replace the original P element (since that’s the default behavior of HTMX) with the new version returned by the second route.

This “hypermedia-based” approach to web development is a powerful way to build web applications.

Getting help from AI

Because FastHTML is newer than most LLMs, AI systems like Cursor, ChatGPT, Claude, and Copilot won’t give useful answers about it. To fix that problem, we’ve provided an LLM-friendly guide that teaches them how to use FastHTML. To use it, add this link for your AI helper to use:

This example is in a format based on recommendations from Anthropic for use with Claude Projects. This works so well that we’ve actually found that Claude can provide even better information than our own documentation! For instance, read through this annotated Claude chat for some great getting-started information, entirely generated from a project using the above text file as context.

If you use Cursor, type @doc then choose “Add new doc”, and use the /llms-ctx.txt link above. The context file is auto-generated from our llms.txt (our proposed standard for providing AI-friendly information)—you can generate alternative versions suitable for other models as needed.

Next Steps

Start with the official sources to learn more about FastHTML:

  • About: Learn about the core ideas behind FastHTML
  • Documentation: Learn from examples how to write FastHTML code
  • Idiomatic app: Heavily commented source code walking through a complete application, including custom authentication, JS library connections, and database use.

We also have a 1-hour intro video:

https://www.youtube.com/embed/Auqrm7WFc0I

The capabilities of FastHTML are vast and growing, and not all the features and patterns have been documented yet. Be prepared to invest time into studying and modifying source code, such as the main FastHTML repo’s notebooks and the official FastHTML examples repo:

Then explore the small but growing third-party ecosystem of FastHTML tutorials, notebooks, libraries, and components:

Finally, join the FastHTML community to ask questions, share your work, and learn from others:

Other languages and related projects

If you’re not a Python user, or are keen to try out a new language, we’ll list here other projects that have a similar approach to FastHTML. (Please reach out if you know of any other projects that you’d like to see added.)

  • htmgo (Go): “htmgo is a lightweight pure go way to build interactive websites / web applications using go & htmx. By combining the speed & simplicity of go + hypermedia attributes (htmx) to add interactivity to websites, all conveniently wrapped in pure go, you can build simple, fast, interactive websites without touching javascript. All compiled to a single deployable binary

If you’re just interested in functional HTML components, rather than a full HTMX server solution, consider:

  • fastcore.xml.FT: This is actually what FastHTML uses behind the scenes
  • htpy: Similar to fastcore.xml.FT, but with a somewhat different syntax
  • elm-html: Elm’s built-in HTML library with a type-safe functional approach
  • hiccup: Popular library for representing HTML in Clojure using vectors
  • hiccl: HTML generation library for Common Lisp inspired by Clojure’s Hiccup
  • Falco.Markup: F# HTML DSL and web framework with type-safe HTML generation
  • Lucid: Type-safe HTML generation for Haskell using monad transformers
  • dream-html: Part of the Dream web framework for OCaml, provides type-safe HTML templating

For other hypermedia application platforms, not based on HTMX, take a look at:

  • Hotwire/Turbo: Rails-oriented framework that similarly uses HTML-over-the-wire
  • LiveView: Phoenix framework’s solution for building interactive web apps with minimal JavaScript
  • Unpoly: Another HTML-over-the-wire framework with progressive enhancement
  • Livewire: Laravel’s take on building dynamic interfaces with minimal JavaScript

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_fasthtml-0.12.45.tar.gz (71.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_fasthtml-0.12.45-py3-none-any.whl (75.5 kB view details)

Uploaded Python 3

File details

Details for the file python_fasthtml-0.12.45.tar.gz.

File metadata

  • Download URL: python_fasthtml-0.12.45.tar.gz
  • Upload date:
  • Size: 71.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for python_fasthtml-0.12.45.tar.gz
Algorithm Hash digest
SHA256 5a3a9f58cbdf4cb9a9ddc9661ca3f9e1b87a62af9e134619ec653d1fee90d1a8
MD5 9faa5b5e85334e4cc02ad9f290eae21f
BLAKE2b-256 55772fbcae0e5df2e322a00411eb74a9d79d6c3c44d9d47ff81325bbedd737af

See more details on using hashes here.

File details

Details for the file python_fasthtml-0.12.45-py3-none-any.whl.

File metadata

File hashes

Hashes for python_fasthtml-0.12.45-py3-none-any.whl
Algorithm Hash digest
SHA256 79aa62d9f9cf9288e8a3033b31d9355e8a66882dbbd737ba8094a8c65503ced6
MD5 64309ca23ad4a6f3b5150b9c778fb592
BLAKE2b-256 0e7d0758cea7ec3b0a490a0c0ba84c7ab692a9ddf6117139403b44aebe59bdf8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page