Host a static HTML site
Put a folder of HTML, CSS, JavaScript, and images online without creating a build or hosting configuration. Give Tokay a project with index.html, and we serve it at an HTTPS URL with support for custom domains.
Last updated
Publish the files as they are
You can move directly from a local folder to a live site. Drag in the folder or push a repository, and Tokay detects the static project and serves its files and subdirectories.
No framework or build step is required.
Private previews do not need application auth
Tokay can put coworker sign in around the site, saving you from adding a login system to internal docs or a client preview. Restrict the Project to specific people or an email domain, and visitors enter through a magic link. Access appears in the Project log.
A backend can grow beside the site
Adding a form handler, API, or scheduled job does not require moving the static site to another account or platform. Tokay runs the new process as another Service in the same Project, where it can share secrets and supported databases.
Your AI agent can publish and restrict the site
A coding agent like Claude Code or Codex can return a live preview instead of a folder for you to host manually. Through Tokay's GraphQL API, it can submit the files, deploy the site, restrict the audience when needed, and verify the HTTPS URL.
Point your agent to app.tokay.io/llms.txt for the deployment protocol.
Tokay has a very generous free tier with no credit card. Get started.