- a working MCP server
- a complete development environment with a local emulator, file watching, and hot module reload
Prerequisite: Skybridge runs on Node 24+
Scaffold Your Project
Set up your app with a single command:demo template comes with two tools:
start: mounts theonboardingviewget-fortune-cookie: with no view
server.ts, UI components in the views directory. Tools are bound to views in the tool definition.
To scaffold a bare-bones project without tools or view placeholders, select the
blank template.Run Locally
Start the development server from the project root:http://localhost:3000/mcp: the MCP server your app is running onhttp://localhost:3000/: the DevTools for testing and debugging your app
Updates to your codebase are reflected right away: server and views are reloaded on file save.
Connect to ChatGPT and Claude
You can plug your locally running server directly into AI hosts by exposing your app on the internet. To do so, start the dev server with a tunnel:https://superb-marmot-fondue-420.alpic.dev/mcp) to register your server as a ChatGPT app or a Claude connector.
Alpic tunnel comes with a free LLM Playground on
/try. No config needed: it’s already wired to your local server.Ship
Deploy your app to the Alpic Cloud by running:Go Further
Architecture
Design conversational experiences leveraging model intelligence
Build
Learn everything that makes great MCP Apps
Test
Validate your app at every step