

Share a web app demo as a live link
Upload the ZIP your AI builder exported and get a working URL in seconds. No repo, no deploy config, no account.
Drop your file here
Anyone with the link · images, audio, video, docs, text & data, or .zip
By uploading, you agree to our Terms and Data Processing Terms and confirm you have the right to share this content.
How it works
Zip the project
Put index.html at the top level alongside your CSS, JS, and assets. Exports from ChatGPT, Claude, Bolt, Lovable, and Dualite work as they are.
Drop it here
The archive is unpacked and every file is published together, so relative paths, imports, and fonts resolve the way they do locally.
Send the demo link
Share one URL. It runs in any browser, so a client, a tester, or a judge just taps and uses the app.
Why this beats a repo or a screenshot
Nothing for them to run
No clone, no install step, no local server. The person you are showing opens a link on whatever device is already in their hand.
It works on a phone
Reviewers open links on their phone far more often than their laptop. A hosted demo behaves the same on both.
Ship the next version fast
Iterating on a build is normal. Sign in and replace the files in place, and the same demo link serves the new version.
Frequently asked questions
- how do i put the app chatgpt built me online
- Zip the folder so index.html sits at the top level, drop the archive on the box above, and open the link. Every file is published together, so the app runs exactly as it does on your machine.
- does it work for a react or vite project
- Yes, once it is built. Run your build step and zip the output folder, the dist or build directory, rather than the source. Static output is what a browser can run on its own.
- will a pwa or service worker work
- Yes. Pages are served over HTTPS on their own subdomain, which is exactly what a service worker and an installable manifest require in order to register.
- do i need an account
- No. Anonymous demos stay live for 48 hours. Sign in free and they last 30 days, with a 20 MB per-file cap.
- can i keep the demo private
- Yes. On a paid plan you can put a password on the page, so only people you give the password to can open the demo. Every link is unlisted and noindexed either way.
Just one HTML file? HTML to link. Want it to stay up for good? Host a site without an account.