---
title: "[Contentstack Launch] - Host any SSR Framework on Launch"
description: Contentstack Launch extends support for hosting any SSR framework built on Node.js, including frameworks not officially supported by Launch, provided they utilize a Node.js server.
url: https://www.contentstack.com/docs/developers/launch/host-any-ssr-framework
product: Contentstack Launch
doc_type: guide
audience:
  - developers
version: current
last_updated: 2026-03-26
---

# [Contentstack Launch] - Host any SSR Framework on Launch

This page explains how Contentstack Launch supports hosting server-side rendered (SSR) frameworks built on Node.js, including frameworks not officially supported by Launch. It is intended for developers deploying SSR projects on Launch and should be used when your framework requires a Node.js server.

## Host any SSR Framework on Launch

Contentstack Launch extends support for hosting any SSR framework built on Node.js. Beyond the officially supported SSR frameworks like [NextJS](/docs/developers/launch/nextjs-on-launch/), [Gatsby](/docs/developers/launch/gatsby-on-launch/), and [Angular-SSR](/docs/developers/launch/angular-on-launch#server-side-rendering-ssr), Contentstack Launch enables the deployment of projects built on frameworks that are not supported by Launch, provided they utilize a Node.js server.

Learn to host an SSR site on Launch by following the steps mentioned in the [Other Frameworks on Launch](/docs/developers/launch/other-frameworks-on-launch#hosting-an-ssr-framework-site) guide.

## Common questions

### Can I deploy an SSR framework that is not officially supported by Launch?
Yes, Contentstack Launch extends support for hosting any SSR framework built on Node.js, provided they utilize a Node.js server.

### Where can I find the steps to host an SSR framework site on Launch?
Follow the steps mentioned in the [Other Frameworks on Launch](/docs/developers/launch/other-frameworks-on-launch#hosting-an-ssr-framework-site) guide.

### Which SSR frameworks are officially supported by Launch?
Examples of officially supported SSR frameworks include [NextJS](/docs/developers/launch/nextjs-on-launch/), [Gatsby](/docs/developers/launch/gatsby-on-launch/), and [Angular-SSR](/docs/developers/launch/angular-on-launch#server-side-rendering-ssr).