Uploading files
There are multiple ways to get files into your project.
Drag and drop
From the project edit page, drag files or folders onto the upload area. Files are uploaded immediately and deployed. If you upload a file that already exists (same content), it is skipped automatically.
You can also drop files on the homepage to create a new project.
ZIP files
Upload a ZIP file and it will be extracted automatically. Folder structure within the ZIP is preserved. For example, a ZIP containing index.html and assets/app.js creates both files at the correct paths.
What happens after upload
Uploaded files are deployed to the CDN. The cache for your project is purged automatically so changes appear immediately.
File management
The entry URL for your project depends on what you upload:
- If you upload an
index.html, the project root URL serves that file directly - Otherwise the root URL links to your first uploaded file