Deploy from Claude
Connect Claude to Deplixo and deploy apps without ever leaving the conversation. No copy-paste, no terminal, no extra tabs — just ask Claude to build something and ship it.
Why Claude + Deplixo?
Most AI workflows have an awkward handoff: the AI writes code, then you have to figure out how to get it online. With the Deplixo connector, that handoff disappears. Claude builds your app and deploys it — all in one conversation.
You say what you want. Claude writes the code, calls the deploy tool, and hands you a live URL. That's it.
"Build me a pomodoro timer"
Code + deploy in one step
Share it immediately
Setup (30 seconds)
Claude supports MCP connectors in both claude.ai (the web app) and Claude Desktop. Pick whichever you use.
Option A: claude.ai (web)
- Open claude.ai and click your profile icon in the bottom-left
- Go to Settings → Connectors
- Click Add Connector
- Paste the connector URL:
https://mcp.deplixo.com/ - Click Add — done!
Option B: Claude Desktop
Open your Claude Desktop MCP config file and add the Deplixo connector:
{
"mcpServers": {
"deplixo": {
"type": "streamablehttp",
"url": "https://mcp.deplixo.com/"
}
}
}
On macOS the config file is at ~/Library/Application Support/Claude/claude_desktop_config.json.
On Windows it's %APPDATA%\Claude\claude_desktop_config.json.
Your first deploy
Once the connector is added, just start a conversation. Here's what a typical first deploy looks like:
Build me a habit tracker where I can add habits and check them off each day. Use a clean, modern design. Deploy it to Deplixo.
I'll build that for you and deploy it right away.
[Claude writes the HTML/CSS/JS and calls the deploy tool]
Your habit tracker is live! Here are the details:
- Live URL:
https://deplixo.com/abcd-efgh/ - Claim URL:
https://deplixo.com/abcd-efgh/claim/?token=xxx - App ID:
abcd-efgh
Click the live URL to try it out. Use the claim URL to add it to your Deplixo dashboard so you can manage it later.
That's it — no copy-paste, no config files, no deployment commands. Claude does everything. Click the live URL and your app is running. Click the claim URL to add it to your Deplixo dashboard.
Iterating on your app
After the first deploy, Claude remembers the app_id and claim_token
for the rest of the conversation. So you can just keep talking:
Change the background to a dark theme and add a weekly view.
Done! I've updated your habit tracker with a dark theme and a new weekly view.
Same URL: https://deplixo.com/abcd-efgh/
Add confetti when I complete all habits for the day.
Updated! Now you'll get a confetti celebration when all habits are checked off. Same URL.
Each update redeploys to the same URL. Anyone with the link always sees the latest version. You can iterate as many times as you want in one conversation.
What Claude can deploy
Deplixo hosts client-side web apps. Anything that runs in a browser works:
- Single-file HTML/CSS/JS apps
- Multi-file apps (separate .html, .css, .js)
- Games and interactive tools
- Apps with persistent storage (
deplixo.db) - Multi-user apps with real-time sync
- Dashboards, calculators, portfolios
Every deployed app gets a built-in key-value store and real-time sync for free — no backend setup required. See the How Deplixo Works guide for details.
Tips for better results
Claude is great at building and deploying apps. A few prompt tips to get the best results:
Say "deploy it to Deplixo"
Be explicit about deploying. End your prompt with "deploy it to Deplixo" or "deploy it with Deplixo" so Claude knows to use the connector.
Describe the app, not the code
You don't need to say "write HTML." Just describe what you want: "Build a recipe organizer where I can save recipes by category and search them."
Ask for single-file apps for speed
Saying "make it a single HTML file" helps Claude produce self-contained apps that deploy in one shot. Multi-file works too, but single-file is fastest.
Mention persistence if you need it
If your app should save data, say so: "Save my data so it persists across sessions."
Claude will use the built-in deplixo.db storage.
Iterate in the same conversation
Don't start a new conversation for small changes. Claude already has the context and credentials, so updates are instant.
Example prompts to try
Copy any of these into Claude to get started:
Build a pomodoro timer with a clean UI, sound alerts, and session history. Deploy it to Deplixo.
Create a personal bookshelf app where I can add books, rate them, and filter by genre. Save my data so it persists. Deploy to Deplixo.
Make a multi-user voting app where people can submit ideas and upvote them in real time. Deploy to Deplixo.
Build a simple landing page for my side project called "Moonbeam" with a hero section, features list, and email signup form. Deploy to Deplixo as a single HTML file.
Ready to try it?
Add the connector, tell Claude what to build, and have a live app in under a minute.