Bunmori
Getting Started

Setting Up

Create your domain, collections, and fields

Setting Up

Creating a Domain

  1. Sign in to Bunmori
  2. Click Create Domain
  3. Enter a name and slug for your domain
  4. Configure your supported languages

A domain is your project workspace. All collections, content, and settings belong to a domain.

Configuring Languages

  1. Go to SettingsLanguages
  2. Add the languages you want to support
  3. Set one language as default

The default language is used for generating URL slugs and as the primary content language.

Creating a Collection

  1. Go to CollectionsNew Collection
  2. Enter a name (e.g., "Blog Posts")
  3. Choose an icon
  4. Select supported languages

Adding Fields

After creating a collection, add fields to define your content structure:

  1. Go to your collection's Schema page
  2. Click Add Field
  3. Choose a field type and configure options

Available Field Types

TypeDescription
TextSingle line text
TextareaMulti-line text
MarkdownRich text with formatting
NumberNumeric values
DateDate picker
DateTimeDate and time
BooleanYes/no toggle
SelectDropdown options
ListArray of values
RelationLink to another item

Translatable Fields

Mark fields as translatable if the content differs per language (e.g., titles, descriptions). Non-translatable fields share the same value across all languages (e.g., prices, dates).

Managing Team Members

Invite team members to collaborate on your domain:

  1. Go to Members
  2. Click Invite Member
  3. Enter their email and select a role

Roles

RoleCapabilities
AdminFull access - manage collections, triggers, members, settings, delete domain
EditorCreate, edit, and delete content; view and fire triggers
ViewerRead-only access to content

Creating Access Tokens

To access content via API:

  1. Go to SettingsTokens
  2. Click Create Token
  3. Enter a name and select scopes
  4. Save your token securely

On this page