Estimate: 25m · Depends on: 1.1.7
Snapshot the auth code shipped in Story 1.1 from motir-core into moooon-B-V/nextjs-prisma-vercel-starter-with-design (the designed starter), stripping anything Motir-specific so the starter remains a generic baseline. Functionally identical to 1.1.8 but for the designed starter — the extra work is that the sign-up / sign-in / reset-password pages ship styled with the design system already in this starter, not unstyled. This is the higher-value of the two backports because most Motir-planned projects will use the designed starter (per the design-wizard "skip-all" path).
Why a separate Subtask from 1.1.8: The designed starter's auth pages must compose Button, Input, Card from components/ui/ (already present in this starter) instead of plain HTML — so the snapshot is not a pure file copy. The pages from motir-core's app/(auth)/* are already styled this way (1.1.5 used the design system primitives), so the work is mostly verifying the imports resolve in the designed starter's tsconfig paths and the Tailwind tokens render correctly. But it's distinct enough that it deserves its own Subtask, parallel with 1.1.8.
What you'll do: Same rsync + strip + smoke-test + push as 1.1.8, into the designed starter's sibling clone. Verify the auth pages render with the design system styling intact (the /tokens route's primitives flow through to the auth pages without any extra work). Run the end-to-end "Use this template" smoke test with extra attention to: (a) the auth pages render in light/dark + default/soft display styles correctly, (b) the "Continue with Google" button uses the secondary Button variant + Google logo per the design-system convention from 1.1.1's mockup, (c) /tokens still renders the full design-system specimen.
moooon-B-V/nextjs-prisma-vercel-starter-with-design's main branch advances with a single commit that adds the auth code from Story 1.1. isTemplate stays true.Button, Input, Card).components/ui/*, app/globals.css token taxonomy, lib/contexts/theme-context.tsx, lib/theme/*, app/tokens/page.tsx, docs/DESIGN.md, docs/design-system.md./tokens route still renders the full design system specimen page; theme + display-style toggles still work; auth pages still work after toggle..env.example documents the same new env vars as 1.1.8./tokens still works → theme/display-style toggles still work → throwaway deleted.motir-core/ as 1.1.8