All guides
Tiles · 4 min · Beginner

Host a Static Site with Tiles

Deploy a folder of HTML/CSS/JS to a public URL — no node, no container, no build step.

Tiles is the lightest deployment target on SparkCloud. There is no container behind a Tile — files are served directly out of the platform. They cost a flat amount per month and are perfect for landing pages, portfolios, and the static output of any framework.

Create

  1. Tiles → New Tile. Pick a name; this becomes part of the public URL.
  2. Use the file editor to add index.html and any assets.
  3. Hit Publish. The Tile is live at /t/<slug> on the platform domain.

Build outputs from frameworks

For frameworks that produce a dist folder (Vite, Astro, Next export, SvelteKit static, Hugo, Jekyll, Eleventy):

bash
npm run build
# upload the contents of dist/ into the Tile editor