Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sonian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Set up Cursor to help you write and maintain your Sonian documentation.

Prerequisites

  • Cursor editor installed

Setup

1

Open your docs directory in Cursor

Open the root of your Sonian documentation repository where docs.json is located.
2

Load the Sonian project context

In the integrated terminal, run:
npx skills add https://docs.sonian.ai/
This gives Cursor access to Sonian’s component reference, no-code agent patterns, and documentation standards.
3

Configure project instructions

Review AGENTS.md in your project root to understand Sonian’s monorepo structure, shared workspaces, and development conventions. Cursor will use this for accurate context when assisting with code and docs.
4

Start writing with Cursor

Open a file and use Cursor’s AI features to draft and edit documentation aligned with Sonian’s pnpm + Turborepo setup and Next.js dashboard patterns.