Welcome to Cashew Docs

Internal developer documentation for the Cashew Research platform.

What is this?

This is the internal documentation site for the Cashew Research engineering team. It covers architecture decisions, development guides, CI/CD runbooks, and package-level documentation.

How to contribute

Documentation lives as MDX files in apps/docs/content/docs/. To add a new page:

  1. Create an .mdx file in the appropriate folder under content/docs/
  2. Add frontmatter with title and description
  3. Update the meta.json file in the same folder to control sidebar ordering
  4. Run pnpm dev:docs to preview your changes at localhost:3030

Getting started

If you're new to the codebase, start with Local Development for setup instructions, then check the Monorepo Overview for a high-level understanding of how the project is structured.

On this page