Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.knify.dev/llms.txt

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

This repository is set up as a Mintlify documentation site.

Preview locally

From the repository root:
npm run dev
Mintlify previews the docs at http://localhost:3000.

Validate

npm run validate
npm run broken-links
These commands use the Mintlify CLI through npx.

First product milestone

The initial build should prove one promise:
Agents can produce beautiful, shareable, durable reports.
Minimum scope:
CapabilityInclude in v0.1
Canvas schemaSnapshot canvas JSON with blocks, layout, data, and exports
Hosted hubStore canvas snapshots and return stable links
Web viewerRender the standard block set
Share linksPublic and private view links
SDK/CLICreate a canvas from agent code or local JSON
Basic permissionsSeparate view and update capabilities

Starter block set

Support the smallest block set that makes reports feel real:
  • Markdown
  • Heading
  • Metric
  • Table
  • Line chart
  • Bar chart
  • Image
  • Code block
  • Task list
  • Timeline
  • Log panel