Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stackblitz.zip

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.

Usage

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

Development

# Install dependencies
pnpm install

# Start dev server
pnpm dev

Visit http://localhost:3000 for API information.

Examples

Deployment

# Build for production
pnpm build

# Preview production build
pnpm preview

Deploy to any platform using Nitro's deployment presets - supports Vercel, Netlify, Cloudflare Pages, AWS, Azure, Node.js, and many more.