# Choose your architecture type: - Static Pages - Server-side-rendering - Pure SPA - Hybrid SPA (liveview) ## Static Pages You'll want the TextRenderer crate. Use it imperatively by passing props and rendering to string. ## Server-side-rendering You'll want the TextRenderer crate. Serve it with a dedicated middleware crate. ## Pure SPA You'll want the WebSys Crate. ## Hybrid SPA (hydration) You'll want the WebSys Crate You'll want the TextRenderer crate ## Hybrid SPA (liveview) You'll want the WebSys crate. You'll want the Liveview crate.