nowfound

Alternatives

Products that do what Wagtail, our new Django CMS does

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)

  1. 1W2
  2. 2

    Learn how to build a web app with Python and Django

    2018

  3. 3MD

    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

  4. 4
    Vontigo105

    The AI-powered, full-stack CMS built with SvelteKit

    2023

  5. 5VM
  6. 6WO

    We had a lot of reasons we wanted to build our own help desk, the least of which (and easiest to mention) is that a three seat license to the top tier desk systems are well over $100/mo. Plus they were slowing us down quite a bit. Right now its only dependency is Django, it supports email alert for updates, has bundled style, a permission like public/private/internal status, optional anonymous questions/responses, categories, searching, and a few more I've missed. What I'd like to do is: extend tests, class based views, parse incoming emails as questions & response (this is important for…

    2012

  7. 7

    Next.js and Django SaaS Boilerplate

    2024

  8. 8IM

    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

  9. 9GL

    I've always dreamed about a project like that when looking at status boards at other companies. We finally had the time to do our own. Here are some photos: http://www.flickr.com/photos/robert_olejnik/sets/72157633736087905/ The stack: Django, mustache.js, Chart.js, Bootstrap and custom Supybot plugin. Maybe will be inspiration for someone else ;-) Do you guys have similar status boards? Cheers, Robert.

    2013

  10. 10

    New crowdfunded Django 3.0 release 4 years in the making

    2014

  11. 11AO

    Hello everyone! I am the developer of a media centric distribution of Wagtail + Django called Rent Free Media. It is basically an open source Patreon or Substack. https://rentfree.media is the site and the git is linked there. The license is AGPL for obvious reasons. It generates RSS feeds from web page content, using the Django RSS feed framework, so that users can publish both their site their podcast episodes (or paid written content, if they are a Substack-type written content author) all in one edit. Summary of features: 1. Integration with Stripe for subscription payments. 2.…

    2022

  12. 12IW

    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

  13. 13FA
  14. 14MA

    Dear HN community, we are happy to announce the release of MediaCMS on Github! It is a modern CMS built in Django/PostgreSQL/React and a REST API, released under AGPL license. MediaCMS handles the life cycle of media files and is deal for those who want to build online communities around media file sharing, for informational, educational or entertainment purposes. As stated on our page on Github, we have three goals for MediaCMS: a) deliver all functionality one would expect from a modern system, b) allow for easy installation and maintenance, c) allow easy customization and…

    2020

  15. 15DM

    Hi, my name is Nikita Sobolev, I am a CPython core dev, Django Software Foundation member, and maintainer of countless Python / Django opensource tools. Now I am happy to present to you my new project. Docs: https://django-modern-rest.rtfd.io/ Code: https://github.com/wemake-services/django-modern-rest/ Features: - No AI slop, but built for the LLM era. - Blazingly fast. - Supports Django >= 4.2 - Supports `pydantic2`, `msgspec`, `attrs`, `dataclasses`, `TypedDict` as model schemas, but not bound to any of these libraries. - Supports async Django…

    Apr 2026 · github.com

  16. 16PS

    I started writing this mostly for the Pi but ended up building it to support multiple Linux OSs. It's intended to be just that, a small dashboard providing real-time details on the usage. Still a work in progress and was done for fun, there's a demo as well :). MIT license. https://pydash.net or http://k3oni.github.io/pydash

    2014

  17. 17FC

    Hello, HN. I created https://frankendash.com, which lets you arrange web page snippets in a dashboard. It then refreshes them at regular intervals. I built it for myself because I got tired having to cycle through my tabs to make sure I don't miss anything, and I'm sharing here in case it may be useful to someone else. No account required. Tech stack: - Django back-end - Carbon Design System for CSS - htmx, sortable.js, cropper.js, and day.js for some progressive enhancement It's open-source if you want to self-host: https://gitlab.com/mihai.tarce/frankendash…

    2024 · frankendash.com

  18. 18ZA

    A while ago I started this side project to test if I could build a rich User Interface that would have about the same level of responsiveness than a "SPA-like" app, but using only htmx[1]... I still have plenty of stuff in my roadmap, but today it's in a playable state and I thought it could be interesting to share it - as it may be a nice demonstration of a relatively rich user interface powered by htmx :-) --> https://zakuchess.com As for the stack: it's built mostly with Django, htmx and Tailwind CSS. It uses a SQLite database, and is hosted (for free) at Fly. The characters'…

    2024 · zakuchess.com

  19. 19HN

    Written in Erlang, lots of new features--I hope you find it cool/useful/interesting.

    2012 · icheishvili.github.com

  20. 20AA
  21. 21HG

    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!

    2024 · htpy.dev

  22. 22SP
  23. 23AD
  24. 24AA

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