A cloud computing model where the provider manages all infrastructure and automatically scales compute resources. Developers deploy functions or containers without provisioning servers. "Serverless" doesn't mean no servers — it means you don't manage them. GenMB deploys apps to Cloud Run, a serverless container platform that scales to zero when idle.
The process of making an application accessible on the internet. GenMB offers multiple deployment options: subdomain deployment (yourapp.genmb.com), custom domains with SSL, shared Cloud Run backend hosting, and dedicated GKE Autopilot pods with pause/resume for cost control.
A platform for packaging applications into isolated containers that include all dependencies, configuration, and runtime. Containers ensure an app runs identically on any machine. GenMB uses Docker containers for its runtime sandbox (isolated code execution), validator service (Playwright-based testing), and deployment infrastructure on Cloud Run and GKE.
An architecture where an application is split into small, independent services that communicate over APIs. Each service handles one domain (auth, payments, notifications) and can be deployed and scaled independently. Contrast with monolithic architecture, where all functionality lives in a single codebase.
Put these concepts into practice. Describe your app idea and let GenMB generate the code.
Try GenMB Free