Create Better T Stack

screenshot of Create Better T Stack
tailwind
shadcn-ui
drizzle-orm
prisma

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

Overview

Better-T-Stack is a cutting-edge command-line interface (CLI) tool designed for scaffolding end-to-end type-safe TypeScript projects. With a focus on best practices and customizable configurations, it streamlines the development process while ensuring robust type safety across the entire application stack—from the database to the frontend. This modern solution integrates seamlessly with popular technologies, making it an appealing choice for developers who prioritize efficiency and reliability in their projects.

The flexibility of Better-T-Stack enables you to create web, mobile, and desktop applications with ease, catering to a variety of development needs. Whether you're building a simple app or a complex multi-platform project, this tool simplifies the initial setup and ensures that you are using industry best practices right from the start.

Features

  • Zero-config Setup: Enjoy an interactive CLI wizard that allows for a straightforward project setup with no complicated configurations required.
  • End-to-End Type Safety: Leverage tRPC to ensure type safety from the database through to the frontend, eliminating common type-related issues.
  • Modern Stack: Utilize a contemporary technology stack that includes React for frontend development, paired with Hono/Elysia and TanStack libraries.
  • Multi-platform Support: Build and deploy applications across web, mobile (Expo), and desktop environments, tailoring your projects to various user needs.
  • Database Flexibility: Choose between SQLite (Turso) or PostgreSQL databases, offering versatility based on project requirements.
  • ORM Options: Select your preferred Object-Relational Mapping tool with options like Drizzle or Prisma to facilitate data management.
  • Built-in Authentication: Enhance security easily with Better-Auth functionality incorporated in the tool to streamline user authentication.
  • Optional PWA Support: Create installable web applications with Progressive Web App capabilities, enhancing user experience and engagement.
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.

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.

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.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

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.