22 packages available

Developer Tools

Comprehensive docs for CLI tools, libraries, apps, and production-ready starter templates. Jumpstart your development.

3 Apps
7 CLI Tools
4 Libraries
3 Infrastructure
5 Starter Templates

Apps

Full-featured applications for development and infrastructure

3

docs

Documentation site built with Next.js featuring AI chat, full-text search, and auto-generated API reference from TypeScript types and OpenAPI specs.

$bun dev
$npm run dev

Cloud-Computer-Control-Panel

Open-source cloud infrastructure management platform. Automates Dokploy deployment for container orchestration on AWS EC2 -- provision servers, manage containers, and monitor services.

$bun dev
$npm run dev

vscode-cloud

Per-user VS Code (code-server) instances on Cloudflare Containers. Each user gets a fully isolated environment with SSO, SQLite storage, and traffic routing.

$bun deploy
$wrangler deploy

CLI Tools

Command-line utilities for development workflows

7

about-system-info

Cross-platform CLI that prints CPU, memory, disk, uptime, public IP, ISP, and installed tools as a compact emoji line.

$npx about-system
$npm install -g about-system

api2ai-mcp-generator

Generate production-ready MCP servers from any OpenAPI spec. Supports HTTP, SSE, and Streamable HTTP transports with Zod validation and auth.

$npx api2ai <openapi-spec-url>
$npm install -g api2ai

create-cloud-db

Interactive CLI that creates a Turso edge database and writes credentials directly into your .env file.

$npx create-cloud-db [db-name]
$npm install -g create-cloud-db

create-starter-app

Interactive CLI to scaffold a starter app from curated templates. Prompts for framework, auth provider, database, and UI library.

$npx create-starter-app
$bun create starter-app

git0-repo-downloader

CLI to search GitHub repos by keyword, download source archives or release binaries, install deps, and open in editor.

$npx git0 <repo>
$npm install -g git0

open-when-ready

Smart dev server wrapper that watches output, auto-opens browser when ready, and on error launches your AI assistant.

$npx open-ready <command>
$npm install -g open-ready

server-shell-setup

One-command bootstrap for a modern dev environment: installs fish, nvim, nushell, bun, node, helix, starship, docker, and more.

$wget -qO- tinyurl.com/shellsetup | bash

Libraries

Reusable packages and components for your projects

4

manage-storage

Unified storage API for AWS S3, Cloudflare R2, and Backblaze B2. Auto-detects provider from env vars. Single function interface.

$npm install manage-storage
$bun add manage-storage

react-native-app-buttons

React badge components for 8 app store and platform download links. Detects user OS and highlights matching button.

$npm install react-native-app-buttons
$bun add react-native-app-buttons

shadcn-theme-menu

Drop-in theme switcher for shadcn/ui with 24+ color themes, dark/light/system mode toggle, and smooth animations.

$npm install shadcn-themes
$bun add shadcn-themes

export-svg-icons-typescript

Convert a folder of SVG icons into a color-customizable, tree-shakable TypeScript index that works with any component framework.

$npx export-svg-typescript -i ./src/icons
$npm install -g export-svg-typescript

Infrastructure

Deployment and infrastructure automation tools

3

cloudflare-to-claude-fix

Cloudflare Workers Queue consumer that fires a Claude Code routine automatically whenever a Workers build fails.

$bun deploy
$wrangler deploy

verify-phone-sms

SMS phone verification API server built with Hono on Cloudflare Workers. Sends OTP codes, blocks VoIP, enforces rate limiting.

$bun deploy
$wrangler deploy

web2mobile-wrapper

Transform any website URL into a native mobile app wrapper for iOS and Android with push notifications.

$npx create-mobile-wrapper
$npm install -g create-mobile-wrapper

Starter Templates

Production-ready templates to jumpstart your projects

5

SvelteKit + Better Auth + Drizzle

Full-stack SvelteKit app with Better Auth, Drizzle ORM on Cloudflare D1, Stripe payments, and shadcn-svelte components.

$bun create starter-app
$npx create-starter-app

Next.js + Better Auth + Drizzle

Next.js SaaS boilerplate with PostgreSQL, Better Auth, Stripe subscriptions, and shadcn/ui components.

$bun create starter-app
$npx create-starter-app

Next.js + Better Auth + Prisma

Lightweight Next.js starter with Prisma ORM, Better Auth, Google OAuth, credential login, and protected routes.

$bun create starter-app
$npx create-starter-app

Fumadocs Documentation

Documentation site with Fumadocs, Orama search, OpenAPI/Swagger docs, MDX support, and collapsible sidebar.

$bun create starter-app
$npx create-starter-app

Docusaurus Documentation

Docusaurus 3 docs template with offline Lunr search, OpenAPI plugin, and classic theme optimized for technical docs.

$bun create starter-app
$npx create-starter-app