[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Making AI Conversations Limitless, for now only for Claude.

License

Notifications You must be signed in to change notification settings

itsbariscan/llmbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LLMBox - Making AI Conversations Limitless

LLMBox Logo

GitHub license Twitter Follow LinkedIn Status Version

A lightweight, privacy-focused interface for unlimited AI conversations

πŸ“Έ Interface Preview

LLMBox Dark Mode LLMBox Light Mode

πŸ‘‹ Why I Built This

As someone who frequently uses Claude AI, I often encountered the conversation limit issue that disrupted my workflow. I created LLMBox to solve this problem - allowing for longer, uninterrupted conversations without hitting Claude's usual limits. While the current version works exclusively with Claude's API, I designed it to maintain continuous dialogue by efficiently managing conversation context.

Note: I'm not a professional developer - I'm a growth enthusiast who loves building solutions to real problems. While LLMBox might not be perfect from a coding perspective, it effectively serves its primary purpose. I welcome suggestions and contributions from experienced developers to improve the codebase!

πŸš€ Features

  • 🎨 Modern, clean UI with dark/light mode support
  • πŸ“ File upload and analysis capabilities
  • πŸ” Full-text search in conversations and messages
  • πŸ’Ύ Local storage for chat history
  • ⚑️ Fast and responsive design
  • πŸ“± Mobile-friendly interface
  • πŸ›‘οΈ Built-in rate limiting and error handling
  • πŸ”„ Real-time message streaming
  • πŸŽ›οΈ Advanced settings control (temperature, models)

πŸ—οΈ Architecture

graph TD
    A[React Frontend] -->|API Requests| B[Node.js Backend]
    B -->|API Calls| C[Claude API]
    B -->|File Storage| D[Local Storage]
    A -->|State Management| E[Zustand Store]
    B -->|File Processing| F[Multer]
Loading

πŸš€ Key Features

  1. Unlimited Conversations

    • Smart context management
    • Continuous dialogue flow
    • No artificial limits
  2. Privacy First

    • Local data storage
    • No cloud dependency
    • Complete data control
  3. Enhanced Features

    • File analysis
    • Full-text search
    • Custom AI parameters
    • Real-time streaming

πŸ› οΈ Technical Stack

Frontend

  • React.js for UI
  • Tailwind CSS for styling
  • Zustand for state management
  • Lucide Icons for UI elements

Backend

  • Node.js runtime
  • Express.js framework
  • Multer for file handling
  • Claude API integration

πŸ”§ Environment Setup

Variable Description Required Default
ANTHROPIC_API_KEY Your Claude API Key Yes -
PORT Server Port No 3000
MAX_FILE_SIZE Maximum file size for uploads No 5MB
NODE_ENV Environment mode No development

πŸ“‹ Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Claude API access
  • Modern web browser

πŸš€ Getting Started

  1. Clone and Setup
git clone https://github.com/itsbariscan/llmbox.git
cd llmbox
  1. Install Dependencies
# Frontend
cd frontend && npm install

# Backend
cd ../backend && npm install
  1. Configure Environment
cp .env.example .env
# Add your Anthropic API key to .env
  1. Launch
# Backend
npm start

# Frontend
cd ../frontend && npm start

⚠️ Common Issues & Solutions

1. API Key Issues

Error: Invalid API key
Solution: Ensure ANTHROPIC_API_KEY is correctly set in .env

2. Connection Problems

Error: ECONNREFUSED
Solution: Check if backend server is running on correct port

3. File Upload Errors

Error: File too large
Solution: Adjust MAX_FILE_SIZE in environment variables

πŸ”§ Performance Tips

  1. Optimal Context Management

    • Keep context length under 4000 tokens
    • Clear unnecessary conversation history
    • Use file analysis sparingly
  2. Browser Performance

    • Enable hardware acceleration
    • Clear browser cache regularly
    • Use latest Chrome/Firefox/Safari

🎯 Future Plans

I'm planning to add:

  • Multi-provider LLM support
  • User authentication system
  • Conversation export/import
  • Collaborative features
  • Voice interaction
  • Custom theming
  • Improved error handling
  • Better code organization

πŸ’» Development Commands

# Run tests
npm test

# Build production
npm run build

# Run linter
npm run lint

# Format code
npm run format

πŸ“Š Performance Metrics

Metric Value
Average Response Time <500ms
Max File Size 5MB
Concurrent Users Unlimited
Browser Support Modern Browsers

🀝 Want to Contribute?

As a growth enthusiast rather than a professional developer, I especially welcome contributions that can improve the code quality and add new features. Whether you're a seasoned developer or a fellow enthusiast, your input is valuable!

Contribution Areas

  • Code optimization
  • Feature development
  • Documentation
  • Bug fixes
  • UI/UX improvements

πŸ› Known Limitations

  • Claude API exclusivity
  • Basic error handling
  • Limited security features
  • No test coverage
  • Basic rate limiting

πŸ‘€ About Me

Hi, I'm Baris Can, an SEO & Organic Growth Enthusiast focused on growth marketing strategies, automation, and coding. My expertise lies in optimizing digital presence and driving growth through data-driven approaches.

πŸ‘€ I'm interested in:

  • SEO and Growth Marketing
  • Marketing Automation
  • Python and JavaScript programming
  • Blockchain technologies
  • Building practical solutions

πŸ“« Connect with me:

πŸ™ Special Thanks

I'm grateful to:

  • Anthropic for Claude API
  • Open source community

πŸ’­ Disclaimer

This project is born from enthusiasm rather than professional software development expertise. While functional, there's always room for improvement. Feedback and contributions are welcome!


Built with enthusiasm by Baris Can Sayin
Star ⭐ this repo if you find it useful, happy hacking!

About

Making AI Conversations Limitless, for now only for Claude.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published