# Deploy a SvelteKit app

Deploy a SvelteKit project without spending time on platform specific adapter work. Tokay builds it as a Node server, keeps the process running, and brings it online at an HTTPS URL.

## The project carries into deployment

Your SvelteKit project can go to production without a second platform configuration. After you [push the repo or connect GitHub](/getting-started), Tokay detects the app, build and start commands, and environment variables read by the code.

Server routes, form actions, and API endpoints run in the same Service and receive secrets from encrypted Project storage.

## Server features use a normal server runtime

Tokay keeps streaming responses, WebSockets, and long running handlers attached to a running Node process, so they do not need a function specific rewrite. The Service runs on the Workspace's dedicated virtual machine.

When the code expects a supported database, Tokay creates it in the Project and supplies the connection through the environment variable the app already reads.

## Releases protect the working site

A new version receives traffic only after it passes health checks. Tokay uses a zero downtime rollout and keeps previous versions available for rollback.

## Your AI agent can skip the adapter decision

A coding agent like Claude Code or Codex can submit the SvelteKit project and work from the detected Node setup. Through Tokay's GraphQL API, it can review the configuration, provide secrets, deploy the Service, and verify the live URL.

Point your agent to [app.tokay.io/llms.txt](https://app.tokay.io/llms.txt) for the deployment protocol.

Tokay has a very generous free tier with no credit card. [Get started](/getting-started).
