You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align public docs with the commercial-only repositioning and new pricing (ADR-0085) (#39)
Reconcile the docs body with the README's brand split (ObjectStack =
open-source framework; ObjectOS = commercial only, no open-source edition):
- license.mdx: full rewrite as 'License & Pricing' — drops the 'ObjectOS is
open core / Community Edition' story; new editions table (Cloud
Free/Team/Business + Self-Managed Business Self-Managed/Enterprise, priced
per AI seat; Business Self-Managed $540/AI seat/yr, 10–25 seats,
single-node, BYO model); Enterprise stays custom/contact-sales (internal
list prices not published); ObjectStack section for the free self-host
path; honest license-validation and never-brick/version-lock FAQ answers.
- faq.mdx: 'Is ObjectOS free?' now answers the commercial positioning;
telemetry answer discloses self-managed license validation.
- README.md: editions table reframed as one rate card, two deliveries,
including the Business Self-Managed plan.
- support.mdx: 'Commercial support' renamed ObjectOS Runtime Subscription;
contributions pointer corrected to the framework.
- Brand artifact cleanup: 'ObjectStack Cloud' (the hosted control plane) →
'ObjectOS Cloud' across architecture/cli/faq/glossary/support; residual
'ObjectOS is Apache-2.0' claims reworded to the ObjectStack foundation
(index.mdx, why.mdx).
English sources only; locale files are derived translations and will follow
the normal translation sync.
Claude-Session: https://claude.ai/code/session_01XzpV1ebVbpDn88mMV7caFC
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,16 @@ repository. There is no open-source edition of ObjectOS.
18
18
19
19
## Editions
20
20
21
-
| Edition | Delivery | For |
21
+
One rate card, two deliveries — priced per **AI seat** in every edition:
22
+
23
+
| Delivery | Plans | For |
22
24
|:---|:---|:---|
23
-
|**ObjectOS Cloud**| Managed service| Organizations that want the platform operated for them — orgs, environments, deploys, billing. |
24
-
|**ObjectOS Enterprise**|Self-managed deployment | Organizations that run the platform on their own infrastructure. |
25
+
|**ObjectOS Cloud**(managed service) | Free · Team · Business| Organizations that want the platform operated for them — orgs, environments, deploys, billing. |
26
+
|**ObjectOS Self-Managed**(your infrastructure) | Business Self-Managed (single-node license) · Enterprise (full private deployment)| Organizations that run the platform themselves. |
25
27
26
-
See [docs.objectos.ai](https://docs.objectos.ai) for capabilities, deployment,
27
-
and operations documentation.
28
+
See [License & Pricing](https://docs.objectos.ai/docs/resources/license) for
29
+
plan details, and [docs.objectos.ai](https://docs.objectos.ai) for
30
+
capabilities, deployment, and operations documentation.
28
31
29
32
## Building and running your own apps? That's ObjectStack — and it's open source
Copy file name to clipboardExpand all lines: content/docs/architecture.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ you want to know where the artifact comes from:
90
90
| Layer | What it is | Where it runs |
91
91
|---|---|---|
92
92
|**Framework** (`@objectstack/*`) | Open-source kernel, ObjectQL, plugins, drivers | npm — pulled in at build time |
93
-
|**Control plane** (optional) | Publishes compiled `objectstack.json` artifacts; you can use the hosted ObjectStack Cloud, run your own, or skip it entirely | Your CI, our cloud, or your laptop |
93
+
|**Control plane** (optional) | Publishes compiled `objectstack.json` artifacts; you can use the hosted ObjectOS Cloud, run your own, or skip it entirely | Your CI, our cloud, or your laptop |
94
94
|**ObjectOS**| The runtime you operate |**Your infrastructure**|
95
95
96
96
If you're shipping a single app, you don't need a control plane —
Copy file name to clipboardExpand all lines: content/docs/index.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Then either:
40
40
41
41
| You're using | Pain point | What ObjectOS gives you |
42
42
|---|---|---|
43
-
|**Retool / Appsmith**| UI builder is great, but your data sits in their cloud and their pricing scales with users | Your data never leaves your network; Apache-2.0, no seat tax |
43
+
|**Retool / Appsmith**| UI builder is great, but your data sits in their cloud and their pricing scales with users | Your data never leaves your network; open-source foundation (ObjectStack, Apache-2.0), no seat tax |
44
44
|**Supabase / Firebase**| Backend-as-a-service is fast but vendor-locked; multi-tenant SaaS by design | Same DX (auto APIs, auth, storage), but you own the runtime and database |
45
45
|**Salesforce / NetSuite**| Powerful platform, painful customization, eye-watering per-seat cost | Same metadata-driven model (objects, fields, roles, sharing rules), self-hosted, no seat tax |
46
46
|**Rolling your own (Next + Prisma + NextAuth)**| You rebuild RBAC, audit, file uploads, settings, webhooks, jobs every time | Ship the actual business logic; the platform plumbing is already there |
@@ -86,8 +86,10 @@ networks are a first-class deployment target — see
86
86
87
87
## License & pricing
88
88
89
-
ObjectOS runtime is **Apache-2.0** — the most permissive widely-used
90
-
OSS license. Use it in commercial products, embed it, redistribute it,
91
-
keep your modifications private. No per-seat fee, no license server,
92
-
no "starting at $50K/year." Optional commercial support and managed
93
-
hosting are available separately — see [License](/docs/resources/license).
89
+
ObjectOS is a **commercial product** built on the open-source (Apache-2.0)
90
+
**[ObjectStack framework](https://github.com/objectstack-ai/framework)** — the
91
+
framework is free to use in commercial products, embed, and self-host, with
92
+
no per-seat fee and no license server. ObjectOS adds the embedded in-UI AI,
93
+
governance, and official operations, priced **per AI seat only** (viewers and
94
+
non-AI users are free) — no "starting at $50K/year". See
0 commit comments