Post-launch Punchlist - Building SaaS #186
A developer discusses post-launch fixes for a SaaS product, including trial expirations, email prompts, UI polish, and dependency updates.
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 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.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.
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.
A developer adds WhiteNoise for static files and integrates Tailwind CSS into a Django SaaS application, fixing operational issues.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
Configuring SendGrid's Inbound Parse webhook to receive email responses in a Django SaaS project, including security setup.