Frameworks

Discover which frameworks are supported out-of-the-box by revenexx Storefronts.

revenexx Storefronts allows web apps developed with a variety of frameworks to be hosted and served to your users. revenexx Storefronts allows web apps developed with a variety of frameworks to be hosted and served to your users. When we say a framework is "supported," it means revenexx can automatically detect, build, and optimize deployments for that framework with minimal configuration from you.

Zero-configuration approach

revenexx Storefronts uses a zero-config approach to make deployments as frictionless as possible. When you deploy a project, revenexx:

  1. Automatically detects your framework based on your package dependencies and configuration files (like next.config.js, nuxt.config.js, etc.)
  2. Selects one of the SSR or Static rendering strategies
  3. Sets up the appropriate install command, build command, and output directory

This means you can focus on building your application while revenexx handles the deployment complexities.

Supported frameworks

FrameworkRendering strategy
Next.jsSSR Static
NuxtSSR Static
SvelteKitSSR Static
AngularSSR Static
AstroSSR Static
RemixSSR Static
TanStack StartSSR Static
Flutter WebStatic
React NativeStatic
Other JavaScriptStatic

Using unsupported frameworks

Even with "unsupported" frameworks, revenexx will attempt to detect the correct build configuration. If your preferred framework isn't officially supported, you can still deploy it to revenexx Storefronts using:

  1. Manual configuration: You can specify a custom install command, build command, and output directory in your build setting by selecting the Other framework option.
  2. Static builds: Most JavaScript frameworks (and some non-JavaScript ones) can generate static builds that work with revenexx Storefronts.
Was this page helpful?