Get Started with GateUI

Prerequisites

  • Next.js 14+ with App Router (app folder)
  • TypeScript
  • An existing Next.js project

If you haven't installed Next.js yet, follow the Next.js installation guide.

Installation

  1. Open your terminal
  2. Navigate to your project folder
  3. Run the following command:
js
npx @gateui/cli init

What Happens Next

Next Steps: Authentication Setup

Learn how to add authentication to your app using GateUI components.

Authentication Guide

Need Help?

If you encounter any issues, please open an issue on my GitHub repository. I'll respond as soon as possible.

Additional Resources