Platform¶
The Stardag Platform provides optional services for team collaboration and monitoring.
Components¶
| Component | Description | URL |
|---|---|---|
| API Service | REST API for task tracking | api.stardag.com |
| Web UI | Dashboard for monitoring | app.stardag.com |
Do I Need the Platform?¶
The Stardag SDK works standalone - you don't need the platform for:
- Local development
- Single-user workflows
- Simple automation scripts
The platform adds value for:
- Team collaboration - Shared task visibility
- Build monitoring - Track long-running pipelines
- Centralized configuration - Consistent target roots across team
- Audit trails - Build history and status, including commit hashes etc. for debugging and reproducibility
- Coordination - Prevent duplicate builds
Getting Started¶
SaaS (Hosted)¶
- Visit app.stardag.com
- Sign up with GitHub
- Create a workspace and environment
- Configure your SDK (see Quick Start)
Self-Hosted¶
See Self-Hosting Guide.
In This Section¶
- API Service - REST API documentation
- Web UI - Dashboard features
- Self-Hosting - Deploy your own instance