Reado
reado — codebase-readermain
main.tsx
1// entry point — mount the React tree
2import { createRoot } from "react-dom/client";
3import { App } from "./App";
4import "./styles/app.css";
5
6const el = document.getElementById("root");
7createRoot(el).render(
8 <App />
9);
QuestionOpenLine 6
Reply…
TaskDeleteReply
src/main.tsxLn 6, Col 18
main1 openAgent · idle

A calm place to read code.

A read-first code IDE for the AI era. The code is the hero; the chrome disappears.

A reader, not a writer’s editor.

Syntax that guides the eye, sticky scope, an outline and go-to-definition — tuned for sustained comprehension of code you didn't write.

You annotate. The AI commits.

Drop a durable comment on any line, flag it a task — Claude Code and Codex resolve it from the built-in terminal and commit the fix.

A knowledge base, not a folder.

Comments, docs and specs become one searchable graph that links what you've learned. Understanding accrues instead of evaporating.

Start
reading.

Free, open source, and signed for every desktop. Reado keeps itself up to date from there.

Star Reado on GitHub