Features

Explore the features and capabilities of Create RX App

Core Features

Next.js 14

Create RX App sets up a Next.js 14 project with the App Router, which provides:

  • Server Components for improved performance
  • Simplified routing with the file-system based router
  • Built-in optimizations for images, fonts, and scripts
  • Automatic code splitting and bundling

tRPC Integration

End-to-end typesafe APIs with tRPC, providing:

  • Type safety across your entire application
  • Automatic API documentation
  • React Query integration for data fetching and caching
  • Simplified API development with TypeScript

TypeScript

Full TypeScript support with:

  • Preconfigured tsconfig.json
  • Type definitions for all included libraries
  • Type checking during development and build

Tailwind CSS

Utility-first CSS framework with:

  • Preconfigured tailwind.config.js
  • PostCSS and Autoprefixer setup
  • Custom color scheme with zinc and purple gradients

Optional Features

shadcn/ui Components

Optional integration with shadcn/ui, providing:

  • Beautiful, accessible UI components
  • Customizable components with Tailwind CSS
  • Pre-installed Button and Card components
  • Easy addition of more components as needed

Directory Structure Options

Choose between:

  • Standard structure with files in the root directory
  • src/ directory structure for better organization

Package Manager Selection

Choose your preferred package manager:

  • npm
  • yarn
  • pnpm

Coming Soon

Prisma Integration

Future releases will include Prisma ORM integration for:

  • Type-safe database access
  • Automatic migrations
  • Database schema management

NextAuth.js Integration

Authentication will be added with:

  • Multiple authentication providers
  • Session management
  • Protected routes