nowfound

Alternatives

Products that do what Htpy – generate HTML from Python without templates does

I built a library that to generate HTML from Python. We have been using this library with Django the last couple of months instead of classic templates and find it to be productive. It is easy to debug, works great with static type checkers and it is easy to build reusable components/partials. Give it a try!

  1. 1

    Learn how to build a web app with Python and Django

    2018

  2. 2HH
  3. 3

    Render HTML to PDF without the headache of infrastructure

    2021

  4. 4SH
  5. 5EA
  6. 6

    Generate email template code with dynamic JSON data or API

    2019

  7. 7

    Copy any email you received as your own email template

    2019

  8. 8MD

    A couple of years ago I wrote Hello Web App (http://hellowebapp.com) to teach beginner Django web app development. It's aimed at non-programmers and designers, and walks folks through building and deploying a basic web app. I'm working on my third book to teach web design fundamentals to programmers (Hello Web Design: https://www.kickstarter.com/projects/1868398473/hello-web-design-design-basics-for-non-designers), so I've made Hello Web App free online during the Kickstarter campaign for the new book. The full Hello Web App tutorial can be accessed here:…

    2017

  9. 9
    fastht.ml123

    Modern web applications in pure Python

    2024

  10. 10

    Learn Python & Django by building a web app (pre-order)

    2015

  11. 11AS

    2020 · john-doe.neocities.org

  12. 12WO

    Wagtail is a new, open-source Django CMS focused on flexibility and user experience. It was originally built for the Royal College of Art, but now we're able to share it with everyone. See https://github.com/torchbox/wagtail and http://wagtail.io (marketing site) and http://www.rca.ac.uk/ (first big site built on Wagtail) We're really proud of the user interface, and we hope that Wagtail will make it easy for Django developers to build beautiful, modern sites. Feedback very welcome! Tom Dyson, Technical Director at Torchbox (Wagtail developers)

    2014

  13. 13HL

    Kind of lit-html and other html`...` libraries, but in Python. It's a suite of: Few text processing utilities you could write in a hour Linter validating the f-expressions HTML beautifier VS Code syntax highlighter It was used to succesfully rebuild UIs of several internal CRUD-apps. Designed to replace the traditional jinja templates with something preserving type-safety and better IDE support. Keeping the models and templates in sync is much easier now. Maybe you would find it useful too.

    2024 · github.com

  14. 14IW

    Hey HN, I wrote a book teaching beginner web app development using Django, launching on May 4th (successfully Kickstarted last year.) Website: http://hellowebapp.com Highlights: - Aimed at people who have previous HTML/building websites experience. - Template-first development: see the web app as a website first, before setting up databases and models. - Generic “collection of things” tutorial. Readers are encouraged to create something using this rubric that means something to them (a blog, a directory of people, etc.) Adding creativity will make the material stick better. -…

    2015

  15. 15

    Instantly turn your app spec into Django & Node source code

    2021

  16. 16IM

    I'm writing a book which teaches Python/Django web app development for non-programmers, and fundraising on Kickstarter (passed minimum funding, 2 days left): http://hellowebapp.com https://www.kickstarter.com/projects/1868398473/hello-web-app-intro-to-building-web-apps-with-djan It's basically the process I used to teach myself programming as a web designer a few years back, which I then launched a small web app (infant-version of WeddingInviteLove.com), which has grown into my bootstrapped startup which supports me full-time (WeddingLovely.com). Most…

    2014

  17. 17

    Create PDF or Image from HTML styled with tailwindcss

    2022

  18. 18AD
  19. 19RO

    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

  20. 20
    Slinky31

    Create HTML email templates in Sketch 💎 ✨ ✉️

    2017

  21. 21AD
  22. 22IM
  23. 23JA

    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

  24. 24NJ

    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

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