Astro DB with Bunny Database: Local-First Dev, libSQL in Production
Use Astro DB for local-first development and host the production database on Bunny.net's managed libSQL instead of Turso. Schema, seeding, remote push, and deploy, step by step.
21 posts with this tag
Use Astro DB for local-first development and host the production database on Bunny.net's managed libSQL instead of Turso. Schema, seeding, remote push, and deploy, step by step.
Learn how to build a lightning-fast blog using Astro and Cloudflare Pages - completely free, no credit card needed! This step-by-step guide takes you from zero to published in just 30 minutes.
Learn how to deploy your Astro static website to Bunny.net CDN with edge storage. Includes a deploy script, GitHub Actions CI/CD, caching setup, and Bunny Shield WAF configuration.
A practical guide on migrating from WordPress to Astro with MDX. Learn how I moved wpdoze.com to bitdoze.com using wordpress-export-to-markdown, Codex CLI, and image optimization.
Use AI tools like Claude Sonnet 4.5 with Factory.ai Droid CLI and BrightData MCP to create affiliate websites with Amazon products. Case study: 40 articles for under $2.
Building multilingual websites is essential in today's global digital landscape. While Astro doesn't provide built-in URL localization out of the box, this comprehensive guide will show you how to implement a complete internationalization (i18n) system with SEO-friendly URLs, dynamic routing, and seamless language switching.
Beginner's guide to speeding up Astro build times and why Static Site Generation (SSG) works better than SSR for large sites. Real optimization steps that improved build speed by 3.6x.
Deploy your real-time Astro and Convex application to Vercel in minutes with zero configuration - the easiest way to go from development to production
Learn how to build real-time applications using Astro's static site generation with Convex's backend-as-a-service. Tutorial with working code examples and deployment guide.
Learn how to automatically display your latest YouTube videos on your Astro blog using both Static Site Generation (SSG) and Server-Side Rendering (SSR) approaches. Complete with code examples and explanations for beginners.