Render dynamic web products with the same Fission app model.
Use the server shell for ecommerce, dashboards, portals, account pages, and other routes that need request-time data, sessions, signed actions, cache policy, workers, or focused islands.
Model routes, prepare data, render HTML, package assets.
01
Model
Choose which routes are public, revalidated, request-rendered, or session-private.
02
Render
Use Fission widgets for page structure while jobs and services prepare data.
03
Deploy
Package the server as a Docker image with generated assets and security checks.
Dynamic pages without a second app model
Server-rendered routes still use Fission widgets, jobs, services, reducers, generated assets, and deployment packaging instead of a parallel web stack.