SELF-HOSTED AI TEAM WORKSPACE

Turn AI conversations
into real work.

Workavera connects chat, tasks, docs, contacts, and calendar commitments.
So every valuable conversation can be captured, advanced, and delivered.

workavera / dashboard
LOCAL · PRIVATE
Workavera web dashboard showing projects, tasks, calendar events, and the reading queueWorkavera dashboard running on an iPadWorkavera dashboard running on an iPhone
01 One workspace. A complete path from information to outcomes.
02 WHY WORKAVERA

AI should not stop at
“an answer.”

Real work begins after the answer: recording decisions, assigning tasks, following up with people, and honoring commitments. Workavera makes AI part of the workflow—not just another chat window.

03 PRODUCT IN ACTION

From one request
to work completed.

These are real Workavera product screens. AI does more than answer—it uses workspace tools to turn intent into projects, tasks, and calendar events.

CHAT · BOARD WORKFLOWOPEN FULL SIZE ↗Workavera Chat selecting a project template and creating a content production project from a request
01
From natural language to a complete project

Describe the goal. AI selects the right template and creates project tasks with statuses, priorities, and deadlines.

BOARD · KANBAN EXECUTIONOPEN FULL SIZE ↗Workavera Board showing a content creator workflow moving from ideas through drafting and review to published
02
Move the whole workflow from idea to published

Track every task in one Kanban view, with clear stages, priorities, deadlines, labels, and ownership across the team.

CHAT · CALENDAR ACTIONOPEN ↗Workavera Chat creating multiple recurring calendar events from an English request
03
Create commitments inside the conversation

AI understands dates, recurrence, and reminders, then writes multiple events to the workspace in one pass.

CALENDAR · UNIFIED VIEWOPEN ↗Workavera Calendar showing personal events and Board task deadlines together
04
See every outcome on one timeline

Personal events and Board deadlines appear together, making plans, reminders, and execution status easy to scan.

04 ONE CONNECTED WORKSPACE

Six core modules,
working from one shared context.

01
AI work entry point

Chat

Understand questions, read workspace context, and turn conversations directly into action.

02
Execution layer

Board

Keep projects, tasks, owners, priorities, and deadlines clear at every step.

03
Knowledge layer

Docs

Turn discussions and working notes into searchable, reusable, publishable documents.

04
External signal layer

Reading

Save articles and project sources, then let AI extract summaries, documents, and actions.

05
Relationship context

Contacts

Manage clients, partners, and collaborators in one place with safe context for AI.

06
Commitment layer

Calendar

Bring deadlines, follow-ups, milestones, and AI-created events onto one timeline.

05 FROM SIGNAL TO OUTCOME

Not a stack of features.
A closed loop for work.

01

Capture

Reading

Bring outside sources into the workspace

02

Understand

Chat

Answer with shared team context

03

Retain

Docs

Preserve useful, reusable knowledge

04

Act

Board + Calendar

Turn answers into tasks and commitments

06 BUILT ON POCKETBASE

Clear data structures.
More reliable agents.

Workavera maps projects, tasks, messages, events, documents, and contacts to explicit PocketBase collections. Open the admin UI and every collection, field, relation, and record is immediately legible. The data is not a black box—and developers never have to guess.

board_projectsboard_taskschat_messagescalendar_eventsdocscontacts
01Collections speak the product language

Business objects map directly to clear collections. Developers grasp the boundaries quickly, and agents know exactly where to read and write.

02APIs are ready from day one

Every collection follows a consistent record API, with clear paths for queries, filters, relations, and access rules—no need to rebuild basic CRUD.

03Extensions are safer to build

Explicit fields and relations reduce naming drift and hidden state. Humans and agents can verify outcomes and diagnose mistakes faster.

POCKETBASE · COLLECTIONSOPEN FULL SIZE ↗Workavera PocketBase admin UI with project, task, calendar, chat, and document collections alongside chat message fields and records
A real data model—visible, queryable, and ready to extend.
07 MCP & NATIVE APPS

One workspace.
Connected everywhere.

Workavera turns MCP into a two-way bridge. It connects external MCP services to your workflow, and exposes its own workspace tools to Codex and Claude. Native apps keep the same context close on iOS, iPadOS, and Android.

MCPTWO-WAY MCP CONNECTIONWORKAVERA / CONNECT
How Workavera connects external MCP services, AI assistants, and native mobile appsTHE OUTSIDE WORLDExternal MCP services01Calendar02Docs03Email04Code05MoreConnect into WorkaveraTHE BRIDGEWorkaveraMCP CLIENT + MCP SERVERUse workspace tools anywhereAI ASSISTANTSCodex & ClaudeCodexClaudeNATIVE APPSiOS, iPadOS & AndroidiOS + iPadOSAndroidEXTERNAL MCP → WORKAVERAWORKAVERA MCP → CODEX · CLAUDE · NATIVE APPS
01

Connect more of the world

Bring external tools and services into the same workflow through MCP.

02

Work from Codex or Claude

Create tasks, read projects, manage events, and use workspace context without switching tools.

03

Carry context across devices

Continue the same work from native iPhone, iPad, and Android apps.

08 GET WORKAVERA

Your workspace,
on every screen.

Install the native app for your device, then connect it to the Workavera server you or your organization operates.

01IPHONE + IPAD

Workavera for iOS

Install the native iPhone and iPad app from the App Store.

iOS & iPadOS 17+ · App StoreView on the App Store
02ANDROID

Workavera for Android

Download the latest signed APK and verify it with the published SHA-256 checksum.

Android 8.0+ · GitHub ReleasesDownload the latest APK
03SELF-HOSTED SERVER

Run your own workspace

Deploy the server first to keep your workspace data and model configuration under your control.

Go + PocketBase · Apache-2.0Open the server repository

Mobile apps require an existing Workavera server and an administrator-provisioned account.

09 YOUR DATA. YOUR RULES.

Your work context.
Under your control.

Workavera is designed for self-hosting from day one: one Go application, an embedded database, and bundled frontend assets. Deployment stays simple and your data boundary stays clear.

01Keep data in your own environmentCustomer context, conversations, and knowledge do not have to live in a third-party SaaS.
02Choose the models that fitConfigure AI models and working styles around your team—not a vendor lock-in.
03Deploy lightly, maintain lessThe Go + PocketBase architecture is a practical fit for individuals and small teams.
deploy.shDOCKER
# Pull and run Workavera
$ docker run --rm \
  -p 8090:8090 \
  -v workavera-data:/app/pb_data \
  ghcr.io/xusenlin/workavera:latest

✓ Workavera is ready
  http://localhost:8090
HEALTHYGo + PocketBase
10 OPEN SOURCE

Free and open source,
built for people who ship.

Start with a personal workspace and grow into a focused team. Read the source, share an idea, or deploy Workavera on your own server.

View on GitHub
APACHE-2.0 OPEN SOURCEBUILT WITH GO · POCKETBASE · REACT