Astro Config Generator
Generate astro.config.mjs with integrations, adapters, and build settings
All processing happens in your browser. No data is sent to any server.
Output & Adapter
Integrations
Site Settings
Vite / Server
Generated astro.config.mjs
Why This Tool
Setting up an Astro project requires configuring integrations, SSR adapters, build output, and various options. This generator gives you a visual form to select your options and outputs a ready-to-use astro.config.mjs file.
How It Works
Select your desired integrations (React, Tailwind, MDX, etc.), choose an adapter (static, Node, Cloudflare, Vercel), configure build settings, and copy the generated config file into your project.