Software That Works Exactly How You Want
Claude Notes is an app that can rebuild itself. It starts as a note-taking app, but you can transform it into anything you want without ever touching or seeing the code.
tasks_demo.mp4
Claude Notes is built on top of Claude Code SDK - Anthropic's command-line tool for agentic coding. When you request changes:
- Creates isolated workspace - Each change runs in a separate, clean environment
- Claude processes your request - Writes code to the workspace to implement features
- Validates changes - Tests and verifies the implementation in the isolated workspace
- Applies or discards - If validation passes, changes are applied. If not, the workspace is deleted
- Install dependencies:
npm install- Setup database:
npm run db:generate
npm run db:push- Run with debug (development):
npm run watch-dev- Run without debug (production):
npm run watch-prod- Configure API Key:
- In the running application, go to Settings (3 dots in the header)
- Insert your Anthropic API key
- Insert OpenAI Key if you want to enable voice features
Select any text in your documents and generate intelligent follow-up content based on the context.
demo_follow_up.mp4
Select text in any document and instantly translate it to different languages using AI.
translate_demo.mp4
Works like Cursor for documents - Claude can write, edit, and improve your content with natural language instructions.
documents.mp4
All data is stored locally on your machine - no external servers or cloud services are used.