Features
Everything listed here is pre-configured and working, not just installed.
- 20+ ESLint plugins pre-configured with Prettier and Stylelint for consistent code from the first commit
- Pre-commit hooks (Husky + lint-staged) that typecheck, lint, and test before code reaches CI
- Unit, integration, E2E, and visual regression testing with Vitest, React Testing Library, Playwright, and Chromatic, all sharing a common mocking layer
- i18n in 2 languages via remix-i18next with working examples, not just the package installed
- Auth flow with login, session management, and route guards via remix-auth
- Form components with validation using Conform + Zod, the star of the template
- Dark mode end-to-end: context, session, CSS, and Storybook all in sync
- Storybook with React Router support, including i18n, dark mode, and MSW integration
- API mocking with Mock Service Worker and msw/data, with working handlers for tests and Storybook
- Toast notifications with remix-toast and Sonner
- Claude Code integration with scaffolding commands, quality rules, and code review (see Claude Integration)
- Documentation site via VitePress with GitHub Pages deployment
- Built on React Router 7, TailwindCSS, and FontAwesome icons