Create and edit items
An item is one entry in your channel. Publishing it can create a public web page and add an entry to both RSS and JSON feeds.
Create an item
Section titled “Create an item”- Select Add item in the dashboard navigation.
- Choose the item type or media fields appropriate for the content.
- Add a clear title and description. The visual editor supports formatted text; the HTML source view is available when you need direct markup.
- Add an external URL or upload media when appropriate.
- Review the public-page and feed settings.
- Select the save or publish action.
Expected result: a success notification appears, and the item becomes available from the channel’s item list. If public visibility is enabled, use the external link to inspect the page.

Upload media
Section titled “Upload media”Media uploads require an R2 bucket attached to the instance. If the uploader is
unavailable, check the R2 state with yarn manage status. For a content-only
instance, run yarn manage deploy --enable-r2 only after R2 is available in the
correct Cloudflare account.
Use meaningful titles and descriptions even when an image, audio file, or video carries most of the content. Text improves accessibility, search, and feed-reader context.
Edit or remove an item
Section titled “Edit or remove an item”- Select See all items.
- Find the item, then open its edit action.
- Change the fields and save.
Deletion uses a confirmation dialog because it may remove both the item record and associated media. Read the target carefully before confirming.
Verify distribution
Section titled “Verify distribution”After publishing, check:
- The item’s public page.
/rss/in a browser or feed reader./json/for the structured representation.
If the dashboard saves successfully but the public page is unavailable, review the channel’s access-control setting and item visibility first.

