Vinext SSR
Ship faster with reusable cloud workspaces.
Launch production-ready dev sessions in minutes, share one golden instance baseline with your team, and combine synced /home/flare state with each session's own local state for focused work.
1. CreateStart from a proven base image like
ubuntu:24.04 or debian:12, then attach an optional bootstrap script.2. LaunchLaunch one or many sessions that share the instance baseline.
3. SyncSync shared
/home/flare while each session keeps local changes.Quickstart
CLI workflow with persistent session state.
flare instance create node-dev --image ubuntu:24.04 --bootstrap-file ./bootstrap.sh flare session up sandbox --instance <instanceId> flare ssh <sessionId>
| Path | Persistence model |
|---|---|
/home/flare | Shared at instance level |
| Runtime availability | Runtime unavailable |
| SSR health check | Unavailable |
/workspace | Session-isolated, auto-restored |