Unlimited Claude AI banner
hassanmsthf11 hassanmsthf11

Unlimited Claude AI

AI community

Description

Claude AI. No backend, no server costs, 100% free.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🤖 Free, Self-Hosted Claude AI Interface

A fully functional, polished, and self-hosted web interface for Anthropic's Claude AI. This project runs entirely in your browser, using the free tier of **Puter.js** for secure access to the Claude API. No backend, no server costs, 100% free.


✨ Live Demo

![Demo GIF of the Claude UI in action](demo.gif)


🚀 Key Features

  • 100% Free Access: Leverages the free tier of Puter.js to interact with the Claude API at no cost.
  • 🎨 Polished UI: A clean, modern interface inspired by the official Claude UI, with light and dark mode support.
  • 📄 Artifact Generation: Automatically renders code blocks into beautiful, interactive "artifact" canvases with syntax highlighting, copy, download, and even an HTML preview feature.
  • 💬 Streaming Responses: Watch Claude's responses appear in real-time, just like the official experience.
  • 📂 Local Chat History: Remembers your recent conversations in your browser's local storage.
  • 🔐 Secure Authentication: Handles Puter.js authentication directly in the browser with a clear, user-friendly flow.

❓ How It Works

This interface does **not** use a pirated or reverse-engineered API. It uses the official, legitimate **Puter.js** library. When you first use the app, it will ask for a one-time authentication with your Puter account. This securely connects the web app to **your own account's** free Claude API access, ensuring everything is secure and above board.


▶️ Getting Started (How to Run)

Because browsers have security rules (CORS), you cannot simply open the `index.html` file directly. You must run it from a **local web server**. I've made this easy for you.

✅ Prerequisites

This project has minimal dependencies, making it very easy to set up. All you need is:

  1. 🐍 Python 3:
    • This is only required to run the simple local web server. The application itself is 100% JavaScript.
    • **No pip