Skip to content

Commit 92cded9

Browse files
docs: improve SEO descriptions (#282)
1 parent ec83d2c commit 92cded9

8 files changed

Lines changed: 10 additions & 9 deletions

File tree

docs/content/docs/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Authentication"
3-
description: "Authenticating requests to a deployed app."
3+
description: "Authenticate requests to deployed Dynamic Apps with Hono middleware, route guards, and application-level authorization before handlers run."
44
---
55

66
## Authentication

docs/content/docs/background-work.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Background Work"
3-
description: "Durable jobs and recurring schedules inside an app."
3+
description: "Run durable background jobs and recurring schedules inside Dynamic Apps with workflows, queues, and cron jobs that survive restarts."
44
---
55

66
## Workflows

docs/content/docs/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Dynamic Apps"
3-
description: "Deploy user-generated applications in isolated VMs."
3+
seoTitle: "Dynamic Apps Documentation"
4+
description: "Deploy user-generated applications in isolated environments with durable state, workflows, realtime coordination, queues, and scheduled jobs."
45
skill: true
56
---
67

docs/content/docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Quickstart"
3-
description: "Set up the server, deploy an AI-generated app, and visit it."
3+
description: "Set up a Dynamic Apps server, deploy an AI-generated application, connect the router, and verify the app from your browser."
44
skill: true
55
---
66

docs/content/docs/realtime.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Realtime"
3-
description: "Share realtime state between every user connected to an app."
3+
description: "Share realtime application state across connected users with actor-backed multiplayer coordination and automatic client synchronization."
44
---
55

66
## Multiplayer

docs/content/docs/reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Reference"
3-
description: "Building apps with AI, and what is planned next."
3+
description: "Build and repair Dynamic Apps with AI-generated files, deployment diagnostics, and a practical roadmap for extending generated backends."
44
---
55

66
## Build Apps with AI
@@ -14,6 +14,6 @@ them back to the agent and deploy its repaired files again.
1414
## Planned Improvements
1515

1616
- Automatically include agent skills based on the
17-
[Rivet Cookbooks](https://rivet.dev/cookbook/) for better app generation.
17+
[Actors Learn guides](https://rivet.dev/actors/learn/) for better app generation.
1818
- Billing API for tracking and charging for app usage.
1919
- Built-in error reporting for generated apps.

docs/content/docs/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Route requests"
3-
description: "Mount deployed apps on your Hono server with appsRouter."
3+
description: "Mount deployed Dynamic Apps on a Hono server, route requests by application ID, and connect an explicit RivetKit client when needed."
44
skill: true
55
---
66

docs/content/docs/state-and-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "State & Data"
3-
description: "Durable SQLite state and queued work inside an app."
3+
description: "Give Dynamic Apps durable SQLite state, queues, workflows, multiplayer coordination, and scheduled jobs within each application."
44
---
55

66
Agents can generate more than pages and REST APIs. These examples show apps

0 commit comments

Comments
 (0)