Project Awesome project awesome

Documentation & Changelogs > /docs

Generates comprehensive documentation that follows project structure, documenting APIs and usage patterns with consistent formatting for better user understanding.

Package 1 stars GitHub

The combined dbt/Evidence project for Sean's coffee ratings log.

The Full Stack

  1. Data is tracked in Collections, a macOS/iOS database app with Shortcuts support.[^airtable]
  2. A shortcut exports the data to CSV, converts column names from Title Case to snake_case, and saves the files to S3 via S3 Files. This shortcut is run on a schedule with automations.
  3. This dbt project transforms the data in MotherDuck.
  4. The Evidence site is deployed on Vercel.

[^airtable]: Until recently, this was done in Airtable and synced via Fivetran.

Back to Claude Code