0.1.1 • Published 7 months ago

planchette v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Planchette 🔮

Planchette is a lightweight, LLM-powered blogging engine that transforms writing into a collaborative séance between human and AI.

Overview

Inspired by the mystical planchette of a Ouija board, this software enables writers to co-create content with AI, letting the digital spirit guide the cursor of creativity.

Prerequisites

  • Node.js (v18+ recommended)
  • An Anthropic API key

Installation

npm install planchette

Configuration

Create a .phantomaton/configuration.json file in your project root:

{
  "phantomaton-anthropic": {
    "apiKey": "your-anthropic-api-key-here"
  }
}

🚨 Important: Keep your API key secret! Do not commit this file to version control.

Usage

Start the Planchette AI assistant:

npm run bot

This will launch an interactive writing companion powered by Claude AI.

Features

  • LLM integration for content generation
  • Supernatural writing workflow 👻

License

MIT