Skip to content

fromsrc/fromsrc

Repository files navigation

┌──────────────────────────────────────────────────────────────┐
│   / fromsrc                                                  │
│   documentation framework for developers                     │
└──────────────────────────────────────────────────────────────┘
> what is this?

  mdx docs from your own files.
  typed frontmatter. composable primitives.
  ai-native outputs built in.

> features?

  ✓ mdx with full control
  ✓ typed schemas with zod
  ✓ local search with heading support
  ✓ ai-native routes (llms.txt, raw markdown, mcp)
  ✓ framework adapters
  ✓ scaffold cli

> frameworks?

  next.js
  astro
  remix
  react-router
  vite
  tanstack

> ai-native?

  /docs/intro        → rendered page
  /api/raw/intro     → raw markdown
  /api/llms/intro    → ai-ready page
  /llms.txt          → docs index for ai
  /llms-full.txt     → full docs for ai
  /api/mcp           → mcp endpoint

> install?

  bunx create-fromsrc
  bunx create-fromsrc --name my-docs --framework next.js --yes
  bunx create-fromsrc --list

  bun add fromsrc

> links?

  https://fromsrc.com
  https://twitter.com/fromsrc