Everything Your Team Needs.
Nothing It Doesn't.

Ten best-in-class tools, one login, one config file. Klyvra replaces your SaaS sprawl with a unified, self-hosted workspace you actually control.

See How It Works ↓ View on GitHub
10
Integrated apps
1
Login for everything
0
Manual config steps
Users — free forever
Single Sign-On

One Login. Eleven Apps. Zero Friction.

Your team logs in once through Authentik and gets immediate access to every tool — wiki, chat, code, files, tasks, documents. No separate accounts, no password fatigue, no "which login was it again?"

  • 9 apps via OIDC/OAuth, 1 via SAML, 1 gated by forward-auth — all pre-configured out of the box
  • First login auto-creates the user's account in each app
  • MFA support built into Authentik (TOTP, WebAuthn, Duo)
  • Branding-ready login pages — your logo, your domain
What your team sees:
🔐
Sign in to Klyvra
alice@company.com
Sign in
→ Redirected to wiki, chat, code, files... all seamless
Permissions

Define Teams Once. Access Syncs Everywhere.

Create an "engineering" group and Klyvra gives them code repos, wiki access, and a chat channel — automatically. HR gets timesheets and policies but no source code. New hires? Add them to a group and they get the right access on their first login.

  • Groups created in Authentik propagate to every app
  • Per-app role control — admin in one tool, viewer in another
  • Exclude groups from apps entirely (engineers don't see HR tools)
  • Membership queued for users who haven't logged in yet
One config, every app:
engineering:
  gitea: owner  # full repo access
  outline: member  # wiki read/write
  kimai: user  # track own time
hr:
  gitea: null  # no code access
  outline: member  # wiki read/write
  kimai: teamlead  # approve timesheets
Zero ClickOps

Deploy a Whole Company in One Command.

No clicking through admin panels. No setup wizards. Klyvra uses blueprints, init containers, and adapters to wire everything together before anyone logs in. The only manual step? Creating your first admin account.

  • 18 Authentik blueprints auto-configure all SSO providers
  • Init containers seed API keys, register auth sources, patch configs
  • 4 webhook adapters keep app permissions in sync in real time
  • Fully idempotent — safe to restart, re-deploy, upgrade
Your entire setup:
$
git clone github.com/klyvra-org/klyvra
cd klyvra
make bootstrap DOMAIN=company.com
make up
✓ 36 containers running
✓ SSO configured for 11 apps
✓ Webhooks armed, adapters listening
✓ Ready at https://auth.company.com
Deploy Anywhere

Compose Today. Kubernetes Tomorrow.

Start with Docker Compose on a single server for development or small teams. When you're ready to scale, the Helm chart deploys the same stack to any Kubernetes cluster — same config structure, same RBAC model, same apps.

  • Docker Compose for dev, staging, and small teams
  • Helm chart for Kubernetes production deployments
  • Same values.yaml RBAC structure in both
  • Runs on any cloud, any bare metal, any EU sovereign infra
Choose your path:
🐳
Docker Compose
Single server
Dev & small teams
make up
☸️
Kubernetes
Multi-node clusters
Production scale
helm install

Built for Real Teams

Whether you're a 5-person startup or a 500-person org, Klyvra adapts to how you actually work.

🚀

Startup / Small Team

Spin up a complete workspace in 5 minutes. Wiki, chat, code hosting, file sharing, passwords, documents — all with one login. No per-seat costs eating your runway.

🏢

Growing Company

Define engineering, sales, HR, and ops as groups. Each team sees only what they need. Onboard new hires by adding them to a group — every app grants access automatically.

🇪🇺

EU / Regulated Industry

Data stays on your infrastructure. No US cloud dependencies, no third-party access. GDPR-compliant by architecture. Deploy on Hetzner, OVH, or your own racks.

🏫

Education / Nonprofits

Give students and staff a full collaboration suite at zero cost. Unlimited users, no feature gates. Self-host on whatever hardware you have.

🔒

Security-Conscious Orgs

Every component is open source and auditable. No black-box SaaS. Vaultwarden for passwords, end-to-end encryption in Seafile, MFA via Authentik.

🧪

Dev Teams / Agencies

Gitea for code, Mattermost for discussions, Outline for documentation, Vikunja for tasks, Kimai for time tracking — all connected, all with SSO. Ship faster.

Webhook Adapters

Apps That Talk to Each Other.

When you create a group in Authentik, four lightweight adapters instantly create the matching resources: a Gitea org, a Mattermost channel, an Outline group, and a Seafile group. Add a user to the group and they're added everywhere. Remove the group and everything's cleaned up.

  • Real-time sync — changes propagate in milliseconds
  • First SSO login auto-joins users to their team and channels
  • Pending queue for users who haven't logged in yet
  • Each adapter is a tiny FastAPI service — easy to extend
What happens when you create a group:
1. Admin creates group "engineering" in Authentik
↓ webhook fires
2. Gitea → new org "engineering"
3. Mattermost → new channel "engineering"
4. Outline → new group "engineering"
5. Seafile → new group "engineering"
Done. Under 1 second.
Documents & Whiteboard

Paper In. Ideas Out.

Paperless-ngx turns contracts, invoices, and scans into a searchable, OCR-indexed archive — with SSO login like everything else. Excalidraw gives your team a sketching whiteboard, protected by Authentik forward-auth so only your people can reach it.

  • OCR on every uploaded document — full-text searchable
  • Tags, correspondents, and retention workflows built in
  • Whiteboard requires zero setup — open draw.* and sketch
  • Email? Bring your own provider — Klyvra links it via the comms front door instead of running a fragile mail server
Scan → searchable in seconds:
📄 invoice-2026-042.pdf uploaded
↓ OCR + auto-tagging
🏷 Tagged: invoices · supplier-acme · 2026
🔍 Findable by any word inside the scan
And next door:
✏️ draw.company.com — whiteboard behind SSO

Enterprise Features, Community Values

How Klyvra stacks up against the incumbents.

Feature Klyvra Google Workspace Microsoft 365
SSO & Identity Built-in (Authentik) Included Included (Entra)
File Storage & Sync Seafile Google Drive OneDrive / SharePoint
Email & Calendar Your provider, integrated links Gmail Exchange / Outlook
Document Management (OCR) Paperless-ngx ✗ Drive search only ✗ SharePoint (extra setup)
Whiteboard Excalidraw ✗ Jamboard discontinued MS Whiteboard
Chat & Video Mattermost Google Chat/Meet Microsoft Teams
Wiki & Docs Outline Google Docs SharePoint / OneNote
Git Hosting & CI Gitea ✗ Extra cost / Third-party ✗ Extra cost (GitHub)
Time Tracking Kimai ✗ Not included ✗ Not included
Task Management Vikunja Google Tasks Microsoft Planner
Password Manager Vaultwarden ✗ Basic browser sync only ✗ Basic sync only
Office Documents OnlyOffice Google Workspace Office 365
Per-user Cost €0 forever ✗ ~€11.50/mo ✗ ~€11.70/mo
Data Sovereignty Your infrastructure ✗ US Cloud Act exposure ✗ US Cloud Act exposure
Open Source (Auditable) 100% FOSS ✗ Closed source ✗ Closed source
GDPR Compliance Full control Standard Standard
Deployment Control Docker / Kubernetes ✗ SaaS only ✗ SaaS only

Stop Paying Per Seat

Why rent your infrastructure when you can own it? Let's look at the numbers for a typical 25-person company.

Google Workspace

Business Standard Plan
€11.50 / user / mo
25 users × 12 months
€3,450
per year

Klyvra

Unlimited Users
€0 / user / mo
Estimated VPS Hosting (~€40/mo)
€480
per year

Microsoft 365

Business Standard Plan
€11.70 / user / mo
25 users × 12 months
€3,510
per year

Compliance by Architecture

Built for European digital sovereignty from day one.

Your Infrastructure

Deploy on bare metal, Hetzner, OVH, or your own local racks.

No US CLOUD Act

Keep your data completely shielded from foreign jurisdiction requests.

Full GDPR Compliance

You control where the data lives and who has access, simplifying audits.

Audit Trail via Authentik

Centralized logging of every authentication event across your entire stack.

No Vendor Lock-in

Standard formats and APIs. Your data is yours to export whenever you want.

Open Source & Auditable

No black-box SaaS. Every component's source code can be reviewed.

No Per-User Licensing

Scale your team without hitting arbitrary paywalls or subscription tiers.

EU Sovereign Cloud Compatible

Runs on any EU sovereign cloud provider — Hetzner, OVH, IONOS, or your own infrastructure.

Ready to Take Back Your Stack?

Deploy your entire office suite in under 5 minutes. Free forever, unlimited users, no strings attached.

Quick Start Guide View on GitHub