I've been working on this Compose online runner fo...
# compose-ui-showcase
t
I've been working on this Compose online runner for sometime now, its still not complete but its ready enough for like an alpha release. If you want to try it yourself heres an public accessible link , you do need to create an account. And for now I've set a limit of 3 codespaces per account and 10 runs on each codespace. Try it and let me know what you think in the thread, any feature requests or bug reports are welcome 😀
K 5
s
Have a few questions: • What platforms does it support? • Is it SSH'ing into a docker container of some sort? • Can you add dependencies to the project?
t
What platforms does it support?
As in Compose targets? Its only for common code, I've made it so it only supports code which compiles both on Web and JVM targets
Is it SSH'ing into a docker container of some sort?
It calls an HTTP API and the backend compiles the code.
Can you add dependencies to the project?
Yes, but its not in the demo URL i've linked. If I cannot find a way to fund this project I'll turn it into a SaaS with paywalls on certain features
👍 1