Skene Cloud
Skene Cloud is the hosted platform for automating product-led growth. Connect your Supabase project, analyze your schema, define growth features, and deploy database triggers: all from the dashboard.
How it works
Connect Supabase -> Analyze Schema -> Create Features -> Compile -> Deploy Triggers -> Monitor
- Connect your Supabase project via OAuth (read-only or read-write).
- Analyze your database schema. Skene introspects tables, identifies time/trigger/value fields, and suggests lifecycle stages.
- Create features using premade templates, the Skene Agent, or by pushing from the CLI.
- Compile features into state machines with conditions, effects, and lifecycle transitions.
- Deploy database triggers directly into your Supabase project.
- Monitor events, feature decisions, and action results in the Logs page.
CLI + Cloud
The skene CLI and Skene Cloud work together. The CLI analyzes your codebase locally and pushes artifacts to the Cloud via POST /api/v1/push:
| CLI artifact | Cloud storage path | Purpose |
|---|---|---|
engine.yaml | skene/engine.yaml | Feature definitions and state machines |
schema.yaml | skene/schema.yaml | Database schema snapshot |
growth-manifest.json | skene-context/growth-manifest.json | Codebase analysis results |
feature-registry.json | feature-registry/registry.json | Feature tracking across runs |
growth-plan.md | skene-context/growth-plan.md | Growth strategy document |
Cloud can also read your schema directly from the connected Supabase project. The CLI path is optional. Both flows feed into the same compile and deploy pipeline.
Documentation
Setup
- Supabase Integration: Connect your project, deploy triggers, event flow
Using Skene Cloud
- Schema Analysis: Database introspection, TTV map, lifecycle stages
- Features & Deploy: Create, compile, and deploy growth features
- Logs: Monitor events, debug dispatch decisions
Administration
- Workspace: Members, API keys, integrations
Related
- skene CLI: Analyze codebases locally, generate growth plans, and push from the terminal
