Ishi

screenshot of Ishi
nextjs
react
tailwind
shadcn-ui
drizzle-orm
neon

A modern web application starter built with Next.js 15, React 19, TypeScript, and Tailwind CSS.

Overview

Ishi is an innovative web application starter that leverages cutting-edge technologies including Next.js 15, React 19, TypeScript, and Tailwind CSS. It's designed for developers seeking a modern framework to jumpstart their web applications. With an impressive set of features, Ishi not only simplifies the development process but also enhances performance and flexibility.

This starter kit offers a comprehensive solution, integrating powerful tools for authentication, database management, and UI components, making it suitable for creating robust web applications quickly and efficiently. Whether you're building a personal project or a professional application, Ishi stands out as a reliable choice that can help you hit the ground running.

Features

  • Next.js 15 App Router: Utilizes the latest features of Next.js with an App Router architecture for efficient routing capabilities.
  • React 19: Incorporates the latest version of React, enhancing performance and providing new features for developers.
  • Authentication: Offers a complete set of sign-in and sign-up flows, complete with form validation for a seamless user experience.
  • Database Integration: Utilizes Drizzle ORM with NeonDB, enabling serverless Postgres database operations.
  • Admin Dashboard: Features a secure admin panel with role-based access control to manage user permissions effectively.
  • Modern UI Components: Includes a wide range of UI components built on Tailwind CSS through the Shadcn UI and Craft Design System.
  • Type Safety: Ensures end-to-end type safety with TypeScript, utilizing Zod for validation to enhance code reliability.
  • Analytics: Provides built-in Vercel Analytics for monitoring application performance effortlessly.
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

tailwind
Tailwind

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

shadcn-ui
Shadcn UI

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

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

neon
Neon

Neon is a fully managed serverless PostgreSQL database with autoscaling, branching, and bottomless storage. It separates storage and compute to offer instant provisioning and scale-to-zero capabilities for modern cloud applications.

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.

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.