Frontend
Meet Business-Oriented Boilerplate Frontend (BOB Frontend)
We considered many technologies for frontend app. Keeping in mind popularity, access to tutorials, documentation, and AI agents that can help you create components, we chose Next.js. We simplified the project structure by separating data management, actions, and components. This allows us to build a solid foundation for creating a scalable yet easy-to-maintain frontend application.
Top BOB Frontend Features:
- Business in Mind – Designed to help you quickly create features people will love. We carefully structured the project to ensure that, regardless of what you are building, everything is organized in a clear and consistent way. In BOB Frontend, you always know where to go to find or add something.
- Customer-Oriented – We minimized the use of libraries that enforce rigid patterns, giving you 100% flexibility to modify the project as you see fit. We are continuously learning Next.js and plan to improve all components and the project structure based on design principles.
- Explained – Well-documented project that not only provides answers but also explains why certain solutions were chosen. This approach ensures you have all the necessary information and understand, in a simple way, how to get started with development.
Tech Stack
We chose the best libraries to help you build high-quality frontends quickly:
Next.js – An insanely popular React-based framework with Server Side Rendering, numerous integrations, extensive documentation, and, last but not least, the v0.dev model that allows you to create stunning designs incredibly fast.
Fumadocs – Out-of-the-box documentation setup for your project using MDX files, with detailed explanations on how to create your own documentation.
TailwindCSS Animate – Enables easy creation of smooth animations.
Bulletproof React – We highly recommend diving into this project. It offers excellent ideas on project structure and general principles for developing React applications. If you plan to build a React app, start with Bulletproof React.