You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
This is not related to a problem. It is related to a limitation. Bolt can write python, but it cannot run python backend like Flask and Django. What if Bolt could "Connect to Remote" and specify a folder to run the remote code either native or as docker containers? Think the "backend" folder could be specified as "Remote Code" and bolt would have permissions/access to run code on the other machine outside of the Webcontainer.
Describe the solution you'd like:
An implementation like "Supabase" and "Vercel" where permissions were added to Bolt through something like an SSH connection to manage a remote VPS to write files and run command line stuff or Docker commands.
Describe alternatives you've considered:
Building my own... but that is not really feasible.
Additional context:
Bolt.new happily wrote the react frontend here and displayed it, and also wrote the "backend" code that I need to run on my own. I simply put a variable in the .env for the react frontend on where the backend python based API will be running.
The text was updated successfully, but these errors were encountered:
mjtechguy
changed the title
Support connecting to local Docker or remote VPS
Support connecting to local system/Docker or remote VPS
Jan 27, 2025
leex279
added
the
feature
A pretty vague description of how a capability of our software can be added or improved.
label
Jan 28, 2025
Is your feature request related to a problem? Please describe:
This is not related to a problem. It is related to a limitation. Bolt can write python, but it cannot run python backend like Flask and Django. What if Bolt could "Connect to Remote" and specify a folder to run the remote code either native or as docker containers? Think the "backend" folder could be specified as "Remote Code" and bolt would have permissions/access to run code on the other machine outside of the Webcontainer.
Describe the solution you'd like:
An implementation like "Supabase" and "Vercel" where permissions were added to Bolt through something like an SSH connection to manage a remote VPS to write files and run command line stuff or Docker commands.
Describe alternatives you've considered:
Building my own... but that is not really feasible.
Additional context:
Bolt.new happily wrote the react frontend here and displayed it, and also wrote the "backend" code that I need to run on my own. I simply put a variable in the .env for the react frontend on where the backend python based API will be running.
The text was updated successfully, but these errors were encountered: