Base44 apps are client-side rendered (CSR) by default — the platform doesn't currently support SSG or SSR (Server-Side Rendering). This is a platform-level architectural decision, not something that can be enabled through a tool, MCP, or prompt.
What this means practically:
Your React app runs in the browser after the initial HTML loads
Search engines like Google can still index CSR apps (Google executes JavaScript), but it may be slower than SSG
Initial page load performance may differ from an SSG approach
Please authenticate to join the conversation.
In Review
Feature Request
About 4 hours ago

Greg Marmulak
Get notified by email when there are changes.
In Review
Feature Request
About 4 hours ago

Greg Marmulak
Get notified by email when there are changes.