
We built an admin dashboard that Claude can reshape into anything — here's how
We just put out Dashwise over at agile turtles. It's an admin dashboard kit where every directory has a CLAUDE.md — so you can open it in Claude Code, say "make this into a CRM" or "turn this into a project tracker", and it actually works. The AI knows the architecture, the conventions, and where everything goes. Before we get into the AI stuff — the stack. We went with the latest everything. Here's the demo if you want to click around first. the stack Next.js 16.1 with Turbopack as the default bundler. View Transitions baked in. No config needed — one flag in next.config.ts and every <Link> navigation gets a smooth crossfade. React 19.2 — startTransition driving those View Transitions, plus all the Server Component stuff actually working properly now. Tailwind CSS v4 — this is a big one. The whole color system moved from hsl to oklch . Perceptually uniform colors. You can build a theme switcher by rotating one hue value and every color in the palette stays visually consistent. Try doi
Continue reading on Dev.to React
Opens in a new tab


