Instant URLs
Every deploy gets a stable production URL and an isolated preview URL.
Product / Launchpad
Point Tarantula at an agent-built app. It comes back online, private, and ready to share—with previews, TLS, logs, custom domains, and rollbacks included.
What is included
Every deploy gets a stable production URL and an isolated preview URL.
Serve the app close to wherever your collaborators open it.
Keep an app personal, share it with named teammates, or open it to the web.
Inspect a preview, promote it, and roll back without rebuilding infrastructure.
Declared with the app
The coding agent declares the resource beside the app. Local development and production use the same binding and permission contract.
import { defineApp, web } from "tarantula";
export default defineApp({
name: "renewal-board",
web: web("./app")
});Small-cloud defaults
01No release pipeline
02Private URL automatically
03Preview, promote, and roll back
Private alpha