Skip to content

Templates

Templates are pre-configured multi-service stacks that you can deploy on Stackpad with a single click. Instead of manually creating services and configuring connections, a template sets up everything at once.

How templates work

A template is defined by a stackpad.json file that describes:

  • Which services to create (web apps, databases, caches, etc.)
  • How services connect to each other
  • Which environment variables to set
  • What health checks to run

When you deploy a template, Stackpad:

  1. Creates all services defined in the template
  2. Generates secure credentials for databases and caches
  3. Injects connection strings into dependent services
  4. Starts all containers in the correct order
  5. Runs health checks to verify everything is working

Available templates

The list below is automatically synced with the platform — new templates appear here as soon as they’re published.

Full-Stack Starters

Workflow & Automation

Content Management

Analytics & Monitoring

AI & GPU

Developer Tools

Databases & Caches

Deploying a template

  1. Go to the Templates section in the dashboard (or the templates page on stackpad.eu)
  2. Click on a template to view its details
  3. Click Deploy
  4. Fill in any required inputs (like a Git repository URL)
  5. Stackpad creates the project with all services configured

Creating custom templates

You can create your own templates using the stackpad.json format. See the stackpad.json reference for the full specification.