Skip to main content

Introducing TokenRing Writer

ยท 2 min read
Mark Dierolf
Creator of TokenRing AI

Two months after launching TokenRing Coder, I'm thrilled to announce TokenRing Writer - an AI-powered writing assistant built on the same secure, local-first architecture.

From Code to Contentโ€‹

TokenRing Coder proved that AI assistance doesn't require sacrificing privacy. Now we're bringing that same philosophy to content creation.

What is TokenRing Writer?โ€‹

TokenRing Writer is an AI-powered writing assistant that helps you:

  • Create content - Blog posts, documentation, articles, and more
  • Research topics - Integrated web search and Wikipedia access
  • Maintain consistency - Style guides and tone management
  • Work offline - Your content stays local and secure

Built on TokenRing Architectureโ€‹

TokenRing Writer leverages the same powerful plugin system as TokenRing Coder:

๐ŸŒ Web Researchโ€‹

  • Web Search - Serper.dev and ScraperAPI integration
  • Wikipedia - Direct API access for research
  • Chrome Automation - Puppeteer for advanced scraping

๐Ÿ“ Content Managementโ€‹

  • Filesystem - Local and S3 storage options
  • Version Control - Git integration for content versioning
  • Database - MySQL and SQLite for content organization

๐Ÿค– AI Flexibilityโ€‹

  • Multiple Providers - OpenAI, Anthropic, Google, and more
  • Model Switching - Choose the best model for each task
  • Cost Control - Track usage and optimize spending

๐Ÿ”’ Privacy Firstโ€‹

  • Local Processing - Content stays on your machine
  • No Cloud Lock-in - Use your own AI API keys
  • Full Control - You own your data

Use Casesโ€‹

Technical Writingโ€‹

  • API documentation
  • Tutorial creation
  • README files
  • Technical blog posts

Content Marketingโ€‹

  • Blog articles
  • Social media content
  • Email newsletters
  • Landing pages

Research & Analysisโ€‹

  • Market research reports
  • Competitive analysis
  • Literature reviews
  • Data summaries

Getting Startedโ€‹

git clone https://github.com/tokenring-ai/writer.git
cd tokenring-writer
bun install
bun src/tr-writer.ts --initialize

Configure your AI providers:

export OPENAI_API_KEY="your-key-here"
export ANTHROPIC_API_KEY="your-key-here"

Start writing:

bun src/tr-writer.ts

The TokenRing Ecosystemโ€‹

With TokenRing Coder and TokenRing Writer, we're building a complete AI-powered development and content creation ecosystem:

  • TokenRing Coder - For software development
  • TokenRing Writer - For content creation
  • Shared Plugins - Reusable components across tools
  • Local-First - Privacy and security by design

What's Next?โ€‹

We're continuing to expand the TokenRing ecosystem with:

  • More specialized agents
  • Additional plugin integrations
  • Enhanced collaboration features
  • Community-contributed extensions

Join Usโ€‹

Let's build the future of AI-assisted content creation together! โœ๏ธ


Mark Dierolf
Creator of TokenRing AI