Quickstart
Deploy your first service to Forte Platforms in under 5 minutes. You can use the web console or the CLI — pick the tab that fits your workflow.
Step 1: Create a Project
Projects group related services together.
- Open the Forte Console and click Create Project.
- Enter a project name (e.g.,
my-app) and click Create.
Step 2: Create a Service
Link your GitHub repository to deploy it on Forte.
- Select your project, then navigate to Services.
- Click Create Service.
- Choose your GitHub repository and branch, pick a usage tier, and click Create Service.
Auto-Deploy
Forte automatically deploys when you push to the configured branch.
Step 3: Watch Your Deployment
Your first deployment starts automatically when you create a service. Every git push to the configured branch triggers a new build and zero-downtime rollout.
The service detail page shows live build logs, deployment progress, and your service's public URL once it's healthy.
Open Services →What's Next?
- Deploying Services Guide - Learn advanced deployment options
- Monitoring Guide - Set up logs and metrics