Rytora Code — Publish
One-click deploy to Vercel, Railway, and Fly. Framework auto-detection, environment variables, deployment history.
Part of the Rytora Code suite — install Rytora Code to get the full toolkit (Composer, Tab autocomplete, Cmd+K, Codebase Indexing, Publish, and more).
What it does
Detects your framework (Next.js, Remix, Vite, TanStack Start, NestJS, SvelteKit, Astro, and more), picks the right hosting provider, and ships your code with a single command.
Capabilities
- Auto-detection — Reads
package.json, build config, and project structure to pick the optimal provider per workload (frontend → Vercel, backend → Railway, container → Fly).
- Connect once — OAuth handshake with each provider. Tokens stored in the OS keychain.
- One-shot publish —
Cmd+Shift+P Cmd+P → first prompt is provider selection, second is environment, then it ships.
- Environment variables — Sync
.env.local to the chosen provider, with secrets prefixed appropriately.
- Deployment history — Browse past deploys, copy URLs, roll back a stuck deploy.
Supported providers
| Provider |
Best for |
| Vercel |
Frontends — Next.js, Vite, TanStack Start, SvelteKit, Astro, Remix |
| Railway |
Backends — NestJS, Express, Fastify, FastAPI, Rails, Django |
| Fly |
Containers — anything with a Dockerfile |
Commands
| Command |
Title |
rytora-code.publish |
Publish Project |
rytora-code.publish.history |
Show Deployment History |
rytora-code.publish.disconnect |
Disconnect Provider |
rytora-code.publish.connect.vercel |
Connect Vercel |
rytora-code.publish.connect.railway |
Connect Railway |
Keybindings
| Key |
Action |
Cmd+Shift+P Cmd+P / Ctrl+Shift+P Ctrl+P |
Publish Project |
Getting started
- Install Rytora Code (recommended) or this standalone extension.
- Sign in with your Rytora BuildLabs account.
- Run Rytora: Publish Project — first run prompts you to connect a provider.
- Subsequent deploys are one keystroke.
Pricing
Publishing is free. Hosting costs are billed by the provider (Vercel, Railway, Fly) directly to your account with them.
Links
License
MIT
| |