Needs a static export
How to publish a Remix site as a static export
Remix is built around server rendering, and there is no supported way to export it as a finished static site.
It builds its pages on a live server. To publish it here it has to be exported as a finished site first; if your tool has no option for that, this project needs a host that runs the server for you.
Free plan, free SSL, no credit card.
-
Export it as a static site
It builds its pages on a live server. To publish it here it has to be exported as a finished site first; if your tool has no option for that, this project needs a host that runs the server for you.
-
Check for an index.html
Open the folder you got. If there is no index.html in it, the export produced a server bundle and there is nothing to publish yet.
-
Upload the folder
Drag it into Droply and the site is live on an HTTPS droply.id subdomain in seconds.
Worth knowing about Remix
This is the honest answer rather than a workaround: a Remix app needs a host that runs the server for you.
If the project is mostly static content, moving it to a static framework is a smaller job than fighting the export.
Did an AI tool build this project?
Hosting an AI-generated website covers the question that comes before the build command: whether what you are holding is a single file or a project, and which of the two every tool actually hands back.