Peek under the hood and take full control of your Rocket app – explore, edit, and expand your project in the code-view.
code-view
Browse your app files
pages
, components
, or styles
.Project file explorer
Find files fast with search
Search bar with live filtering
Edit and save any file
Editor with save/discard bar
tailwind.config.js
or package.json
, changes may affect how your app compiles or behaves. If something breaks, you can always revert or refresh.Manage secret keys in your env file
env
file is one of the most important and sensitive parts of your app. It contains secret API keys and config values. Do not share this file or its contents unless you fully trust the recipient.env.json
..env
.Example: Updating your Supabase config? You’ll likely need to change bothOnce you’ve made the change, press Save, then simply ask Rocket to use the updated key in your logic.SUPABASE_URL
andSUPABASE_ANON_KEY
. Rocket will use the new values instantly, wherever they’re referenced.
Updating existing keys in env.json
GOOGLE_MAP_KEY
.env.json
(for mobile) or .env
(for web).GOOGLE_MAP_KEY=your-google-map-api-key-here
.
“Use GOOGLE_MAP_KEY
to load the map on the home screen.”
Rocket will recognize the key and apply it wherever you ask.Adding GOOGLE_MAP_KEY to env.json
Track build logs and debug output
Live build logs panel
Use toolbar actions (Refresh, GitHub, Download)
Toolbar with refresh, GitHub, and download
Transfer and sync with GitHub
Transfer project to GitHub
GitHub project synced with update option
main
branch of your GitHub repository..zip
file.