Ray Admin

screenshot of Ray Admin
nextjs
react
tanstack
tailwind
geist-ui
shadcn-ui
prisma

基于next rsc prisma trpc zod shadcn jotai typescrip等构建的全栈admin starter

Overview

Ray is an impressive open-source full-stack backend template designed for developers seeking a robust and flexible solution. Built using cutting-edge technologies such as Next.js, TRPC, Prisma, and TypeScript, it promises a seamless out-of-the-box experience. Ideal for full-stack development, Ray serves not only as a practical tool for real applications but also as an excellent resource for learning.

Setting up Ray involves creating a database and configuring the necessary environment files, allowing quick initialization of tables and data for immediate use. Moreover, for those familiar with Docker, deploying Ray is straightforward with the provided configuration files. This template is not just about functionality; it’s a comprehensive package that eases the development process significantly.

Features

  • Open-Source: Ray is completely free and open for anyone to use, modify, and contribute to, promoting a community-driven approach.
  • Modern Tech Stack: Utilizes Next.js, TRPC, Prisma, and TypeScript, ensuring that developers work with the latest standards and practices.
  • Easy Setup: Out-of-the-box functionality allows users to get started quickly without complex configurations.
  • Database Configuration: Simple setup process for database integration, allowing for quick table structure and initial data loading.
  • Docker Support: Offers detailed instructions for deploying using Docker, making it ideal for containerized development.
  • Learning Resource: Excellent for learners wanting to understand full-stack development in a practical context.
  • Default Account: Includes a ready-to-use default account for initial access, speeding up the testing phase.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

geist-ui
Geist UI

Geist UI is a modern, minimalist React component library inspired by Vercel's design language. It provides clean, elegant components with a focus on simplicity and developer experience, perfect for building modern web applications.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

jotai
Jotai

Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.