2024 Sale!HyperSaas is on sale for a limited time, get 50% off!

Pricing

Introduction to the HyperSaas Backend

HyperSaas Fromntend Introduction


Welcome to the frontend section of the HyperSaas documentation! Here, we'll explore the technologies and structures that make up the user-facing side of your SaaS application.

The HyperSaas frontend utilizes a powerful combination of Next.js 14, React.js 18, TypeScript, Tailwind CSS, and Radix UI. Each of these technologies was chosen to optimize development speed, user experience, and maintainability.

Next.js 14 & React.js 18

At the heart of our frontend is Next.js and React.js. Next.js, a React framework, is used for its server-side rendering and static site generation capabilities, enabling SEO-friendly, high-performance applications. React.js, a JavaScript library for building user interfaces, allows for a component-based approach, making code reusable and manageable.

TypeScript

We use TypeScript to add static types to our JavaScript code. This not only helps catch errors early in the development process but also improves code readability and maintainability, especially in larger codebases.

Tailwind CSS & Radix UI

For creating visually appealing and responsive user interfaces, we leverage the utility-first CSS framework, Tailwind CSS, along with Radix UI, which provides a set of low-level, unstyled, and accessible components for creating customizable design systems.

NextAuth for Authentication & JWT Authentication

Managing user authentication is made easy with NextAuth.js, a complete open-source authentication solution for Next.js applications. Alongside this, we use JWT Authentication for secure and compact transmission of user information.

Code Quality and Consistency

To ensure the quality and consistency of our codebase, we employ ESlint for analyzing and quickly fixing JavaScript code. Prettier is used to automatically enforce a consistent style across the codebase. Git hooks managed by Husky ensure only tested and verified code is committed to the repository.

Throughout this frontend section of our documentation, you'll gain a deeper understanding of how our frontend architecture works and how you can use it to build engaging, scalable, and high-performing user interfaces. Each section will guide you on how to leverage our existing components and features and how to add or modify them to tailor-fit your SaaS application's needs.

Ready to dive in? Let's get started on building the frontend of your SaaS application with HyperSaas!