Publish your site
The full deployment cycle — from your Claude Artifact to a live site you can share. Follow along in RemADE; Claude Code can do most of the typing for you.
Create a new project and open its built-in terminal — that's where you and Claude Code work together.
Ask Claude Code to recreate your design as an Astro site. Give it your Artifact (or a screenshot plus the text) and let it scaffold the project and build your pages.
Run the dev server and open the live preview (in RemADE, just press Cmd-L). Refine with Claude Code until it matches your design.
$npm run dev Commit your work and push it to a GitHub repository — your backup and full history. Claude Code can set this up and push for you.
This turns your project into a folder of ready-to-publish files called dist.
$npm run build One command puts your site on the internet, free, with HTTPS. The first time, it'll ask you to log in to Cloudflare in your browser.
$npx wrangler pages deploy dist You'll get a live address like your-site.pages.dev. Send it to anyone — open the QR button (📱) up top to share this page to your phone.
Want a change? Ask Claude Code, then re-run build and deploy, and refresh. That's the whole rhythm: edit → build → deploy → refresh.
Prefer yourname.com? Buy a domain and connect it to your Pages project in the Cloudflare dashboard. A pages.dev address works perfectly without it.
That's the whole journey 🎉
Chat → code → cloud. You designed a site with AI, turned it into a real project, and published it to the world — and you can repeat the loop any time you want to improve it.