Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 2.04 KB

cloud.md

File metadata and controls

30 lines (19 loc) · 2.04 KB

MoonZoon Cloud


MoonZoon Cloud - the serverless platform for your MoonZoon apps. Predictable pricing, simplicity and scalability are main goals.

  • The web administration will be written in MoonZoon.
  • The CLI part will be implemented as extra mzoon commands.
  • The default app URL will be https://[your_app_name].mzoon.app

If you want early access to the MoonZoon Cloud, sponsor me and write me a private message on Discord. Don't hesitate to tell me about your plans and needed features.

Current state: Research. Clever Cloud looks like the best candidate for the MoonZoon Cloud infrastructure provider. The MZ chat example works without problems: mz-chat-example.mzoon.app. Their support is excellent. Another possible provider could be Google Cloud Run because it supports scaling to zero and also server-sent events, but Clever Cloud has more predictable pricing and it's less complex because you don't need to manage Docker containers.

Update: DigitalOcean's App Platform is another interesting hosting alternative.


FAQ

  1. "I want to deploy my MoonZoon app now!"

    • Dockerfile will be included in the repo.

    • You can try to deploy to Clever Cloud by yourself. There is a chance I'll write a step-by-step guide later.

    • There is a buildpack for Heroku and Heroku-like PaaS and the demo.

  2. "Why sponsoring instead of standard paid accounts / subscriptions / credits?"

    • I want to focus on MoonZoon and Cloud development instead of writing or integrating systems for billing and related stuff.
    • Everybody will see you support open-source projects.
    • I'll switch to a standard in-app payments when it makes sense.