Real-time SDK, hosting, code editor, AI builder, app store, and payments — everything to go from idea to shipped, in one platform.
No infrastructure to manage. No boilerplate. Just your idea and a script tag — or just your idea and AI.
Rooms, messaging, master/peer pattern, and public info — all from a single neblla object. Multiplayer in 6 lines of code.
Messages travel directly between peers when possible. No server hop, no latency, no quota consumed. Automatic fallback to sockets.
Named or auto-generated rooms with join/leave events, member tracking, and master election. The backbone for lobbies, matches, and channels.
Every app gets a live URL at neblla.com/id. Hot-served while active, auto-migrated to the edge when idle. Zero config.
Persistent storage with .save() locally or synced to the cloud. State survives reloads, reconnections, and device switches.
Set your own domain for production apps. Sandbox mode available for localhost development. Full control over access.
Describe what you want and get a working app. Iterative "Edit with AI" to refine your creation. No coding experience needed.
Manage apps, files, and deployments directly from Claude. Full MCP integration — build and ship without leaving the conversation.
Bring your Anthropic API key for unlimited AI edits using your own account. Free edits included for everyone to get started.
Sell real or digital products directly from your app. Stripe handles checkout and payouts — you just set the price.
Recurring billing for your apps and services. Manage plans, upgrades, and cancellations with built-in Stripe subscription support.
No bank details stored on Neblla. All payment processing handled by Stripe. PCI-compliant out of the box.
Publish to the Neblla marketplace. Discover, fork, and remix apps built by the community. Coming to store.neblla.com.
From prototype to production with zero changes. Auto-scaling infrastructure, edge hosting, and intelligent quota management.
50K daily data units, hosting, editor, AI builder, P2P — all included. No credit card required. Upgrade only when you're ready.
Whether you code by hand or let AI do the work.
Login with Google or email. Instant access, no credit card required.
Click "+", name it, and choose: generate with AI or start from a blank canvas.
Use the browser editor, iterate with AI, or manage everything from Claude via MCP.
Hit publish. Your app is live with a URL, hosted and scaled automatically.
Pay only for real-time data. Hosting and tools included.
A data unit = one character sent or received between your device and Neblla.
P2P messages are always free. Prices are per app.
Join developers shipping multiplayer experiences with less code and more fun.
window.onNeblla is a global callback invoked once the Neblla instance is ready. Click any item for full details.
Registers a listener. Use '*' for all events.
Removes a listener. Empty string clears all.
Broadcasts to everyone in the room, including yourself. P2P when available.
Private message to the room master for authoritative logic.
Updates your profile and broadcasts the change. Persists across rooms.
Joins a named room. Fires 'joinRoom' on success.
Leaves the current room.
Server creates a new room and joins you automatically.
Persists data locally. Restored into neblla.me.data.
neblla.usersEveryone in the current room.
neblla.roomCurrent room object.
neblla.meYour own user object.
neblla.masterThe current master user.
Any user sends a message.
Fired on master when another user calls tellMaster().
You successfully joined a room.
You left a room.
A user joined (also for existing users on your join).
A user left.
A user's public info changed.
The master role changed.
Download any example and start building on top of it.
Real-time chat with user names and history.
Live events board with real-time updates.
Social deduction game with roles and voting.
Two-player chess with validation and sync.
Collaborative whiteboard — everyone draws together.
Developer info: email address and name to identify you as a user.
Subscription info: your Stripe customer ID and subscription ID.
We do not store passwords, bank details, or payment info. Stripe handles that.
We use Stripe for payments and Google for authentication. These services may store cookies for their own purposes.
We do not sell, share, or disclose your information. Contact [email protected].