"What counts as revenue?"
Three teams have three answers. The truth lives in someone's Notion doc from 2024 and a CASE statement nobody wants to touch.
Truefold connects to BigQuery and generates the semantic layer your team has been maintaining by hand — dimensions, metrics, relationships, and the questions worth asking. Auto-updated, human-reviewed.
Every business question becomes a forensic exercise. Every new hire needs a glossary tour. Every dashboard quietly disagrees with another one.
Three teams have three answers. The truth lives in someone's Notion doc from 2024 and a CASE statement nobody wants to touch.
Finance says 90-day. Marketing says 30-day. Your churn model uses both and nobody noticed.
Shipped two years ago by an engineer who left. Used in seven dashboards. Documented nowhere. You are the documentation.
Connect BigQuery and Truefold auto-documents schema, dimensions, metrics, and relationships. Minutes, not months.
Eight to twelve pre-built business questions per warehouse, tailored to what your data actually contains.
A continuous auditor scans three times a day. New column appears, metric breaks, definition drifts — you get a clear alert with the affected models named.
Optional Tier-1 connectors pull directly from Shopify, Meta Ads, Google Ads, and Klaviyo. No warehouse required to start.
Read-only service account to BigQuery, or paste API keys for Tier-1 sources. ~5 minutes.
Truefold scans your schema, samples values, drafts dimensions and metrics, and proposes the questions your team should be able to answer. ~10 minutes for most warehouses.
Your team approves, edits, or rejects. The auditor takes over from there.
Truefold doesn't generate prose. It generates structured metadata your tools, dashboards, and AI agents can read directly.
SELECT
SUM(quantity * unit_price) AS gross_revenue
FROM shopify.order_line ol
JOIN shopify.order o ON o.id = ol.order_id
WHERE o.status = 'fulfilled'You're the one Marketing pings, Finance escalates to, and Eng asks about. Truefold gives you a single layer to point everyone at — and an auditor that flags drift before someone files a ticket.
dbt is your IDE. Truefold is the documentation layer you've been generating by hand. Export to dbt-compatible YAML; keep your existing models.
Stop guessing what monthly_active means in this dashboard versus that one. Browse the layer, read the definitions, query through your existing BI tool.