An open API service indexing awesome lists of open source software.

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

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
```