Minimal RedwoodSDK starter for testing realtime sync and client-side navigation (SPA mode.) Toggles between SPA and normal navigation.
https://minimal-rwsdk-rsc.jldec.workers.dev/

{
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
"ship": "vite build && wrangler deploy",
"types": "wrangler types --include-runtime false --strict-vars false",
"tail": "wrangler tail"
}
Includes tailwindcss, minimal pnpm scripts (no DB), no lockfile (see .npmrc
), no runtime types in worker-configuration.d.ts (too noisy).