Your first deployment

Create a service from a Git repository, configure its build and check the application. You can start with free resources; their limitations are documented separately.

Video: your first application on Lixev

Sign in, create a workspace, deploy Nginx on FREE, open its public address and inspect logs. English interface and captions, without narration. The tutorial project was removed after recording.

Download tutorial

Video: deploy a GitHub project

Deploy DezerdGun/render3 as two services: a FastAPI backend and a Nuxt frontend. Configure root directories, health checks, the API URL and CORS, then add a sample expense. English captions, without narration; the example application has an Uzbek interface. This is a temporary SQLite demo, removed after recording.

Download the English tutorial

Create an account

Sign up and select a workspace. The free plan provides limited resources, not a cash bonus.

Sign up

Choose a Git repository

Open service creation and choose the GitHub source. Enter the repository URL and branch. For a private repository, connect an account with access; do not put a token in a public URL.

Create a service

Service types

Configure and deploy

Before deploying, check the root directory, commands, resources and environment variables. Empty commands use platform auto-detection. Your own Dockerfile takes precedence over a generated one.

FieldDescription
NameService name: use a descriptive name and characters allowed by the form.
BranchRepository branch, for example main.
Root DirectoryApplication subdirectory in a monorepo. Commands run relative to this directory.
Build commandBuild command, for example npm run build. Dependency installation depends on the selected build method.
Start commandServer start command. The application must listen on 0.0.0.0 at the configured port.
Publish DirectoryFor static sites: the built output directory, for example dist.
ComputeCPU and RAM allocation. Check cost and plan limits before deploying.
Environment VariablesConfiguration values and secrets. Do not publish them in Git.
Auto-DeployReview automatic deployment settings for changes to the selected branch.

After reviewing the form, select Deploy to create the service and start its first build.

Check the result

Review build and runtime logs on the deployment page. The release must pass its health check. If it fails, check the start command, port, environment variables and application logs.

Open your application

Open the service’s public URL. Test the homepage, nested URLs and API or database connections. Background workers and private services may not have a public URL.

Next steps

Choose a service

Custom domain

Add your domain in service settings and copy the supplied DNS record to your DNS provider. Wait for DNS verification and HTTPS certificate issuance. Timing depends on DNS propagation and certificate issuance; immediate availability is not guaranteed.

Manage your service

The service panel provides logs, settings and runtime actions. Before stopping a service, changing resources or rolling back, check its current state, plan conditions and feature limitations. Capability status is documented separately.

Capabilities and limitations