aicoolies logo
Backstage logo

Backstage

Spotify's open-source developer portal framework

Share
open-sourceOpen Source
Visit Website →

Backstage is Spotify's open-source framework for building internal developer portals, now a CNCF incubating project with 27,000+ GitHub stars. It provides a unified software catalog, service documentation, CI/CD pipeline views, and a plugin architecture with 200+ community plugins. Teams use it to create a single pane of glass for service ownership, API documentation, infrastructure management, and developer self-service workflows.

Backstage originated as Spotify's internal developer portal and was open-sourced to address a universal problem in growing engineering organizations: fragmented tooling and lack of service discoverability. The platform provides a software catalog that registers every service, library, website, and data pipeline in the organization, tracking ownership, documentation, dependencies, and operational status in one searchable interface. With over 27,000 GitHub stars and CNCF incubating status, it has become the de facto standard for internal developer portals.

The plugin architecture is Backstage's extensibility mechanism, with over 200 community-contributed plugins covering CI/CD status from GitHub Actions, GitLab, and Jenkins; cloud cost dashboards; Kubernetes cluster views; PagerDuty incident management; and API documentation browsers. Teams can build custom plugins using React and TypeScript to surface any internal tool or data source within the portal. The TechDocs feature enables documentation-as-code, rendering Markdown docs alongside the service catalog for always-accessible, version-controlled documentation.

Backstage supports software templates that codify best practices for creating new services, libraries, or infrastructure. When a developer wants to spin up a new microservice, they choose a template that scaffolds the repository with CI/CD configuration, observability setup, security scanning, and documentation structure already configured. For organizations with hundreds of services and growing engineering teams, Backstage provides the organizational infrastructure that reduces cognitive load and ensures consistency across the engineering ecosystem.

Pricing

Free and open-source (Apache 2.0)

Platforms

TypeScript/React — self-hosted web application

Categories

Tags

Use Cases

Alternatives

Related Tools

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

Notion MCP Server

Official Notion MCP server for AI-agent workspace access

Notion MCP Server is Notion's official MIT-licensed MCP server for connecting AI assistants to Notion workspaces. It supports the vendor-backed remote OAuth path and tools designed for page, workspace, and Markdown-style operations, making it a safer default than unofficial Notion bridges for teams already using Notion for docs, projects, or internal knowledge bases.

open-sourceOpen SourceTelemetry

Linear MCP Server

Official authenticated remote MCP endpoint for Linear issues, projects, comments, and coding-agent workflows.

Linear MCP Server is Linear’s official authenticated remote MCP endpoint for agent access to issues, projects, and comments. It gives Claude, Codex, Cursor, VS Code, Windsurf, Zed, and other clients a centrally hosted way to find, create, and update Linear work items through OAuth-backed MCP without maintaining a local connector or brittle API glue.

freemiumTelemetry

Slack MCP Server

Official Slack MCP server for approved workspace search, messaging, canvas, and user-context actions.

Slack MCP Server is Slack’s official remote MCP layer for giving approved AI clients workspace context and controlled actions. It lets agents search messages, files, users, and channels, draft or send messages, read threads, manage canvases, and authenticate through Slack OAuth while workspace admins approve integrations and normal Slack rate limits still apply.

freemiumTelemetry

Spotlight by Backplanes

Session reports for Claude Code and Codex runs

Spotlight by Backplanes turns completed Claude Code and Codex sessions into concise reports for engineering, security, and spend review. The CLI installs on macOS, Linux, or WSL 2, watches sessions after they finish, redacts PII and credentials locally before upload, then summarizes files touched, commands run, external domains reached, scope drift, risky actions, and next-session improvements.

freemiumTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source