Tuplet banner
anetrebskii anetrebskii

Tuplet

AI community

Description

Claude Code-like AI agent framework for your app. Planning, task tracking, clarifying questions - one dependency, stateless, serverless-ready.

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

Tuplet

Formerly **Hive Agent** ([`@alexnetrebskii/hive-agent`](https://www.npmjs.com/package/@alexnetrebskii/hive-agent)) — same framework, new name.

[![npm version](https://img.shields.io/npm/v/tuplet)](https://www.npmjs.com/package/tuplet) [![CI](https://img.shields.io/github/actions/workflow/status/anetrebskii/tuplet/ci.yml)](https://github.com/anetrebskii/tuplet/actions) [![license](https://img.shields.io/github/license/anetrebskii/tuplet)](https://github.com/anetrebskii/tuplet/blob/main/LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue)](https://www.typescriptlang.org/) [![Discord](https://img.shields.io/discord/1339330498498080808?logo=discord&label=Discord)](https://discord.gg/WrZhA6wfdr)

**Claude Code-like AI agent for your own application. Add a few lines — get a multi-agent system that asks clarifying questions, plans tasks, and works with your data.**

Claude Code is impressive: you open a terminal, ask it to code something, and it plans, clarifies, executes. But it's locked to the terminal and local filesystem. What if you need that same intelligence inside your SaaS product, web app, or serverless function — working with your database, your blob storage, your users' data?

Tuplet gives you exactly that. A powerful, multi-agent framework you plug into your application. Your users get an AI that feels custom-built. You get a library that handles the hard parts.

Demo

See Tuplet in action — AI agent planning tasks, asking clarifying questions, and working with workspace files in a real web app.

You Need Tuplet If

  • You want your own AI agent in your app that codes, manages documents, or works with any workspace you share with it
  • You're building on Firebase, Vercel, AWS Lambda, or any serverless platform — Tuplet is stateless by design
  • You're building a SaaS and want to give users a smart AI