Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pnpm install
pnpm dev # editor UI + API, with a local database & storage
```

Open the editor, hit **New composition** for a starter, edit the HTML in the **Compose** tab, drop media in **Media**, scrub the timeline, and render from **Renders**.
Open the editor, hit **New composition** for a starter, edit the HTML in the **Compose** tab, drop media on the **Media** screen, scrub the timeline, and render from **Renders**.

## Deploy

Expand Down
2 changes: 1 addition & 1 deletion agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ HTML by path: `assets/<key>`. Reference it as `<img src="assets/logo.png">` or
the assets your HTML actually references — you don't attach them manually.

To list what's available: `GET /api/assets` → `[{ key, name, content_type }]`.
Use the exact `key` in `assets/<key>`. (Users upload via the Media tab; you can
Use the exact `key` in `assets/<key>`. (Users upload on the Media screen; you can
also upload programmatically with a multipart `POST /api/assets`.)

## API
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"deploy": "clawnify deploy"
},
"dependencies": {
"@clawnify/app": "^0.2.1",
"@clawnify/db": "^0.2.0",
"@phosphor-icons/react": "^2.1.10",
"hono": "^4.6.0",
"lucide-react": "^0.400.0",
"react": "^19.0.0",
Expand Down
Loading