Replies: 1 comment 6 replies
-
Hi @elepedus! We already built something similar on Livebook Teams: https://livebook.dev/teams/ The only part that is not configurable is where those apps live. They are always at For example, if you want one machine to host different apps for the same client, what we have available should suffice (let us know if it does not). However, if you want different domains to host different apps from the same machine, we would need more affordances. Basically, the whole deployment aspect is solved, we just need to allow them to be served from different places. |
Beta Was this translation helpful? Give feedback.
-
Livebook apps are an excellent way of rapidly prototyping ideas & iterating on them. I had largely given up on building side-projects because the initial project setup would take multiple coding sessions, by which time life had moved on and I no longer had the time to work on it.
Now I have an idea, sit down, and within minutes I can be iterating on it. UI, API, AI, it doesn't matter, I can just start, and get meaningful results fast, and I can even deploy my app for the world to see 🚀
However, to go from a prototype to an MVP, I still have to break out of Livebook, set up a project, a server, a domain etc. etc. etc., and in doing so I lose the super-tight feedback loop that I enjoy in Livebook.
I'd love to be able to configure an apps domain in Livebook, and launch apps to arbitrary paths on that domain.
So I can point the domain's DNS entry to my Livebook server, let Livebook know it can use it, and then deploy apps at different paths, like they were pages or microservices.
If the team is open to it, I'm happy to work on this, but I will need some guidance, as I think it's a bit of a step up from my past PRs.
Beta Was this translation helpful? Give feedback.
All reactions