Thursday, October 23, 2025
All the Bits Fit to Print
Derek Sivers shares his database and web app code with testing and deployment details.
Derek Sivers shares his approach to building web applications centered entirely around PostgreSQL, where the database handles both data and HTML templating, reducing the need for separate application logic layers.
Why it matters: This method simplifies web app development by pushing more logic into the database, minimizing external dependencies and layers.
The big picture: It reflects a return to database-first design, leveraging PostgreSQL’s power to handle web app functions and rendering internally.
The other side: Some developers question readiness and scalability, noting traditional frameworks separate concerns differently and offer richer ecosystems.
Commenters say: Many appreciate the elegant simplicity and database-centric approach, while others compare similar projects and debate frontend-backend role divisions.