Skip to content

From local projects to your own servers.

Ship a local folder, Git repo, Docker image, or Compose service to machines you control. CLI, Web console, and AI skills can all connect.

Appaloft Cloud console overview preview
$ npx skills add appaloft/appaloft

Own servers

Deploy to infrastructure you control

5-step path

Read, plan, deploy, check, roll back

CLI + API + Web

AI skill and MCP use the same deployment path

Open source

Code, releases, and roadmap live on GitHub

Blueprints

Official templates can hand off to Cloud

Blueprint marketplace

Common apps, packaged as Blueprints.

Start with these common apps, or browse more official Blueprints in the marketplace.

View all Blueprints
OpenClaw logo

OpenClaw

Self-host OpenClaw with provider keys and optional Ollama.

Supabase Lite

Supabase Lite

Small Supabase-style backend with Postgres.

n8n

n8n

Workflow automation service with Postgres-backed state.

CLI

Deploy and check from the terminal.

Use the CLI for local projects, pre-CI checks, hot fixes, and server health checks.

  • appaloft deploy
  • appaloft status
  • appaloft rollback
appaloft deploy
$ appaloft deploy
πŸ”Ž detect  package.json / Dockerfile / compose.yaml
🧭 plan    web:3000 + worker + postgres
πŸš€ run     upload -> build -> start
βœ… verify  HTTPS, health, activity
🌐 done    live URL ready
GitHub integration

GitHub Actions trigger deploys; GitHub App owns auth and status.

A GitHub Action can call the deploy path after code changes. GitHub App integration handles repository authorization, environment selection, and deploy status updates.

  • Action workflow
  • Repository install
  • Deploy status check

GitHub Action

name: appaloft-deploy
on:
  push:
    branches: [main]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: appaloft/deploy-action@v1
        with:
          server: ${{ secrets.APPALOFT_SERVER }}
          token: ${{ secrets.APPALOFT_TOKEN }}

GitHub App

Repo install
Environment
Status check
Core capabilities

Servers, rollback, domains, and health checks in one place.

Connect servers, define resources, bind dependencies, deploy, and check health from the same console.

Appaloft Cloud console overview screenshot

Connect servers

Connect to self-hosted machines, VPS instances, cloud VMs, or clusters over SSH.

Define Resources

Declare Web, Worker, Cron, and Job resources with runtime options and ports.

Bind dependencies

Attach databases, caches, and storage through Resource Bindings.

Deploy and rollback

Deploy through one path with tracked changes and rollback. Successful deploys only.

Domains and health

Manage domains, HTTPS, health checks, alerts, and recent activity.

AI skill

Add Appaloft to your AI tool.

Run this command in your terminal. Back in your editor, ask AI to deploy the current repo. The live URL and logs come back in chat.

Terminal command
$ npx skills add appaloft/appaloft

Works with AI hosts that support skills.