A clean, scalable, and developer-friendly Next.js boilerplate powered by modern tools and best practices. Designed to help you kickstart static websites with fast performance, atomic structure, smooth animations, and strict code quality.
- React + Typescript - UI library and Strict type safety
- Tailwind CSS β Utility-first styling
- GSAP β Smooth, high-performance animations
- FSD β Feature-Sliced Design architecture
- ESLint β Consistent, clean code standards for linting
- Nextjs - framework for SSG
Note
Version Node +v20*
# Install dependencies
pnpm install
# Start the development server
pnpm dev
Open localhost:3000 in your browser.
Note
You need to create .env
following the example of .env.example
so that all parameters are
- Avoid using any, prefer strong typing
- Use GSAP via hooks for smoother animations
- Run eslint to ensure code quality
- Keep components atomic and reusable
Licensed under the MIT License.
Let me know if you'd like to localize the README into other languages or generate a minimal version for internal use.