skybridge

Active
GitHub TypeScript MIT

Description

Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnostic.

Key Features

  • Full-stack React framework for building type-safe MCP Apps and ChatGPT Apps
  • Write-once-run-everywhere — abstracts differences between Claude, ChatGPT, and VSCode
  • Dev server with local emulator, HMR, and permanent tunnel for live testing
  • tRPC-style end-to-end type safety from MCP server tool definitions to React views
  • Agent-ready with CLI, skills, and programmatic dev tool APIs for coding agents
  • Example library with ready-to-use ecommerce, travel, and SaaS app templates

Use Cases

💡 Building rich interactive MCP apps for Claude and ChatGPT
💡 Developing cross-platform agent tools with consistent UI
💡 Rapid prototyping of conversational AI applications
💡 Creating ChatGPT Apps for ecommerce and SaaS products
💡 Building MCP server gateways with full-stack type safety

Quick Start

Bootstrap a new project: `npm create skybridge@latest my-app`. For agents: `npx skills add alpic-ai/skybridge -s skybridge`. Docs at https://docs.skybridge.tech/quickstart/create-new-app. Deploy on Alpic or self-host on any Node.js platform.

Related Projects