Drag. Drop. It’s a server.

Drop your app.

A ZIP or a project folder. We detect the stack and put it on a URL. You do not pick a runtime, a start command, or a port.

Drop a ZIP or project folder We figure out PHP, Django, Flask, FastAPI, Node, React, WordPress, and the rest or /

Where do you get an instant PHP server?

Here. Same motion for every stack. Drop the project. We stand up the runtime.

PHP

Apache is already running.

index.php is enough. Laravel gets the public root. You dropped a blog. It has a server.

Django

manage.py in. URL out.

Gunicorn starts. Static files get collected. No Procfile.

Flask

app.py is enough.

We find the Flask app object and bind Gunicorn.

FastAPI

Uvicorn, no ceremony.

main:app is inferred. The ASGI server is already chosen.

Node

package.json is the brief.

Express, Next, or server.js — drop the folder.

React / Vite

Build, then files.

We run the build and serve the static output.

Vue

Same motion.

Vite or Vue CLI build becomes a live folder.

Svelte

Compile, then host.

The built app is the site. No start command from you.

Angular

ng build, then live.

We find index.html in the output and serve it.

WordPress

A theme is a site.

Drop core or a theme. We provision WordPress.

HTML

Files, then live.

Static HTML, CSS, and JS on mycodedapp.com.

Laravel

artisan in, Apache out.

public/ becomes the document root.

Rails

Gemfile, then Puma.

Bundle install and rails server. You still just drop it.

Go

go.mod is the cue.

We build the binary and run it on a port.

Three steps. You do one of them.

01 · You

Drop

A ZIP or a project folder. No manifest. No “pick a runtime” screen.

02 · Us

Detect

Most specific stack wins. You never pick a runtime, a start command, or a port.

03 · Live

A URL

Hobby lands on a generated *.mycodedapp.com name. Pro picks the subdomain. Business brings a domain you own.

The URL is the only upgrade.

The drop path does not change. Higher plans are about the name on the door.

Hobby

*.mycodedapp.com

Free · 24 hours

We assign a generated URL. 50 MB cap. The fastest way to see vibe code in a browser.

Pro

your-name.mycodedapp.com

$19/month

Pick the subdomain. Keep the assigned name as a fallback. For client previews that need to look finished.

Drop an app first
Business

app.yourdomain.com

$49/month

Attach a domain you own. CNAME to cname.mycodedapp.com. Same drop. Your hostname.

Drop an app first