Getting started

What is the Application Platform?

What the platform takes care of for you – and the building blocks it consists of.

On this page

The doppelt.digital Application Platform removes everything that stands between a product idea and a running application: repositories, CI/CD, servers, deployments, error tracking, and the complete development environment. You configure your project in one interface – the platform generates and operates the rest.

What the platform takes care of

  • Project generation: app, homepage, and backend repositories with a ready-made code skeleton, pipelines, and configuration – in your chosen tech stack (e.g. Flutter, Next.js, NestJS, Hugo).
  • Deployment: every merge automatically lands on your dev server; you release production with one click.
  • Infrastructure: server setup (your own server, cloud, or managed), domains/DNS, email delivery, app store integration.
  • Development environment: a setup app prepares your machine – or you work in a ready-made remote workspace in the browser or via remote desktop.
  • Operations: error tracking with Sentry is connected from the first commit, and versions are managed automatically.

The building blocks

flowchart TB
  user["You"] -->|"configure"| platform["Application Platform"]
  platform -->|"generates"| gitlab["GitLab"]
  user -->|"develop"| gitlab
  gitlab -->|"deploys"| server["Your servers"]
  gitlab -.->|"errors"| sentry["Sentry"]
Building block Role
Web interface Manage organizations, projects, servers, domains, workspaces, and credentials
GitLab gitlab.doppelt-digital.com – your code lives here, your pipelines run here
Setup app Desktop app that prepares your machine and your projects
Workspaces Ready-made development VMs in the cloud, reachable via remote desktop
Sentry Error tracking for all your applications

You sign in everywhere with one account: platform, GitLab, and Sentry.

Next steps