@@ -6,14 +6,14 @@ description: The runtime for internal tools that stays in your network. One comm
66# ObjectOS
77
88** ObjectOS is a self-hosted runtime for building internal tools, admin
9- panels, and back-office apps without giving up your data.** You declare
10- your data model in TypeScript, run one command, and get REST APIs, a
11- generated admin UI, authentication, RBAC, audit logs, file storage ,
12- background jobs, webhooks, and AI integration — all running in your
13- network, on your database.
9+ panels, and back-office apps without giving up your data.** Describe
10+ what you need to the in-Studio AI Builder — or fork a template — and
11+ get REST APIs, a generated admin UI, authentication, RBAC, audit logs,
12+ file storage, background jobs, webhooks, and AI integration. All
13+ running in your network, on your database.
1414
15- It's what you'd get if Retool, Supabase, and Salesforce had a child that
16- ran inside your firewall.
15+ It's what you'd get if Retool, Supabase, and Salesforce had a child
16+ that ran inside your firewall — with an AI that builds the apps for you .
1717
1818## Get running in 60 seconds
1919
@@ -24,12 +24,17 @@ os start
2424
2525Open ** http://localhost:3000 ** and you have a working ObjectOS with
2626Studio, Account, Console, an audit log, and a SQLite database — zero
27- configuration, zero scaffolding. Browse the in-Studio ** marketplace**
28- to install ready-made apps (Todo, Contracts, Helpdesk, …).
27+ configuration, zero scaffolding.
2928
30- Building your own app? See the [ Quickstart] ( /docs/quickstart ) — it
31- covers both the operator path (` os start ` ) and the developer path
32- (` os init ` + hot-reload).
29+ Then either:
30+
31+ - ** Talk to the AI Builder** — * "I need to track support tickets with
32+ priority and assignee"* — and watch the metadata get generated. See
33+ [ Build → AI Builder] ( /docs/build/ai-builder ) .
34+ - ** Install a template** from the in-Studio marketplace (Todo,
35+ Contracts, Helpdesk, …) and have a real app in one click.
36+ - ** Fork a [ template] ( /docs/build/templates ) ** if you want TypeScript
37+ source under your control.
3338
3439## Why ObjectOS instead of …
3540
0 commit comments