Documentation Index
Fetch the complete documentation index at: https://docs.kombai.com/llms.txt
Use this file to discover all available pages before exploring further.
Design Mode is currently in beta. For feedback, please contact us at support@kombai.com.
.kombai/ folder at the root of your project. This means you can collaborate on designs using the same tools and workflows you already use for code.
Git as a collaboration system
Because every Design Mode artifact is a file on disk, your existing Git workflow doubles as a design collaboration system. When you commit and push your.kombai/ folder, your entire team gets access to the same Themes, Blocks, Style Guides, and Canvas files.
What to commit
Make sure your essential design files are tracked in version control:- Themes — so every team member generates designs with the same design tokens (colors, typography, spacing, shadows).
- Blocks — from small primitives (buttons, inputs) to compound components (navbars, pricing tables), so the whole team can reuse them.
- Style Guides — so anyone on the team can generate new designs that follow the same visual direction.
- Canvases — for any in-progress or finalized page designs you want the team to review or build upon.
Recommended workflow
- Create a branch for your design work, just like you would for a feature.
- Design on the Canvas and save your Blocks, Themes, and Style Guides as you go.
- Commit and push the
.kombai/folder changes. - Open a pull request so your team can review the design files alongside any code changes.
- Merge to main once approved, so the designs become available to everyone.
Sharing individual files
Since all Design Mode artifacts live as files inside.kombai/, you can share specific files directly with a teammate without going through a full Git workflow. This is especially useful for quick, informal collaboration.
How it works
- Locate the file you want to share inside
.kombai/canvas/(or the relevant subfolder for Themes, Blocks, etc.). - Send the file to your teammate through any channel—Slack, email, or a shared drive.
- Your teammate drops the file into the same path inside their own
.kombai/folder. - They can now open and use the shared Canvas, Block, Theme, or Style Guide in their Design Mode session.
Example scenarios
- Two designers collaborating on a page — One person designs the hero section and shares the Canvas file. The other person opens it, adds the features section, and shares it back or commits it to the branch.
- Sharing a Theme across projects — If you’ve built a polished Theme in one project, copy the Theme file from
.kombai/and drop it into another project’s.kombai/folder to reuse the same design tokens. - Handing off a Block — A teammate built a reusable card component as a Block. They share the Block file with you, and you can immediately use it on your Canvas without rebuilding it.