https://github.com/fromsrc/fromsrc
documentation framework for developers
https://github.com/fromsrc/fromsrc
developer-tools docs documentation documentation-framework mdx nextjs react
Last synced: 2 months ago
JSON representation
documentation framework for developers
- Host: GitHub
- URL: https://github.com/fromsrc/fromsrc
- Owner: fromsrc
- Created: 2026-01-31T06:08:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T19:32:43.000Z (3 months ago)
- Last Synced: 2026-04-03T01:39:52.125Z (3 months ago)
- Topics: developer-tools, docs, documentation, documentation-framework, mdx, nextjs, react
- Language: TypeScript
- Homepage: https://fromsrc.com
- Size: 2.56 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
┌──────────────────────────────────────────────────────────────┐
│ / fromsrc │
│ documentation framework for developers │
└──────────────────────────────────────────────────────────────┘
```
```bash
> 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
```