Bunzed

Documentation

Everything you need to build, deploy, and monitor with Bunzed.

Overview

Bunzed is a unified developer workspace that combines project management, GitHub-based deployments, custom databases, real-time metrics, and API access into a single platform. Everything you need to build, deploy, and monitor your applications.

Core Concepts

ConceptDescription
WorkspaceA project container. Holds deployments, metrics, API keys, databases, and settings.
DeploymentA service deployed from a GitHub repository. Automatically built, containerized, and served with HTTPS.
MetricA named data series you define (e.g. revenue, latency, signups). You push data points to it via the API.
API KeyA bearer token scoped to a workspace. Used to authenticate API requests for metrics and data ingestion.
DatabaseAn isolated PostgreSQL database you can create on-demand and query from the dashboard.

Quick Start

  1. Sign up with GitHub or email/password
  2. Create a workspace from the Projects page
  3. Create an API key in the API Keys page
  4. Define metrics and start ingesting data via the API
  5. Optionally connect a GitHub repo and deploy it