Tagged: tutorial
9 posts · all posts
- How to back up your Lovable app (and test it)
7 July 2026
Lovable Cloud gives you 14 days of daily backups. Here's how to set up your own tested backup with point-in-time recovery instead.
- How Claude Code projects leak API keys
7 July 2026
AI-generated projects often hardcode secrets or commit .env files by accident. Here's how to scan your Claude Code project for leaked keys in a few minutes.
- Deploying a Claude Code project to a VPS
7 July 2026
An end-to-end guide to deploying your own vibe-coded app on a plain VPS: hardening, Docker, automatic HTTPS with Caddy, and zero-downtime deploys.
- Deploying a Next.js app to a VPS the right way
7 July 2026
A full walkthrough for deploying a Next.js app to a plain VPS with Docker and Caddy, from provisioning the box to automatic HTTPS.
- Deploying an AI-generated app as a beginner
7 July 2026
A beginner walkthrough for putting your AI-built app online, from picking a host to running your first real deploy command, with every step explained.
- Exporting your Lovable app and self-hosting it
7 July 2026
A step-by-step walkthrough for exporting your Lovable app to GitHub and self-hosting the frontend and backend on your own infrastructure.
- Secrets management for vibe-coded apps
7 July 2026
A .env file is fine on your laptop and a liability in production. Here's how to run a real secrets setup without a heavyweight vault.
- Custom domain and SSL for a vibe-coded app
7 July 2026
Pointing a domain at your AI-built app and getting HTTPS working sounds simple until it isn't. Here's the DNS and SSL walkthrough.
- Zero-downtime deploys, explained
7 July 2026
If deploying means stopping the app and starting the new one, users see errors every release. Here's how rolling deploys and health checks fix that.