Supported files and limits
Every limit in one place: sites, file sizes and storage, what you can upload, how long sites stay online, what each feature allows, and the API.
Plan limits
| Free | Plus | Pro | |
|---|---|---|---|
| Sites | 3 | 25 | Unlimited |
| Largest file | 5 MB | 50 MB | 100 MB |
| Storage | 50 MB | 500 MB | 5 GB |
| Largest upload (a ZIP or a folder) | 50 MB | 500 MB | 500 MB |
| Files per ZIP or folder | 50 | 100 | No limit (500 per folder) |
| Deploys an hour | 15 | 40 | 40 |
| Deploys a day | 40 | 150 | 150 |
| Sites stay online | 3 days after deploy | Until you delete them | Until you delete them |
| Previous versions kept | None | 1 per site | 3 per site |
| Traffic and bandwidth | Unlimited | Unlimited | Unlimited |
Only deploys that succeed count toward the hourly and daily limits.
How the size limits work
- Every file has the same limit however it arrives — on its own, in a folder or inside a ZIP: 5 MB on Free, 50 MB on Plus and 100 MB on Pro.
- Storage is the total for your account: every site plus your Media Library images. Each upload has to fit in what you have left, and updating a site counts only what it adds.
- One upload — a ZIP, or all of a folder's files together — can be up to 50 MB on Free and 500 MB on Plus and Pro. For anything bigger, split the site or compress large images and videos.
Supported files
| Upload | Accepted |
|---|---|
| A single-page site | One .html or .htm file |
| A shared file | PDF; JPG, PNG, GIF, SVG, WebP, BMP or ICO images; ZIP — each up to your plan's single-file size |
| A folder | Web files only: pages, styles and scripts, images, fonts, audio and video, JSON, XML, CSV, text, PDFs, web manifests and source maps. Other files are left out — the full list is in Website hosting |
| A ZIP site | Any file except program files such as .exe, .bat or .sh, which stop the upload |
| Media Library | JPG, PNG, GIF, WebP or SVG, up to 5 MB each |
- Hidden files and clutter —
.git,.env,node_modules,.DS_Store— are always left out, and SVG images that carry scripts are refused. - Server-side code such as PHP never runs, and
.phpaddresses are never served.
Folder and ZIP rules
- The homepage must be
index.htmlorindex.htm, at the top — or inside one folder at the top, which Dplooy looks into. - Framework source code (React, Vue, Vite, Next.js, Svelte, Angular, Astro and others) is refused: build it and upload the output. See Website hosting.
- A ZIP's unpacked files are what count toward your storage, and each of them has to be within the file limit.
Free sites
A site on the Free plan goes offline 3 days after you deploy it and is deleted 7 days after that. Updating it doesn't restart the clock, and it keeps one of your 3 slots until it is deleted. Upgrading brings it back straight away. Details in Storage and deletion.
Feature limits
| Free | Plus | Pro | |
|---|---|---|---|
| Site Builder sites (drafts count) | 1 | 5 | Unlimited |
| Create with AI | 3 a month | 25 a month | 100 a month |
| Form endpoints | — | 10 (3 per site) | 50 (5 per site) |
| Form messages | — | 500 a month | 5,000 a month |
| Booking pages | — | 25 | 100 |
| Booking requests | — | 300 a month | 3,000 a month |
| Data collections | 10 | 200 | 1,000 |
| Rows per collection | 25 per collection | 200 per collection | 1,000 per collection |
| AI chatbot responses | — | 2,000 a month | 15,000 a month |
| Media Library images | 10 | 100 | 500 |
| People per site | — | — | 5 |
| Analytics range | 7 days | 30 days | 90 days |
Each feature's page has the rest of its limits: Forms, Bookings, Data, AI chatbot and Media Library.
API and traffic
- The API accepts 30 requests a minute per IP address, and an account can have 5 API keys at a time.
- The MCP server accepts 60 requests a minute per connection.
- There is no traffic or bandwidth cap on any plan. Each site answers up to 300 requests a minute to keep bot floods out; normal sites never reach it.