mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
docs: add roadmap tab (#1453)
* docs: add roadmap page to docs navigation * docs: move roadmap into top-level docs tab * roadmapp * roadmapppo
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
"tab": "Cloud API",
|
||||
"openapi": "https://api.openworklabs.com/openapi.json"
|
||||
},
|
||||
{
|
||||
"tab": "Roadmap",
|
||||
"pages": [
|
||||
"roadmap"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Changelog",
|
||||
"pages": [
|
||||
|
||||
28
packages/docs/roadmap.mdx
Normal file
28
packages/docs/roadmap.mdx
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "Roadmap"
|
||||
description: "What OpenWork supports today and what is coming next."
|
||||
---
|
||||
|
||||
Sharing the upcoming items in our roadmap:
|
||||
|
||||
Last updated: 04/15/2026
|
||||
|
||||
## Live today
|
||||
|
||||
- Desktop app on Windows, Mac, and Linux.
|
||||
- Shared agents, skills, Agents, and MCPs.
|
||||
- Sign in with OpenAI Auth or other LLM providers.
|
||||
- Use any LLM, including LiteLLM and Cloudflare Gateaway.
|
||||
- Connect to a remote workspace or a cloud worker for long running tasks.
|
||||
- Cloud: Org Hub with provisioned Skills, Agents, and MCPs.
|
||||
- Cloud: RBAC, teams within an org, and the ability to deploy cloud workers.
|
||||
|
||||
## Roadmap
|
||||
|
||||
- New Openwork Server
|
||||
- New Desktop infraestructure
|
||||
- Better, more reliable Automations
|
||||
- Claude-compatible plugin marketplace.
|
||||
- Git-based provisioning for plugins, skills, and MCPs.
|
||||
- Automatic push-based provisioning and sync.
|
||||
- Advanced enterprise controls: RBAC, audit trails, SSO/SAML, MDM provisioning...
|
||||
Reference in New Issue
Block a user