Getting Started
Getting Started
Install Tulip, wire it into your app, and ship your first screen.
Tulip ships a core package of primitives, utilities, and modules you can compose in Next.js apps.
What you'll build
By the end of this section, you'll be able to:
- Install
@tulip-systems/coreand peer dependencies - Import Tulip utilities and module entry points
- Add Tulip styles to your app
- Verify everything works with a small example
Prerequisites
- Node.js 24
- pnpm 9
- A Next.js 16 app (App Router recommended)