Skip to content

Privacy-focused AI tools for Bitcoin community knowledge management and resource discovery πŸ€–

Notifications You must be signed in to change notification settings

21-000-000/ai-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

21-000-000 AI Tools πŸ€–

Privacy-first AI tooling for Bitcoin community projects.

πŸ”’ Privacy & Security First

  • No data collection
  • Local-first approach
  • Self-hosted option
  • End-to-end encryption
  • Anonymous usage

πŸ›  Packages

@21-000-000/knowledge-base

AI-powered knowledge base for Bitcoin projects.

npm install @21-000-000/knowledge-base

@21-000-000/mcp-client

Privacy-focused MCP (Memory Chain Protocol) client.

npm install @21-000-000/mcp-client

@21-000-000/link-checker

Dead link detection with privacy preservation.

npm install @21-000-000/link-checker

@21-000-000/shared-utils

Common utilities with security focus.

npm install @21-000-000/shared-utils

πŸš€ Quick Start

# Install dependencies
bun install

# Development
bun run dev

# Build all packages
bun run build

# Run tests
bun run test

πŸ“¦ Stack

  • πŸ— Turborepo - Development workflow
  • 🎯 Bun - JavaScript runtime & package manager
  • ✨ Biome - Formatter, linter & more

πŸ” Security Features

  • Zero-knowledge processing
  • No external API dependencies
  • Local data storage
  • Encrypted communication
  • Privacy-preserving analytics

πŸ§ͺ Development

Prerequisites

  • Bun >= 1.0.0
  • Node.js >= 18

Setup

# Clone repository
git clone [email protected]:21-000-000/ai-tools.git

# Install dependencies
cd ai-tools && bun install

# Start development
bun run dev

Testing

# Run all tests
bun run test

# Test specific package
bun run test --filter=knowledge-base

πŸ“š Documentation

Package Documentation

Security & Privacy

🀝 Contributing

See CONTRIBUTING.md for guidelines.

πŸ“„ License

MIT

⚠️ Disclaimer

This software is in beta. Use at your own risk.

About

Privacy-focused AI tools for Bitcoin community knowledge management and resource discovery πŸ€–

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published