nowfound

Alternatives

Products that do what fastht.ml does

Modern web applications in pure Python

  1. 1NJ

    It's very early days for the project, but I wanted to share it to see if there is interest. It is the final piece of the FastAPI server-side rendering stack I started building with FastHX and htmy (the two dependencies of this project besides FastAPI). Think of it as a more powerful and convenient alternative to tools like FastHTML, powered by FastAPI (without any modifications). I hope you'll like it.

    Oct 2025 · volfpeter.github.io

  2. 2

    Build real-time apps without maintaining the infrastructure

    2017

  3. 3JA

    I got frustrated with HTML parsing in Python. I wanted a Python HTML parser that was both correct and easy to install. The C-based ones (lxml, selectolax) are fast but not HTML5 compliant. The pure Python ones (html.parser, BeautifulSoup's default) are easy to install but choke on real-world HTML. html5lib is 80% correct but painfully slow. So I wrote JustHTML. It's: • 100% HTML5 compliant – passes all 8,500+ html5lib tests. If a browser can parse it, JustHTML can. • Pure Python, zero dependencies – pip install and go. Works on PyPy, Pyodide, anywhere. • Fast enough – ~0.1s to parse…

    Dec 2025 · github.com

  4. 4EA
  5. 5LL

    2017 · github.com

  6. 6
    Frontnd336

    Most advanced builder made for modern front-end developers

    2019

  7. 7FB
  8. 8

    Develop web apps in React & Node.js with no boilerplate

    2022

  9. 9
    Wolff103

    Ridiculously small PHP framework for building web apps 🐺

    2020

  10. 10
    Fast.io135

    A simple enterprise file delivery network that syncs

    2019

  11. 11

    Build fully native UIs in JSON and push them live instantly.

    2019

  12. 12PW
  13. 13HH
  14. 14EA

    eno [1] - A modern plaintext language w/ libraries [2] for JavaScript, Python, Ruby & soon more! We migrated a big relational research database to a file-based solution - requirements were: - Super fast and easy editability for users - Highest performance for parsing/validating >10K documents on every user change. Our trials with YAML/TOML showed us that we wanted something both faster [3][4] and easier [4], something tailored for file-based content management ... and after months of research & development it's now publicly available (under MIT license) for everyone! Last but…

    2018

  15. 15
    Qwakly88

    Create an interactive animated pages in seconds

    2021

  16. 16

    A light weight CLI tool for rapid scaffolding of React apps

    2021

  17. 17RO

    Hey HN, Over the past 10 months, my friends and I created an open source project called Rio to help Python developers build modern web apps without needing HTML, CSS, or JavaScript. Whether you're working on a simple internal tool or a complex multi-page app, Rio lets you stay in the Python ecosystem without needing to learn frontend frameworks. With Rio, the UI is defined using Python components, inspired by React and Flutter. Instead of writing HTML/CSS, you compose reusable UI elements in Python and let Rio handle rendering and state updates. The backend and frontend stay seamlessly…

    2025 · rio.dev

  18. 18
    Reweb88

    The AI visual builder for Next.js, Tailwind & shadcn/ui

    2025

  19. 19FA
  20. 20
    PoemKit82

    React toolkit for fast web design and development

    2021

  21. 21PA

    Hi HN, I'm the author of FastMCP, the most popular Python framework for building MCP servers. I've been really excited about MCP Apps for a while. I think letting a server ship a fully interactive UI directly into the conversation is one of the most compelling additions to the protocol. I wanted to make this a first-class experience in FastMCP, but I kept getting stuck on what it actually means for a Python framework to integrate with a frontend feature. The JavaScript ecosystem has extraordinary tooling for this. I didn't want to build a worse version of it just to stay in Python. What…

    Apr 2026 · prefab.prefect.io

  22. 22WA

    The Problem I’ve been using BeautifulSoup for sometime. It’s the standard for ease-of-use in Python scraping, but it almost always becomes the performance bottleneck when processing large-scale datasets. Parsing complex or massive HTML trees in Python typically suffers from high memory allocation costs and the overhead of the Python object model during tree traversal. In my production scraping workloads, the parser was consuming more CPU cycles than the network I/O. Lxml is fast but again uses up a lot of memory when processing large documents and has can cause trouble with malformed…

    Apr 2026

  23. 23AP
  24. 24PC

    Hi HN! I recently built Neutrino Notebooks, an open source python library for compiling Jupyter notebooks into FastAPI apps. I work with notebooks a ton and typically find myself refactoring notebook code into a backend or some other python script. So, I made this to streamline that process. In short, it lets you: - Expose cells as HTTP or websockets endpoints with comment declaratives like `@HTTP` and `@WS` - Periodically run cells as scheduled tasks for simple data pipelines with `@SCHEDULE` - Automatic routing based on filename and directory structure, sort of similar to NextJs. - Ignore…

    2023 · docs.neutrinolabs.dev

Ranked by how close each launch is in meaning, then by votes. Refine with a description →