███████╗██╗ ██╗███╗ ██╗████████╗██╗ ██╗███████╗████████╗██╗ ██████╗
██╔════╝╚██╗ ██╔╝████╗ ██║╚══██╔══╝██║ ██║██╔════╝╚══██╔══╝██║██╔════╝
███████╗ ╚████╔╝ ██╔██╗ ██║ ██║ ███████║█████╗ ██║ ██║██║
╚════██║ ╚██╔╝ ██║╚██╗██║ ██║ ██╔══██║██╔══╝ ██║ ██║██║
███████║ ██║ ██║ ╚████║ ██║ ██║ ██║███████╗ ██║ ██║╚██████╗
╚══════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═════╝
███████╗ ██████╗██╗███████╗███╗ ██╗ ██████╗███████╗███████╗
██╔════╝██╔════╝██║██╔════╝████╗ ██║██╔════╝██╔════╝██╔════╝
███████╗██║ ██║█████╗ ██╔██╗ ██║██║ █████╗ ███████╗
╚════██║██║ ██║██╔══╝ ██║╚██╗██║██║ ██╔══╝ ╚════██║
███████║╚██████╗██║███████╗██║ ╚████║╚██████╗███████╗███████║
╚══════╝ ╚═════╝╚═╝╚══════╝╚═╝ ╚═══╝ ╚═════╝╚══════╝╚══════╝
docs
The source for docs.syntheticsciences.ai.
This repository is the whole docs site: a small Vite + React app that renders a folder of MDX pages. There is no docs framework, no CMS, and no server. Merges to main deploy automatically.
It documents three products:
- Atlas: the research graph. Hypotheses, runs, evidence, and decisions that outlive any one chat. Try it at tryatlas.sh.
- OpenScience: the open-source AI workbench for scientific research. Try it at openscience.sh.
- Library: indexed knowledge sources that graphs can search and cite. Delphi is the open-source engine; try it at trydelphi.ai.
npm install
npm run dev # hot-reloads .mdx editsBefore opening a PR:
npm run validate # link check plus a production build- Create
src/content/<section>/<page>.mdxwithtitleanddescriptionfrontmatter. - Add the page to that section's
docs.jsonunder the right group. - Run
npm run check-linksto confirm the nav and every internal link resolve.
Each section lives in src/content/<section>/ as .mdx pages plus a docs.json for the sidebar. Routing is hash-based (#/<section>/<page>), and URLs from older layouts redirect through the alias maps in src/DocsApp.tsx, so old links keep working.
- Copy says "Atlas", "OpenScience", or "Synthetic Sciences". No internal vendor names.
- OpenScience docs present bring-your-own-key as the default; Atlas is optional, never required.
- Use canonical singular command names. Installs always use
@latest. - Active voice, second person, sentence case headings.
MIT for this site; see LICENSE. The products keep their own licenses (OpenScience is Apache-2.0).