untitled-3195
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
A service that downloads zip files from URLs, extracts them, and hosts them as websites.
- Download zip files from any public URL
- Extract and host the contents as a website
- Automatic redirection to hosted content
- Simple web interface for submitting URLs
- Visit the main page
- Enter a URL pointing to a zip file
- The system will download, extract, and host the contents
- You'll be redirected to the hosted website
GET /- Main interfaceGET /?zip_url={url}- Download and host zip from URLGET /hosted/{id}/*- Access hosted websites
backend/- Hono API serverfrontend/- Simple web interfaceshared/- Shared utilities and types