Skip to content
VendorFinder

Collections

Products

Software and product listings, each owned by a company profile — served at /products/[slug].

The products collection replaces the old flat vendors directory. Each entry is one product, linked to the company that makes it. Listings appear in the searchable /products directory, on the company profile, and can be referenced from case studies.

Files live in content/products/ and are named after the product slug, e.g. acme-crm.md/products/acme-crm.


Frontmatter Fields

FieldTypeRequiredNotes
namestringYesProduct name, max 80 characters.
taglinestringYesOne-liner for directory cards, max 120.
descriptionstringYes1–3 sentences, max 500.
companyslugYesAn organizations entry, e.g. acme-corp.
categoryslugYesA product category from src/config/categories.config.ts. Unknown slugs fail the build.
secondaryCategoriesslug[]NoAdditional product categories.
logostringNoURL or /public path.
screenshotsarrayNoGallery slides: { src, alt } for images or { video, poster, alt } for videos.
websiteURLYesProduct website.
demoUrl / trialUrlURLNo“Book a demo” / “Start free trial” buttons.
pricingModelenumYesfree, freemium, free-trial, paid, enterprise, open-source.
startingPricestringNoFree text, e.g. '€29 / user / month'.
platformsenum[]Noweb, windows, macos, linux, ios, android, api, on-premise, browser-extension.
integrationsstring[]NoTools it integrates with, e.g. ['Slack', 'Salesforce'].
competitorsslug[]NoOther products entries it competes with — shown as “Compare with”.
complianceenum[]Nosoc-2, gdpr, iso-27001, iso-27701, hipaa, pci-dss, ccpa, fedramp.
publishedAtdateYesListing date. Drives “new” badges and sorting.
industries, tagsstring[]NoShown on the listing page and indexed for search.
featured, draftbooleanNoDefault false.

The Markdown body is shown under the description on the product page.


Template

---
name: ''
tagline: ''
description: ''
company: ''
category: ''
website: 'https://'
pricingModel: freemium
startingPrice: ''
platforms: [web]
integrations: []
compliance: []
screenshots: []
publishedAt: 2026-01-01
---

What the product does, who it's for, and what makes it different.