diff --git a/website/app/page.ts b/website/app/page.ts index c67541dac..4e79712f1 100644 --- a/website/app/page.ts +++ b/website/app/page.ts @@ -381,7 +381,7 @@ export default function LandingPage() {
- Full-stack + Full-stack

Pages + API + components

SSR pages, web components, server actions, Drizzle, streaming, and a browsable feature gallery. Auth (login, sessions, a protected route) ships as a gallery card. The default.

app/page.ts
@@ -390,7 +390,7 @@ actions/posts.server.ts
npm create webjs@latest my-app
- Backend (API) + Backend (API)

Route handlers + Database

A backend-only app, no UI or SSR. File-based route handlers, modules, middleware, rate limiting, WebSockets, a database, and a backend-features gallery.

app/api/users/route.ts