Skip to content

Introduction

FlightStack is a self-hosted CI/CD platform built for Flutter. It lets you design build pipelines visually, run builds on your own hardware, and deploy to app stores automatically.

Most CI/CD platforms require complex YAML configurations and charge per build minute. FlightStack takes a different approach:

  • Visual pipeline editor - Drag and drop to create workflows
  • Self-hosted agents - Run builds on your Mac, Linux, or Windows machines
  • Unlimited builds - No per-minute charges
  • Flutter-native - Built specifically for Flutter with iOS, Android, and web support
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ GitHub │────▶│ FlightStack │────▶│ Build Agent │
│ (Code) │ │ (Server) │ │ (Your Mac) │
└─────────────┘ └─────────────┘ └─────────────┘
┌─────────────┐
│ App Store │
│ Google Play │
└─────────────┘
  1. Connect - Link your GitHub repository
  2. Create - Design a pipeline with the visual editor
  3. Register - Set up a build agent on your machine
  4. Build - Push code and watch your pipeline run

Visual Editor

Design pipelines by connecting nodes on a canvas. Configure each job with simple forms.

Build Agents

Self-hosted agents run on your machines. Full control, no build limits, code stays private.

Auto Deploy

Deploy to TestFlight, App Store, and Google Play. Automatic code signing included.

Git Integration

Webhooks for push, pull request, and tag triggers. Status checks and comments.

Ready to get started?

  1. Quick Start - Get your first build running
  2. Installation - Detailed setup instructions
  3. Concepts - Understand the architecture