v1.0.0 — August 2026
First public release: library ingest, baseline assessment, custom tasks, AI Chat, chat observations for analysis updates, imaging vision, PDF export, Render deploy blueprint.
Open source · MIT
v1.0.0
Local-first oncology case research — ingest your library, run sourced assessments, and discuss treatment options in AI Chat.
BeatIt is a FastAPI web app for organizing oncology research material and synthesizing insights with explicit source citations. It runs locally with SQLite storage, supports Ollama or OpenRouter for LLM calls, and optional secured deployment on Render.
git clone https://github.com/simonbright/beatit.git
cd beatit
cp .env.example .env
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python run.py
Open http://localhost:8080. See the README for OpenRouter, Ollama, and Tailscale VM setup.
First public release: library ingest, baseline assessment, custom tasks, AI Chat, chat observations for analysis updates, imaging vision, PDF export, Render deploy blueprint.