Server capabilities preserved
Route handlers and server-only environment values stay on the trusted side of the app.
Deploy the App Router project from your repository with server environment variables, route handlers, logs, and version history intact—then put workspace identity in front of the whole experience.
# keep the code where it is
$ npx tooldrop init
✓ project contract validated
✓ workspace identity connected
✓ version bundle created
live → tooldrop.app/a/team-tool
deploy history
v3 · ready · 42s
The handoff
No rebuild in a proprietary editor. ToolDrop wraps the operating responsibilities around the project you already have.
Keep the Next.js repository and declare the app identity, resources, environment, and runtime features.
npx tooldrop initValidate the gateway guard, server imports, routes, jobs, webhooks, and required environment before release.
tooldrop deploy --preflight-buildPublish the live version, invite users, inspect logs, and roll forward without losing deployment history.
tooldrop deployWhat changes after deploy
Route handlers and server-only environment values stay on the trusted side of the app.
A signed workspace identity reaches the app without adding another standalone login system.
Releases, logs, rollbacks, scheduled jobs, and webhooks live with the app.
Start on Free, publish a real app, and move to Team or Pro only when the workspace needs more scale and controls.