Products (Brands)
Build catalogs (catalog → article → variant) and link products to real project usage.
Products are for brands and manufacturers. The structure is intentionally hierarchical so data stays clean:
- Catalog → Article → Variant
Where it lives
- Dashboard home:
/dashboard/products - Catalogs:
/dashboard/products/catalogs - Create catalog:
/dashboard/products/catalogs/[...]/create(inside the dashboard flow)
Public pages (on a company profile):
- catalog index:
/c/[type]/[slug]/products/[catalogSlug] - product detail:
/c/[type]/[slug]/products/[catalogSlug]/[articleSlug]
Create / Edit / Delete (CRUD)
Create a catalog
Start in:
Add:
- catalog name + description
- cover image
- category/tags (where available)
Create an article (product)
Inside a catalog:
- add an “article” (the product page people read)
- write a clear description (what it is, where it’s used, what it replaces)
Create variants (SKUs)
Variants are what makes the catalog real:
- sizes, finishes, materials
- technical specs
- attachments (datasheets) where supported
Edit / delete
Manage everything from the catalog dashboard pages. If deletion is restricted, it’s usually because the product is linked to projects.
Link products to projects (the highest leverage action)
If you’re a brand, don’t stop at “marketing copy”. Link products to real projects:
- it proves usage
- it improves discovery
- it strengthens verification
Projects guide: /help/projects
