Getting Started

Install Rhetoric-ds components in your Next.js project.

Prerequisites

Make sure you have a Next.js project with their recommended setting.

Create Next.js Project

Also, ensure you have Node.js installed on your machine.

Install All Components

Run one of these commands in your terminal whilst inside of your project directory to install all components at once (perfect for vibe coders):

Mac & Linux

curl -sSL https://rhetoric-ds.vercel.app/setup.js | node

Windows (PowerShell)

Invoke-WebRequest -Uri https://rhetoric-ds.vercel.app/setup.js -OutFile setup.js; node setup.js

Install Individual Components

Or, if you prefer, install components one at a time using:

npx shadcn@latest add @rhetoric/{component name}