-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sanni heruwala edited this page Jun 12, 2026
·
4 revisions
The open-source AI data notebook for Trino, DuckDB, and 11 more SQL engines. Apache 2.0. Local-first. No telemetry.
🔗 Repository: https://github.com/sanniheruwala/RedNotebookAI 📦 Latest release: v0.7.16 💬 Report a bug or propose a feature: see Contributing
This wiki is the tour. It walks through the project the way a new user or contributor would discover it — concrete examples, screenshots, and how-to flows.
For the canonical reference (architecture, security model, full
connector docs, deployment tiers), see /docs in the repo.
| Page | What's in it |
|---|---|
| Quickstart | Docker + Python + source. Five minutes to your first query. |
| Connectors | All 13 SQL engines we ship with. Per-dialect field reference. |
| AI providers | OpenAI / Anthropic / Cursor / Ollama / Mock — and the privacy controls. |
| File uploads | Drop a CSV, query it. The 5-minute analyst win. |
| Publish and share | One-click public HTML share links. |
| Knowledge layer + Studio | NotebookLM-style citations, FAQ, study guide. |
| Architecture overview | How the pieces fit together. |
| Contributing | Issue-first, PR + review, the policy in 60 seconds. |
| Roadmap | Shipped + 🟡 in flight + open design issues. |
- 🌐 Publish notebook → public HTML share link. One-click. No account required to view.
- 📥 Drag-drop file uploads (CSV / TSV / Parquet / JSON / JSONL). Drop a file → DuckDB attaches it → query by table name.
- 📐 Design groundwork for two long-game features filed as Issue #3 (cross-source joins) and Issue #4 (reactive notebooks) — pick one up if you're looking to contribute.
For the full release history see the Releases page.
- "How do I get started?" → Quickstart
- "Does it support my database?" → Connectors
- "Can I use my OpenAI key?" → AI providers
- "How do I share a notebook?" → Publish and share
-
"How is data privacy handled?" →
/docs/security.md -
"Can I deploy this for my team?" →
/docs/deployment.md - "How do I contribute?" → Contributing