Getting Started
Setting Up
Create your domain, collections, and fields
Setting Up
Creating a Domain
- Sign in to Bunmori
- Click Create Domain
- Enter a name and slug for your domain
- Configure your supported languages
A domain is your project workspace. All collections, content, and settings belong to a domain.
Configuring Languages
- Go to Settings → Languages
- Add the languages you want to support
- Set one language as default
The default language is used for generating URL slugs and as the primary content language.
Creating a Collection
- Go to Collections → New Collection
- Enter a name (e.g., "Blog Posts")
- Choose an icon
- Select supported languages
Adding Fields
After creating a collection, add fields to define your content structure:
- Go to your collection's Schema page
- Click Add Field
- Choose a field type and configure options
Available Field Types
| Type | Description |
|---|---|
| Text | Single line text |
| Textarea | Multi-line text |
| Markdown | Rich text with formatting |
| Number | Numeric values |
| Date | Date picker |
| DateTime | Date and time |
| Boolean | Yes/no toggle |
| Select | Dropdown options |
| List | Array of values |
| Relation | Link 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:
- Go to Members
- Click Invite Member
- Enter their email and select a role
Roles
| Role | Capabilities |
|---|---|
| Admin | Full access - manage collections, triggers, members, settings, delete domain |
| Editor | Create, edit, and delete content; view and fire triggers |
| Viewer | Read-only access to content |
Creating Access Tokens
To access content via API:
- Go to Settings → Tokens
- Click Create Token
- Enter a name and select scopes
- Save your token securely