Tss App

screenshot of Tss App
react
tanstack
vite
tailwind
shadcn-ui
drizzle-orm

TanStack Start starter with shadcn/ui, tRPC, Drizzle and Lucia-Auth.

Overview

The TSS App represents a solid starting point for developers looking to implement a web application utilizing modern technologies. Built on Tanstack Start, this starter project integrates several cutting-edge tools that streamline both the development process and user experience. With a strong emphasis on authentication, API route structure, and UI design, it's an exemplary blueprint for anyone aiming to harness the power of tRPC and Tailwind CSS.

As you delve into this project, you'll find it not only comprehensive in its architecture but also flexible enough to allow customization. From GitHub authentication setup to managing local and remote databases, the TSS App provides a solid foundation for expanding your web development skills.

Features

  • Modern Tech Stack: Built with Tanstack Start, Tailwind CSS, and tRPC, ensuring a responsive and modern web experience.
  • Authentication Handled: Leveraging Lucia Auth for easy GitHub integration, streamlining user management and login processes.
  • Flexible Database Configuration: Drizzle config allows the project to handle local, remote, and local-replica databases effortlessly.
  • User-Friendly API Routes: Inspired by industry best practices, the API structure promotes modularity and ease of use for authentication and data retrieval.
  • CSS Management: Preemptive resolution of CSS flickering on hard refreshes improves user experience and visual performance.
  • Customizable UI: Utilizing shadcn/ui for a robust and attractive interface that is easy to tailor to fit unique project needs.
  • Redirect Handling: Implementation of a custom useMutation hook to enhance redirect management within application flows.
  • Environment Variable Setup: Clear and concise instructions for configuring necessary environment variables to run the application seamlessly.
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.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

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.

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.

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.

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.