How each stack’s support moved. For what to upload today, use the stack docs.
Platform
Applies to every guest, not one stack.
Plans now differ on time and box size
A free account is 3 apps for 7 days. Pro lasts 90 days. Business and Studio last a year, with 1 GB and 2 GB boxes. Studio adds 3 team seats and a white-label subdomain.
Terms and Privacy are on the site
The footer links to a Terms of Use page and a Privacy Policy. They cover accounts, uploaded apps, billing, and what we collect.
New app URLs get HTTPS immediately
A fresh *.mycodedapp.com address is trusted as soon as the app is live. You no longer wait on a first-visit certificate.
Studio plan and a full pricing table
Studio is $99 a month for 25 apps at a time with a domain you own. Pro is 10 apps, Business is 15. The pricing page lists every feature each plan includes.
One drop without an account, five with a free signup
A browser can host one app for 24 hours. Create a free account for five apps at a time, each for 30 days. Delete an app to drop another.
Pricing lists every Hobby, Pro, and Business difference
A comparison table shows what each plan includes. The drop path and runtime stay the same; the URL and how long the site stays up are the upgrades.
Live WordPress and other apps stay up after a busy stretch
A site that was already live no longer goes blank with “Upstream is not reachable” after a burst of traffic.
New deploys stay reachable when many apps are already live
A twelfth app no longer fails the ready check with connection refused after the process itself started.
Hobby URLs reach the live site
A generated mycodedapp.com address no longer shows a missing page after the site is live.
Day, Dawn, Dusk, and Dark
The console cycles four palettes. Night is now called Dark.
Pro and Business upgrades bill through Stripe
Paid plans go through Checkout. Hobby stays free for a day on a generated URL.
Business domains must point here first
Verify only after a CNAME to the platform target (or an address we published).
Opening the check file on a pending host does not attach the domain.
Hobby time ends on the next visit
When the clock runs out, the next request stops the app. You do not wait for a later sweep.
Fleet signals for every guest
The host samples CPU, memory, disk, and process counts for each live app.
Overview shows per-app usage. /ops/ lists every guest on the node plus a JSON brief for review.
Site detail shows live usage
Each app’s manage page lists CPU, memory, storage, time left, stack, and the upload address.
Container apps are sampled from the host. Static HTML is in-process, so CPU and memory are not per-site.
Guest apps are isolated
Each guest has no outbound internet.
Visitors reach the site through the platform URL, not a raw host port.
CPU, memory, process, and disk caps apply to every guest.
Upload gate tightened
Archives are checked for zip-slip, zip bombs, symlinks, and oversized trees.
Native binaries and installer files are rejected before extract.
Build scripts locked down
npm / yarn / pnpm install without lifecycle scripts.
Composer install without scripts or plugins.
Folder drops pack in the browser
Loose folders are zipped before upload so large trees no longer fail as thousands of form fields.
.venv, node_modules, and similar junk are skipped while packing.
Health checks no longer hang on app errors
A site that answers HTTP is marked live even if the first page is an application error.
HTML
Static files. No container. index.html is the site.