An open API service indexing awesome lists of open source software.

https://github.com/releasyhq/releasy

Releasy - Controlled software releases for B2B.
https://github.com/releasyhq/releasy

api devops licensing release-management saas-infrastructure software-distribution

Last synced: 3 months ago
JSON representation

Releasy - Controlled software releases for B2B.

Awesome Lists containing this project

README

          

# Releasy

Controlled software releases for B2B.

Releasy is an API-first platform to manage:

- secure software distribution
- customer entitlements & licensing
- release visibility and access control

## Why Releasy?

- Built for B2B & SaaS vendors
- Designed for CI/CD pipelines
- Open Core with Enterprise extensions

## Documentation

**Getting Started:**

- [Getting Started](docs/getting-started.md) – Set up Releasy and create your first release
- [Configuration](docs/configuration.md) – Environment variables reference
- [Deployment](docs/deployment.md) – Self-hosted topologies and rollouts
- [Database](docs/database.md) – Postgres/SQLite support and migrations
- [Ansible Deployment](docs/infra.md) – Playbook layout and runbook (releasy-infra)

**API Reference:**

- [API Conventions](docs/api-conventions.md) – Error schema, idempotency, pagination
- [Admin Bootstrap](docs/admin-bootstrap.md) – Initial setup and API key management
- [Operator Auth](docs/operator-auth.md) – JWT/JWKS authentication and RBAC
- [Release API](docs/release-api.md) – Release lifecycle endpoints
- [Artifacts](docs/artifacts.md) – Presigned uploads and artifact registration
- [Downloads](docs/downloads.md) – Download token issuance and redirects
- [Entitlements](docs/entitlements.md) – Customer product entitlement management
- [Introspection](docs/introspect-api.md) – API key introspection
- [Audit Events](docs/audit-events.md) – Audit event catalog and access
- [Audit Retention](docs/audit-retention.md) – SQL templates for audit cleanup

## Status

🚧 Early development – feedback welcome