We create documentation where users can log in and interact with it.
- Full React: A page is a React component
- Fully Composable: Bring or overwrite your own components (from layouts to content)
- Server first: Built on top of React Server Component
- Island ready: Thanks to RSC client directive
- Img processing included
- Svg optimization included
- Declarative: Support frontmatter in Markdown but also in programmatic page (jsx, tsx)
- Full Markdown support:
- Mdx: Markdown with Jsx
- Mdr: Markdown with React Element
- Md: Markdown with HTML
- Middleware and CMS support to bring remote pages
- Deploy everywhere:
- on the edge everywhere with Server Rendering
- or statically with Static Server Rendering
- First class Layout.
- Every page gets a layout or
none - Every layout component is a overwritable React component
- Every page gets a layout or
- First support IDE: Don't use an internet path in your link, use the path to your file
- No router: Your page path is your URL path