FluxFi Admin

Full-stack workspace

Boilerplate
Next.js 16 + TypeScript

One codebase, ready for both sides of the product.

The frontend, backend endpoints, shared types, and UI primitives now have a clean foundation. Add product features without rebuilding the plumbing.

Check backend
App Router frontend
Server Components by default, with Client Components only where interaction needs them.
src/app
Backend for frontend
Typed Route Handlers live beside the application and can connect to services or a database.
src/app/api
Reusable interface
shadcn/ui primitives are locally owned and styled with Tailwind CSS design tokens.
src/components/ui