Live demo
Try Sovereign Workspace in your browser.
Real Keycloak. Real Nextcloud. Real Collabora. Running on a server in Germany. One click and you're inside.
Opens in a new tab. You'll be assigned one of 10 shared demo accounts — the username and password appear right here below this button as soon as you click. Keep this tab open if you need to copy them.
What you should know before you click
- Shared accounts. The demo runs ten reusable users
named
demo1throughdemo10. Each password is the username with the suffixdemo— sodemo1logs in withdemo1demo. If two visitors land on the same account at the same time, one will be kicked into a read-only session. Pick a different number from the list below if that happens. - Files reset every six hours. Anything you upload, create, or delete is wiped on a regular cron. Don't store anything important.
- This is not production. The demo runs on a single modest VM. Performance is fine for one or two simultaneous visitors and noticeably slower with a crowd. The architecture you'd actually deploy is the same; only the box is smaller.
- The AI is slowed down for the demo. The built-in
assistant runs a local
Gemma 4model on CPU only — the demo VM has no GPU — so it's slower and less capable here than on a real deployment. It's included to show the feature works, not to represent production quality. A GPU-backed deployment runs a larger, faster model. - One admin account.
demo1is an organisation administrator, so it can see the Admin Console (user management, app catalog).demo2–demo10are regular users. Log in asdemo1if you want to explore the admin side.
Manual login — pick any account
Want to come back to the same files and chat history later? Pick a specific account here, log in directly, and bookmark it. Just remember it's shared with everyone else who picked the same one.
The ?login_hint= URL parameter is the standard OIDC
way to pre-fill the username field on the Keycloak login form.
You only have to type the password (username + the suffix
demo — see the cards above). We never put
passwords in URLs, since URLs leak into browser history, proxy
logs, and screenshots.
What to try once you're in
- Open the Files app. Click the Nextcloud entry in the sidebar — your private (per-account) cloud drive appears without any "Connect Nextcloud" step. The same Keycloak token that signed you in is being passed through transparently.
- Create a document. Right-click in the Files app,
create a new
.odt. Double-click it. Collabora opens inside the workspace. Edit, save, close — it persists in Nextcloud. - Open the same doc in another tab. See real-time collaborative editing — cursors, presence, simultaneous edits.
- Try the built-in apps. Open the launcher (apps icon, bottom right of the dock). A word processor, a spreadsheet with charts and pivot tables, a presentation editor, plus Photos, Music, Paint, and a PDF viewer — all fully usable, working on your workspace files.
- Visit the App Store. Browse the curated catalog of self-hostable apps that integrate with the workspace. Nothing to install in the demo — just a preview of what you'd deploy.
Like what you saw?
The demo runs the same Docker Compose stack you'd deploy on your own server. Self-hosting takes about an afternoon.