Kairolog is an open-source webapp that transforms ideas from conversations or audio journals, using the Claude API. Paste in a transcript and transform it into something shareable.
Created by Daniel from Spacebar
- Transform text inputs into various styles (e.g., haiku, Twitter threads)
- Simple web interface
- Powered by Claude API
- BYOK (Bring Your Own Key) for flexibility and security
-
Clone the repository:
git clone https://github.com/dcarmitage/kairolog.git cd kairolog -
Install dependencies:
npm install -
Start the server:
npm start -
Open your browser and go to
http://localhost:3000.
Kairolog uses a BYOK model for API access:
- Sign up for an Anthropic account and obtain an API key from Anthropic's website.
- In the Kairolog interface, locate the "Anthropic API Settings" section.
- Enter your API key in the provided field.
- Click "Save API Key" to store the key in your browser's local storage.
Your API key is stored locally and is never sent to our servers. It's used only to make direct calls to the Anthropic API from your browser.
- Enter your text in the "Input" box.
- Specify the desired transformation in the "Transform to" field.
- Select an output format.
- Click "Transform" to process the input.
Never share your API key or commit it to version control. The key is stored in your browser's local storage and is your responsibility to keep secure.
This project is open-source and available under the MIT License.
Contributions to Kairolog are welcome. Please feel free to submit pull requests or open issues to improve the project.