Are you the author? Sign in to claim
A modern chat interface for Anthropic's Claude AI models built with Nuxt.js. Experience seamless conversations with Clau
Self-hosted Claude interface for enterprises. Run Anthropic's Claude on your infrastructure with your API keys—no rate limits, no data leakage, full audit control.
The open-source Nuxt.js version. Perfect for individual developers and small teams comfortable with self-hosting.
Features:
The production-ready Next.js version built for organizations.
Additional Features:
Email hi@remoteskills.io for enterprise license →
Tech Stack: Nuxt 3, Drizzle ORM, SQLite, Tailwind CSS
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Create a .env file in the root directory and add your Anthropic API key:
# Required: Get your API key from https://console.anthropic.com/
ANTHROPIC_KEY=your_anthropic_api_key_here
# Optional: Custom database path (defaults to ./database.db)
DATABASE_URL=./database.db
To get your Anthropic API key:
.env fileEnsure poppler-utils is part of your environment by installing it:
sudo apt update
sudo apt install poppler-utils
Create a .env file in the root directory and add your ANTHROPIC_KEY API key as shown above in the Setup section.
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
The application uses a SQLite database to store thread and message data.
This project uses Drizzle ORM for database management. Available commands:
# Generate database schema
npm run db:generate
# Migrate database schema
npm run db:migrate
Unlike cloud AI chat services:
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming