Production-grade desktop frontend application built with Next.js, TypeScript, and Bun.
- Framework: Next.js (App Router)
- Language: TypeScript
- Package Manager: Bun
- Styling: SCSS (structured architecture)
- State Management: Zustand
- Desktop Integration: Tauri (preparation in place)
- Bun (https://bun.sh)
bun installbun run devOpen http://localhost:3000 in your browser.
bun run build
bun run startbun run lint
bun run lint:fixapp/- Next.js App Router pages and layoutscomponents/- Reusable UI components (layout, ui)features/- Feature-specific business logic (types, stores, apis)lib/- Utilities, helpers, and Tauri integrationstyles/- SCSS with structured architecture (abstracts, base, components)public/- Static assets
- Clean feature-based architecture
- Type-safe state management with Zustand
- Structured SCSS with abstracts, base, and component styles
- ESLint configuration for code quality
- Production-ready setup
Proprietary