Skip to content

Commit f988fac

Browse files
authored
Merge pull request #235 from objectstack-ai/copilot/update-node-engine-warning
2 parents f7c1af5 + be18b26 commit f988fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/concepts/protocol-kernel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **Kernel Protocol** defines the plugin system and runtime management for Obj
1818
- **Slow innovation:** Want AI-powered search? Wait for the vendor's roadmap (or never get it)
1919
- **License costs:** Pay $150/user/month for "Enterprise Edition" just to get SSO
2020

21-
**Solution:** The Kernel Protocol implements a **microkernel architecture** like Linux or Kubernetes. The core runtime is <10MB and does almost nothing—just loads plugins. Every feature (data access, UI, workflows, AI) is a plugin. Don't need dashboards? Don't load the dashboard plugin. Want better analytics? Replace the default plugin with your own.
21+
**Solution:** The Kernel Protocol implements a **microkernel architecture** like Linux or Kubernetes. The core runtime is &lt;10MB and does almost nothing—just loads plugins. Every feature (data access, UI, workflows, AI) is a plugin. Don't need dashboards? Don't load the dashboard plugin. Want better analytics? Replace the default plugin with your own.
2222

2323
## Business Value Delivered
2424

0 commit comments

Comments
 (0)