Goodbye JourneyInbox - Building SaaS #218
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
#Python #DjangoOnboarding Form and Template - Building SaaS #217NotesIn this episode, I updated my new onboarding form on the School Desk app. This fo
Improving the signup and onboarding experience for a SaaS application by removing passwords and using email-based authentication.
The author completes a simplified signup process with account verification for their JourneyInbox app in this coding episode.
A developer continues simplifying a SaaS signup process by adding a background task to send magic link emails for user authentication.
A developer continues building a SaaS app with Python & Django, focusing on a magic link email system for user signup.
A developer updates a SaaS app's signup process, replacing passwords with email-based 'magic links' using django-sesame.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.
Fixing the Docker image to get a Kamal deployment functional on a DigitalOcean droplet.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
A developer continues migrating a SaaS app from Heroku to DigitalOcean, focusing on secrets with 1Password and creating a hosting droplet.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
The author begins migrating a Django SaaS app from Heroku to DigitalOcean using Kamal and Docker containers.
A founder shares practical lessons learned from selling his bootstrapped hardware company, TinyPilot, for $598k.
A developer recounts an intense debugging session with the django-allauth package that turned a minor sign-up issue into a major investigation.
The article details the process of converting a Postgres database to SQLite as part of a cloud migration strategy for a SaaS project.
The author begins migrating a SaaS application from Heroku to Digital Ocean, focusing on creating a Dockerfile and new deployment tools.
Exploring what kind of application can be built using only the Go programming language's standard library, without external dependencies.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Building a persistent trial banner using a Django inclusion template tag to share data across pages in a SaaS project.