You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@
11
11
12
12
There's no first-party API from [StackBlitz](https://stackblitz.com/) to download projects and I wanted to be able to download reproductions for issues more quickly.
13
13
14
+
> [!IMPORTANT]
15
+
> 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](https://stackblitz.com/terms-of-service). Please review their terms before using this tool.
16
+
14
17
## 🌐 stackblitz.zip
15
18
16
19
The easiest way to download a StackBlitz project is at **[stackblitz.zip](https://stackblitz.zip)**
Copy file name to clipboardExpand all lines: app/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
-
# StackBlitz.zip
1
+
# stackblitz.zip
2
2
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`.
3
+
A simple [Nitro](https://nitro.build) API that lets you download [StackBlitz](https://stackblitz.com/) projects programmatically by changing the domain from `stackblitz.com` to `stackblitz.zip`.
4
4
5
5
Deployed on Vercel at [stackblitz.zip](https://stackblitz.zip).
6
6
7
+
> [!IMPORTANT]
8
+
> 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](https://stackblitz.com/terms-of-service). Please review their terms before using this tool.
9
+
7
10
## Usage
8
11
9
12
Replace `stackblitz.com` with `stackblitz.zip` in any StackBlitz edit URL:
0 commit comments