# Deploy static framework builds with the right output folder

> Framework-specific notes for build commands, output directories, routing fallbacks, environment values, forms, and rollback-ready deployments.

Canonical: https://staticx.site/framework-hosting

## Deploy compiled browser files

StaticX hosts the output that browsers can load, not long-running application servers or private backend code.

## Framework routing matters

SPAs, static exports, and generated content each need different fallback and asset-path checks before publishing.

## Versions make framework changes reversible

Each build can become a deployment version, so UI changes, asset changes, and content updates stay measurable and rollback-ready.

## Pages

- [React Hosting](https://staticx.site/react-hosting) — Markdown: https://staticx.site/react-hosting.md
- [Node.js Hosting](https://staticx.site/nodejs-hosting) — Markdown: https://staticx.site/nodejs-hosting.md
- [Next.js Hosting](https://staticx.site/nextjs-hosting) — Markdown: https://staticx.site/nextjs-hosting.md
- [Angular Hosting](https://staticx.site/angular-hosting) — Markdown: https://staticx.site/angular-hosting.md
- [Vue Hosting](https://staticx.site/vue-hosting) — Markdown: https://staticx.site/vue-hosting.md
- [Express Hosting](https://staticx.site/express-hosting) — Markdown: https://staticx.site/express-hosting.md
- [Astro Hosting](https://staticx.site/astro-hosting) — Markdown: https://staticx.site/astro-hosting.md
- [Bootstrap Hosting](https://staticx.site/bootstrap-hosting) — Markdown: https://staticx.site/bootstrap-hosting.md
- [Designmodo Hosting](https://staticx.site/designmodo-hosting) — Markdown: https://staticx.site/designmodo-hosting.md

## FAQ

### Does StaticX run framework servers?

No. StaticX hosts static build outputs. Server-side rendering, API routes, and long-running runtimes need a separate backend host.

### Which folder should I deploy?

Deploy the framework output root, usually dist, build, out, public, or another generated folder that contains index.html and assets.

### Can framework forms use StaticX?

Yes when the rendered HTML form follows StaticX form rules or submits to a compatible endpoint.

[View on staticx.site](https://staticx.site/framework-hosting)
