Skip to content

BaranziniLab/biorouter-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioRouter Landing Site

Static landing site for BioRouter v1.20.0 — a local-first AI routing layer for clinical research developed at the Baranzini Lab, UCSF.

Live site: https://baranzinilab.github.io/biorouter-landing/


Pages

File Tab Description
index.html Redirects to intro.html
intro.html Introduction Hero section, feature highlights, supported AI providers
download.html Download OS-aware download card (auto-detects macOS arm64/x64, Windows, Linux), platform table, setup instructions
docs.html Documentation Sidebar-navigated documentation covering installation, configuration, recipes, federation, and CLI reference
baam.html BAAM Marketplace BioRouter AI Agent Marketplace — agent cards, install instructions, and community recipes
about.html About News & announcements, related links, acknowledgments, developer info

Shared assets

  • shared.css — design tokens, navbar, buttons, tables, and all shared component styles
  • icon.png — BioRouter app icon
  • assets/ehr-diabetes-recipe.yaml — downloadable example recipe (EHR Diabetes Demographics Dashboard)
  • assets/landing-site-content.md — content requirements tracker

Design System

  • Theme: Light warm background (#ffffff / #fcf8ed cream / #f8f2df beige)
  • Accent: Coral/orange #cf6d47 — matches the BioRouter desktop app
  • Text: Warm dark #2a2520, muted #7a736c
  • Fonts: Inter (body) + JetBrains Mono (code) via Google Fonts
  • Responsive: Mobile hamburger menu at ≤768px

Hosting

The site is hosted via GitHub Pages from the main branch root.

Deploying updates

git add .
git commit -m "your message"
git push origin main

Changes go live automatically within ~1 minute after push. GitHub Pages rebuilds on every push to main.

Local preview

Open any HTML file directly in a browser, or use a local server to avoid cross-origin issues with relative paths:

# Python
python3 -m http.server 8080

# Node (npx)
npx serve .

Then visit http://localhost:8080.


Acknowledgements

The Baranzini Lab — baranzinilab.ucsf.edu

  • Gianmarco Bellucci
  • Sergio Baranzini

Bakar Computational Health Sciences Institute (BCHSI) — bakarinstitute.ucsf.edu

  • Sharat Israni
  • Marina Sirota

UCSF Academic Research Services (ARS) — ars.ucsf.edu

  • William Santo
  • Evan Philps
  • Rick Larson
  • Oksana Gologorskaya

Open Source Inspirations

  • Goose — CLI/Desktop agent for full developer workflows (Block) — BioRouter's primary upstream foundation
  • Aider — Open-source, Git-native CLI AI coding agent
  • Cline — Open-source interactive CLI coding agent
  • OpenCode — Open-source coding agent with multi-session and multi-provider support
  • ForgeCode — Terminal AI coding assistant for task planning and code generation

Related

About

The Landing Page of UCSF BioRouter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors