-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello @iximiuz
Apologies if this is not the place for such a feature request on https://labs.iximiuz.com/, but I couldn't find a better place...
Being able to run playgrounds on the site is really nice, and very convenient for quick demos of projects that require some more advanced tooling that requires docker or other features.
Sites like StackBlitz meanwhile allow people to open up a github repo from a link, and provide an in browser IDE, but do not provide docker or really anything beyond nodejs itself in the provided playground.
So... It would be great if this project can fill that gap. It should provide some way to include a permalink to a given playground, pre-loaded with certain git repo location and cd-ed into it. Ideally also support running a script inside the playground automatically on open that the repo can dictate.
All other restrictions would still be applicable of course, i.e. to actually launch the playground, registration is still needed, instance duration limits, daily limits, etc.