A simple Nitro web service that lets you download StackBlitz projects as zip files by changing the domain from stackblitz.com to stackblitz.zip.
Deployed on Vercel at stackblitz.zip.
Important
This project is not affiliated with or endorsed by StackBlitz in any way. Users are responsible for ensuring their use of this tool complies with StackBlitz's Terms of Service. Please review their terms before using this tool.
Replace stackblitz.com with stackblitz.zip in any StackBlitz edit URL:
# Original URL
https://stackblitz.com/edit/nuxt-starter-k7spa3r4
# Download URL
https://stackblitz.zip/edit/nuxt-starter-k7spa3r4# Install dependencies
pnpm install
# Start dev server
pnpm devVisit http://localhost:3000 for API information.
# Build for production
pnpm build
# Preview production build
pnpm previewDeploy to any platform using Nitro's deployment presets - supports Vercel, Netlify, Cloudflare Pages, AWS, Azure, Node.js, and many more.