Deploy a Bun app
Run a Bun project with Bun in production without building a Node workaround around it. Tokay detects the runtime from the project, installs its dependencies, and starts the app with the entry point the code expects.
Last updated
Bun is part of the deployment
You can bring the project over without replacing its runtime or writing a custom image. Push the repo or paste the files, and Tokay detects Bun, the package setup, the entry point, and the environment variables the code reads.
A server receives an HTTPS URL. A scheduled script runs when it is due, while a bot or poller runs as a background worker that stays up and restarts when needed.
The app and its resources stay together
Tokay connects the Bun Services to the resources they use, saving you from wiring each process separately. When the code expects Postgres, MySQL, MongoDB, or Redis, we create that resource in the Project and supply its credentials through the environment variables the app already reads.
Secrets are encrypted in storage and delivered to the Service at runtime.
Your AI agent can use the native runtime
A coding agent like Claude Code or Codex can deploy the Bun source directly instead of producing runtime workarounds first. Through Tokay's GraphQL API, it can submit the project, review the detected setup, provide the secret values you supply, deploy the Services, and verify the running app.
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.