Agentic-first file storage — AI agents store, manage, and consume files via SDK, MCP, and REST API.
npx -y @easybits.cloud/mcp30+ tools for uploading, transforming, optimizing and serving files — images, documents, websites, presentations, landing pages and more.
npm install @easybits.cloud/sdk- Sign up for a free EasyBits account
- Go to the Developer Dashboard → API Keys → Create Key
- 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.
npm install @easybits.cloud/html-tailwind-generatorAI-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" });- File management — upload, transform, optimize, soft-delete with trash retention
- Websites — deploy static sites to
slug.easybits.cloudwith 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-generatornpm package — used by Denik - Webhooks — real-time event notifications with HMAC signatures
- IAM — scoped API keys (READ, WRITE, DELETE, ADMIN), file-level sharing
React Router v7 · Prisma (MongoDB) · Stripe · Fly.io
npx prisma generate
npm run devnpm run dev # local dev server
npm run build # production build
npm run typecheck # TypeScript check
npm test # vitest
npm run e2e # Playwright e2e testsThis 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.
Built by Bliss & Brenda at fixter.org