Password Resets and Signal Handling - Building SaaS #194
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
Developer builds a user settings page with Stripe billing portal integration and account closure for a SaaS product.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
Developer builds an import feature for a SaaS journaling app and handles dependency updates in this coding episode.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A developer discusses post-launch fixes for a SaaS product, including trial expirations, email prompts, UI polish, and dependency updates.
A developer live-deploys user setup and Stripe configuration, finding and fixing bugs in the process.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
The article details completing a Stripe payment integration for a SaaS product, including tests, webhooks, and user signup views.
A bootstrapped founder shares lessons from his sixth year running TinyPilot, a remote computer control device that reached $997k revenue.
A developer walkthrough on integrating Stripe Checkout for subscription payments in a Django SaaS application.
A developer continues integrating Stripe payments into a Django SaaS project, focusing on a new gateway interface and checkout sessions.
A developer stream log about improving a SaaS app's design and planning Stripe payment integration, with less Stripe work than planned.
How an IT team uses brainstorming sessions to tackle ambiguous challenges like upcoming ESG regulations and develop innovative software solutions.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
A guide on integrating Tailwind CSS into a Django application and deploying it to Heroku, including necessary JavaScript configuration.
A guide on integrating the WhiteNoise package into a Django app to serve static files like CSS and JavaScript, including a live deployment demo.