Skip to content

diko0071/claude-notes

Repository files navigation

Claude Notes 📝

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

How It Works

Claude Notes is built on top of Claude Code SDK - Anthropic's command-line tool for agentic coding. When you request changes:

  1. Creates isolated workspace - Each change runs in a separate, clean environment
  2. Claude processes your request - Writes code to the workspace to implement features
  3. Validates changes - Tests and verifies the implementation in the isolated workspace
  4. Applies or discards - If validation passes, changes are applied. If not, the workspace is deleted

Setup

  1. Install dependencies:
npm install
  1. Setup database:
npm run db:generate
npm run db:push
  1. Run with debug (development):
npm run watch-dev
  1. Run without debug (production):
npm run watch-prod
  1. 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

Use Cases

AI-Powered Follow-ups

Select any text in your documents and generate intelligent follow-up content based on the context.

demo_follow_up.mp4

AI-Powered Translation

Select text in any document and instantly translate it to different languages using AI.

translate_demo.mp4

Document Writing Assistant

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages