> ## Documentation Index
> Fetch the complete documentation index at: https://guide.oxom.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Technische Referenz

> Hinweise für technische Evaluation, lokale Entwicklung und eigene Infrastruktur.

Diese Seiten sind für technische Evaluation, lokale Entwicklung und besondere Infrastruktur-Setups gedacht. Der primäre Produktweg ist die gehostete OXOM Workspace.

Der offene Workspace-Code kann für eigene Tests und interne Setups genutzt werden. Nicht alle gehosteten OXOM-Funktionen sind darin enthalten.

## Enthaltene Workspace-Bausteine

<CardGroup cols={2}>
  <Card title="Drive" icon="hard-drive">
    Dateispeicher mit BYOK (eigener R2-/S3-Bucket), Upload-Links und Sharing.
  </Card>

  <Card title="Docs" icon="file-text">
    Rich-Text-Dokumente, Notizen, Timestamps, Bilder und PDFs.
  </Card>

  <Card title="Link in Bio" icon="link">
    Öffentliche Profilseite mit Links, Bio und Social-Profilen.
  </Card>
</CardGroup>

## Was ist nicht enthalten?

Der **[Agent](/agent/overview)**, die Companion App und betreute Integrationsflows gehören zum gehosteten OXOM-Angebot.

|                          | Eigene Infrastruktur | Gehostete OXOM Workspace |
| ------------------------ | -------------------- | ------------------------ |
| Drive, Docs, Link in Bio | ✓                    | ✓                        |
| KI-Agent                 | —                    | ✓                        |
| iOS Companion            | —                    | ✓                        |
| Infrastruktur            | du (BYOK)            | von oxom verwaltet       |

## Tech-Stack

|           |                                      |
| --------- | ------------------------------------ |
| Framework | Next.js 16 (App Router)              |
| Sprache   | TypeScript                           |
| Styling   | Tailwind CSS 4                       |
| Auth      | Clerk                                |
| Datenbank | Supabase (Postgres + RLS)            |
| Echtzeit  | Liveblocks                           |
| Storage   | Cloudflare R2 / S3-kompatibel (BYOK) |

## Lizenz

Die Plattform steht unter der **PolyForm Noncommercial 1.0.0** Lizenz mit einem **Individual Creator Grant**.

**Kostenlos nutzbar, wenn du:**

* Entwickler, Forscher oder Hobbyist bist und sie nicht-kommerziell nutzt
* ein einzelner Creator bist, der sie für den eigenen Workspace self-hostet (YouTube, Streaming, Content-Business) — solange du sie nicht als Service für andere anbietest

**Kommerzielle Lizenz nötig, wenn du:**

* eine Agentur bist, die sie für Kunden betreibt
* ein gehostetes Produkt oder SaaS darauf aufbaust
* direkt mit [oxom.de](https://oxom.de) konkurrierst

Kommerzielle Lizenzierung → [info@oxom.de](mailto:info@oxom.de)

## Setup

[Setup-Anleitung →](/self-hosting/setup)
