Skip to content

Commit e08a0c1

Browse files
committed
docs: update info about stack
1 parent 16b195c commit e08a0c1

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
[![Github Actions][github-actions-src]][github-actions-href]
88
[![Codecov][codecov-src]][codecov-href]
99

10-
## 🌐 Web Service
10+
## ❓ Why?
11+
12+
There's no first-party API to download projects and I wanted to be able to download reproductions for issues more quickly.
13+
14+
## 🌐 stackblitz.zip
1115

1216
The easiest way to download a StackBlitz project is at **[stackblitz.zip](https://stackblitz.zip)**
1317

@@ -18,7 +22,13 @@ Original: https://stackblitz.com/edit/nuxt-starter-k7spa3r4
1822
Download: https://stackblitz.zip/edit/nuxt-starter-k7spa3r4
1923
```
2024

21-
No authentication or API keys required!
25+
### Features
26+
27+
- 🔓 No authentication or API keys required!
28+
- ⚗️ Built on [Nitro](https://nitro.build/)
29+
- ▲ Deployed on [Vercel](http://vercel.com)
30+
31+
👉 [see source](https://github.com/danielroe/stackblitz.zip/tree/main/app/)
2232

2333
## CLI
2434

@@ -98,16 +108,16 @@ URL.revokeObjectURL(url)
98108

99109
## Self-Hosting
100110

101-
Self-host the web service using the included Nitro app:
111+
Self-host the web service using the included [Nitro](https://nitro.build) app:
102112

103113
```bash
104-
cd nitro-app
114+
cd app
105115
pnpm install
106116
pnpm build
107117
pnpm preview
108118
```
109119

110-
Deploy the `.output` directory to any Node.js hosting platform.
120+
Deploy to any platform using [Nitro's deployment presets](https://nitro.build/deploy) - supports Vercel, Netlify, Cloudflare Pages, AWS, Azure, Node.js, and many more.
111121

112122
## API
113123

app/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# StackBlitz.zip
22

3-
A simple Nitro v3 API that lets you download StackBlitz projects by changing the domain from `stackblitz.com` to `stackblitz.zip`.
3+
A simple [Nitro](https://nitro.build) API that lets you download StackBlitz projects programmatically by changing the domain from `stackblitz.com` to `stackblitz.zip`.
4+
5+
Deployed on Vercel at [stackblitz.zip](https://stackblitz.zip).
46

57
## Usage
68

@@ -43,4 +45,4 @@ pnpm build
4345
pnpm preview
4446
```
4547

46-
Deploy the `.output` directory to any Node.js hosting platform.
48+
Deploy to any platform using [Nitro's deployment presets](https://nitro.build/deploy) - supports Vercel, Netlify, Cloudflare Pages, AWS, Azure, Node.js, and many more.

0 commit comments

Comments
 (0)