Skip to content

Commit 388eee5

Browse files
committed
docs: update readmes
1 parent 8f18b0e commit 388eee5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ URL.revokeObjectURL(url)
107107
## Features
108108

109109
- **Universal** - works in Node.js, browsers, and edge runtimes
110-
- Built with [tsdown](https://tsdown.dev) and [JSZip](https://stuk.github.io/jszip/)
110+
- Built with [tsdown](https://tsdown.dev) and [client-zip](https://github.com/Touffy/client-zip)
111111
- [Nitro](https://nitro.build) web service at [stackblitz.zip](https://stackblitz.zip)
112-
- No browser automation - parses embedded Redux store directly
112+
- Fetches project data directly from StackBlitz API
113113
- Zip slip protection and security validations
114114
- Configurable size limits and timeouts
115-
- Web API streaming (ArrayBuffer/Blob)
115+
- Web API streaming (Response/ArrayBuffer/Blob)
116116

117117
> [!NOTE]
118118
> The APIs use Web standards (fetch, ArrayBuffer, Blob) but direct fetching from stackblitz.com may be blocked by CORS.

app/README.md

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

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`.
3+
A simple [Nitro](https://nitro.build) web service that lets you download [StackBlitz](https://stackblitz.com/) projects as zip files by changing the domain from `stackblitz.com` to `stackblitz.zip`.
44

5-
Deployed on Vercel at [stackblitz.zip](https://stackblitz.zip).
5+
Deployed on [Vercel](https://vercel.com) at [stackblitz.zip](https://stackblitz.zip).
66

77
> [!IMPORTANT]
88
> 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.
@@ -33,10 +33,8 @@ Visit http://localhost:3000 for API information.
3333

3434
## Examples
3535

36-
- http://localhost:3000/edit/nuxt-starter-k7spa3r4.zip
37-
- http://localhost:3000/edit/vitejs-vite-starter.zip
38-
39-
The `.zip` extension is optional but makes it clear you're downloading a zip file.
36+
- http://localhost:3000/edit/nuxt-starter-k7spa3r4
37+
- http://localhost:3000/edit/vitejs-vite-starter
4038

4139
## Deployment
4240

0 commit comments

Comments
 (0)