Alternatives
Products that do what django-zcapi - Zero-config API for Django does
I made this to use when starting a Backbone or Angular project. It quickly gets a server-side API up and running without having to write a ton of code. It's not for production use, but I'm sharing in case it can save others a bit of time. https://github.com/tonyblundell/django-zcapi
- 1

- 2

- 3ZC
2019 · timothycrosley.github.io
- 4

- 5

- 6

- 7

- 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

- 10

- 11VM
2018 · docs.vespene.io
- 12

- 13

- 14DA
2020 · github.com
- 15IM
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
- 16SK
Hey HN! Over the past decade or so, every side project and startup I've built has used more or less the same framework: - a django backend - a react spa frontend - a separate seo-optimized static marketing site (I used to use jekyll, but now I use astro) As many of you can probably relate, I've always started from scratch or grabbed code from old private repos. Half the time this resulted in burning out before I started working on the main project. I decided to take a break and build a truly solid foundation for the things I use in nearly every project. Hopefully some of you find it as…
2024 · djangoreactkit.com
- 17WO
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
- 18IW
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
- 19PR
2016 · github.com
- 20IG
2021 · imagine.ai
- 21FU
http://my-notes.readthedocs.org/ Some time ago I posted this question: http://news.ycombinator.com/item?id=4024938 where 100% of the top-level replies were positive ;). So here is the follow-up. It doesn't focus on anything specific, it's more like a collection of "loose" notes related to the Python/Django/JS development. The value here is that I try hard to filter out the noise to make those docs useful for myself. For instance, when I need to learn something on a specific topic, I check e.g. 10 or 20 threads on Stack Overflow, and pick just a handful of answers. And only those few high…
2012
- 22DM
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
- 23IM
Hello! I just made my first web app with Sinatra. It is a REST API that helps people add two-step verification to their websites or apps. I am a complete noob in web development so please criticize me and let me know how shitty this whole thing is. :) http://two-step.herokuapp.com/
2014
- 24RA
We were using django-easy-audit to track CRUD and API events in Django. The problem: every action meant an extra database write, which slowed transactions, increased infra costs, and left us with audit tables that weren’t great for analytics. I built django-activity-audit (PyPI) to fix this: - Extends Django’s logging system with custom AUDIT and API levels. - Captures CRUD + API request/response events as structured JSON logs. - Vector tails the logs and ships them into ClickHouse. - Grafana makes them queryable and visual. This removes the extra DB writes, gives structured data ready…
Oct 2025 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →