Skip to content

organize with tags

Tags are board-scoped labels you can attach to posts. Visitors can filter the public post list by tag.

In the admin dashboard, open the board and go to tags → new tag. Tags have:

  • name: what is rendered to visitors.
  • color (optional): a six-digit hex value, e.g. #7C3AED. Used as the tag chip background.

Each tag has a slug derived from the name. Names and slugs must be unique within the board.

When creating or editing a post, you can attach up to three tags. Spirby rejects attempts to attach a tag from another board, or duplicate ids in the same request.

Visitors can filter /b/<slug> and /b/<slug>/roadmap by tag. Filters are reflected in the url so a tag-scoped link is shareable.

Deleting a tag removes it from every post it was attached to. The posts themselves are unaffected.