Loading…
Everything served at matters.ai and www.matters.ai. It's a Next.js 16 app at the repo root.
| Path | What it shows |
|---|---|
/ | Homepage — hero, product features, social proof. |
/about-us | Company page. |
/key-features/* | Marketing pages for each capability. |
/platform/* | How-it-works + why-Matters narrative. |
/use-cases, /use-case/[slug] | Use-case directory + detail pages. |
/industries, /industry/[slug] | Industry directory + detail pages. |
/datasheets, /datasheets/[slug] | Whitepapers + gated downloads. |
/whitepapers, /whitepapers/[slug] | Whitepaper directory + gated downloads. |
/blogs, /blogs/[slug] | Blog (WordPress-driven). |
/glossary, /glossary/[slug] | SEO glossary terms. |
/webinars, /webinars/[slug] | Webinar landing + registration. |
/careers, /careers/apply | Open roles + application form. |
/contact, /demo | Lead-capture forms. |
/compliance, /privacy-policy, /terms-of-service | Legal. |
/c/[slug], /confirm, /thank-you | Consent + confirmation flows. |
/tools/* | Legacy "Tools" notice — redirects to workspace. |
/[...slug] | Dynamic catch-all (WordPress pages, redirects). |
/workspace/* — moved to workspace.matters.ai (slice 3)./auth/* — moved to workspace.matters.ai/auth/*.workspace.matters.ai/api/... now.When in production WORKSPACE_SUBDOMAIN_URL is set, both /workspace/* and
/auth/* URLs on the public site 308-redirect to the workspace subdomain.
/api/contact, /api/datasheets/submit,
etc.) that gate via Zod validation + rate limiting, not Clerk.proxy.ts) is still present so any code that
calls currentUser() works, but nothing on the public site actually
requires a session.| Surface | Source | Sync mechanism |
|---|---|---|
| Blog posts | WordPress (REST API) | /api/revalidate webhook (HMAC-style shared secret + constant-time compare) |
| Pages | WordPress (REST API) | Same |
| Glossary | MongoDB | Edited via workspace /glossary module |
| Whitepapers | MongoDB + WordPress | Edited via workspace /whitepapers module |
| Datasheets | MongoDB + WordPress | Edited via workspace /datasheets module |
| Webinars | MongoDB | Edited via workspace /webinars module |
| Use-cases / Industries | MongoDB | Edited via workspace /use-cases and /industries modules |
| Careers (jobs) | MongoDB | Edited via workspace /careers module |
/videos gallery: WordPress video CPT, Mux playback, deep-link modals, and the static fallback.