Create your first project
Start by creating a project in the BCMS dashboard. A project is your workspace. It holds your templates, entries, users, media, and settings.
Step 1: Sign in
Go to app.thebcms.com and use your GitHub or Google account to log in.
Step 2: Click "Create new project"
After logging in, you’ll land on your project's screen.
Click New Project
Enter a name (e.g.
My Marketing Site
)Click Create Project

Your project is now live. You’re taken to the dashboard.
Step 3: Set up templates
Templates define the structure of your content. Start with one:
Go to Templates
Click Create Template
Name it (e.g.
Blog
)Add fields (e.g.
Description
,Cover image
)
Drag and drop input types like Text
, Rich text
, or Image
.

Step 4: Add your first entry
Now create content using your new template:
Go to Entries → Your template (e.g.
Blog Post
)Click Create new entry
Fill in your content
Click Create

You can preview your entry from the API at:
GET /api/v3/org/{orgId}/instance/{instanceId}/template/{templateId}/entry/{entryId}
Step 5: Invite a teammate (Optional)
Go to Settings → Manage members
Click Invite a member
Enter their email

→ More on roles and permissions
What’s Next?
Query Entries via API