Getting started

Get your first app running on Shiprr in a few steps: create an account, create an app, and deploy.

1. Create an account#

Sign up at https://shiprr.app/registration. New accounts get €5 welcome credit so you can deploy a small app without adding a card first.

2. Create your app#

Open the dashboard, create a workspace if needed, then go to Apps → New app.

Choose the app name, repository, region, and initial runtime settings. The app name becomes part of your default Shiprr hostname. For accepted formats, see Configuration.

Shiprr currently deploys apps from GitHub or GitLab source repositories. It does not accept prebuilt container images or custom Dockerfiles yet.

3. Configure your app#

Set any required environment variables in App → Settings → Environment variables and review CPU, RAM, and replicas in App → Resources. If detection needs help, you can also adjust build and runtime settings in App → Settings → Build & Runtime.

4. Deploy your app#

Deploy from the dashboard. Shiprr builds the app and starts it in your production app.

After the first successful deploy, your app is available on a hostname like https://your-app.shiprr.dev. For more options, see Deploying apps.

Next steps#