<aside>

🌐 Check out more at 99foldai.com β˜•Β Have a virtual coffee with me πŸ“Œ Follow me on Linkedin: Matthew Malishev

</aside>

Free resources, guides, and walkthroughs by Matt Malishev Bulletproof Agent and Automation Systems in Marketing, Branding, and Design at 99foldai.com


This is a multi part series on creating, building, and deploying production grade web apps and microSaaS with tools like Cursor, Lovable, Claude Code, Github, and Vercel.

Learn the installation steps to host, using Command Line Interfaces (CLIs) to talk to your production pipeline for smart and fast workflows, test and backup your app code and versions with Github, and deploy and host your apps live on your own site.

βš™οΈΒ Initialisation and setup – Deploying Web Apps

Set up a consistent Next.js app project environment, install Node.js, Git, GitHub CLI, Vercel, and Cursor, then use a setup script to create new apps. I also show how to auto-commit changes with a quick push command and view your app locally or live on Vercel.

πŸ”¨Β Part 1 – Setup with Next.js, Vercel, and a PostgreSQL database

Build and deploy production-ready apps with automated deployments and a live PostgreSQL database. Create the project, deploy via Vercel, connect a custom subdomain, configure Neon PostgreSQL, set up Prisma, test locally, and push updates to trigger seamless redeployments.

πŸ”¨Β Part 2 – Adding Authentication with Clerk

[COMING SOON]

Integrate user authentication into a deployed Next.js app using Clerk. Setting up Clerk, connecting Google sign-in through OAuth, verifying domain records, and adding API credentials to the production environment.

πŸ”¨Β Part 3 – Sending Emails with Resend

[COMING SOON]

Launch an email sending service into using Resend. Creating an API key, verifying a domain, adding DNS records, configuring environment variables, and testing the email workflow in both development and production. Allows the app to send confirmation emails automatically after user sign-up or other key actions.