$ rinji init --sandbox
Creating temporary environment...
Sandbox ready at rinji.dev/s/x7k2m
Environment active. TTL: 24h
$ ▌
Temporary Environments. Permanent Results.
$ rinji sandbox
Spinning up isolated environment...
Ready in 1.2s
Instant disposable sandboxes. Experiment freely with zero cleanup.
$ rinji share --public
Generating share link...
https://rinji.dev/s/x7k2m
Share any environment with a single link. Collaborate in real time.
$ rinji deploy --prod
Building from sandbox state...
Deployed to production
Promote any sandbox to production with one command.
$ npm install -g rinji
Install the CLI globally.
$ rinji init
Create your first temporary environment.
$ rinji run
Start building. It disappears when you're done.