Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

EasyBits

БесплатноПоддерживается

Persistent Linux microVMs for agents: root, internet, sub-second resume and a public URL.

GitHubEmbed

Описание

Persistent Linux microVMs for agents: root, internet, sub-second resume and a public URL.

README

La nube para agentes de IA: sandboxes (microVMs Firecracker), web (buscar, leer, extraer), archivos, bases de datos SQL, documentos, hosting de apps y agentes en WhatsApp — desde un solo MCP, una REST API v2 y un SDK tipado. Precios en MXN, con plan gratuito.

easybits.cloud

MCP Server

npx -y @easybits.cloud/mcp

Un solo endpoint con todo el catálogo: sandboxes, web (buscar, leer, extraer), archivos, bases de datos SQL, documentos, video y hosting. El conteo vive en /api/tools.json, derivado del servidor — nunca escrito a mano.

SDK

npm install @easybits.cloud/sdk

Get your API key

  1. Sign up for a free EasyBits account
  2. Go to the Developer DashboardAPI KeysCreate Key
  3. Your key looks like eb_sk_live_... — copy it and store it safely. You won't see it again.

Use the key as a Bearer token (REST API), via EASYBITS_API_KEY env var (MCP), or in the SDK constructor. Full docs at easybits.cloud/docs.

AI Landing Generator

npm install @easybits.cloud/html-tailwind-generator

AI-powered landing page generator with Tailwind CSS — canvas editor, streaming generation (Claude), image enrichment (DALL-E / Pexels), one-click deploy. README →

import { EasyBits } from "@easybits.cloud/sdk";
const eb = new EasyBits({ apiKey: "eb_..." });
const file = await eb.files.upload({ name: "photo.jpg", contentType: "image/jpeg" });

Features

  • File management — upload, transform, optimize, soft-delete with trash retention
  • Websites — deploy static sites to slug.easybits.cloud with custom domains
  • Presentations — AI-generated reveal.js slides with 3D scenes, deploy to subdomain
  • Landing pages v2 — AI-generated block-based pages with streaming SSE, stock photos, visual variants
  • Landing pages v3 — free-form HTML canvas editor, Sonnet generation, Haiku refine, semantic color themes, code editor. Production-ready, exported as @easybits.cloud/html-tailwind-generator npm package — used by Denik
  • Webhooks — real-time event notifications with HMAC signatures
  • IAM — scoped API keys (READ, WRITE, DELETE, ADMIN), file-level sharing

Stack

React Router v7 · Prisma (MongoDB) · Stripe · Fly.io

Getting started

npx prisma generate
npm run dev

Commands

npm run dev        # local dev server
npm run build      # production build
npm run typecheck   # TypeScript check
npm test           # vitest
npm run e2e        # Playwright e2e tests

License

This project is source-available under the PolyForm Noncommercial 1.0.0 license. You may use, study, and modify the code for non-commercial purposes only (personal projects, research, education). Commercial use requires explicit permission from the authors.

Authors

Built by Bliss & Brenda at fixter.org

from github.com/blissito/easybits

Установить EasyBits в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install easybits

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add easybits --env EASYBITS_API_KEY="" -- npx -y @easybits.cloud/mcp

Пошаговые гайды: как установить EasyBits

FAQ

EasyBits MCP бесплатный?

Да, EasyBits MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для EasyBits?

Да, требуются переменные окружения: EASYBITS_API_KEY. Unyly подставит их в конфиг при установке.

EasyBits — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить EasyBits в Claude Desktop, Claude Code или Cursor?

Открой EasyBits на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare EasyBits with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development