Markdown

Documentation

Documentation

Guides for getting started, daily work, and publishing your projects on the Application Platform, split into a beginner path and a developer path.

The quickstart takes you onto the platform in four steps: CLI, agent plugin, project, publishing. If Git, the terminal, and servers are new to you, continue with the For beginners path; if you develop every day, take the shorter For developers path. Both link to the same reference below, where each topic is described once.

The search at the top left covers headings and text of every page.

Quickstart

For beginners

What is the Application Platform?

The Application Platform takes care of repositories, pipelines, servers, and deployments so that you can concentrate on your application.

Terms you will come across

Repository, commit, pipeline, server, Docker, and workspace are terms you will meet constantly on the Application Platform, and each of them is explained briefly and in relation to the platform.

Create your first project

You register, create an organization, and create your first project in the wizard, which the platform generates with repositories in GitLab.

Bring in an existing project

A folder you built with Claude Code, Cursor, or Codex comes onto the Application Platform with one prompt, provided its tech stack is supported.

Set up your computer or work in the browser

You either work on your own computer, which the setup app prepares, or in a remote workspace in the cloud, and both paths lead to the same project folder.

Open and run your project

You open the project folder in the editor, start a terminal, run the application with ap run-local, and view it in the browser.

Work with an AI agent

Claude Code, Cursor, and Codex know the rules of your project and talk to the platform directly through the agent plugin.

Save changes and publish

With a commit and a push your changes land in GitLab, the pipeline brings them to the dev server, and you release production with a click.

When something does not work

Most typical stumbling blocks when getting started can be checked yourself, and if that is not enough, support helps.

What is GitLab?

GitLab is where the code of your projects lives and where the pipelines run, and day to day you only need a few of its functions.

What are pipelines?

A pipeline tests, versions, builds, and distributes your application after every push to main, and you start the last step to production yourself.

For developers

Development environment

Editors and AI agents

Connections and services

Publishing

Advanced