A real-time writing assistant that provides instant feedback on your writing using Anthropic's Claude AI model.
- Real-time document monitoring and feedback
- Maintains context of previous versions
- Provides incremental feedback on changes
- Supports Markdown files
- Clean terminal-based interface
- Rust
- An Anthropic API key
- Clone the repository
- Create a
.env
file in the root directory with the following variables:ANTHROPIC_API_KEY=anthropic_api_key
Run the application with a target markdown file:
cargo run --release -- path/to/your/file.md