Table of Contents#
Installation#
You can quickly install Aspect UI using npm:
npm i aspect-ui
Or use our CLI tool to scaffold components and setup files instantly:
npx aspect-ui@latest init
Quick Start with Templates#
Want to jump right into building? You can create a fully set-up project using our ready-made templates for Next.js or Vite.
Next.js Template#
npx -p aspect-ui@latest next-app
This will generate a new Next.js app preconfigured with Aspect UI.
Vite Template#
npx -p aspect-ui@latest vite-app
This will create a new Vite React project with Aspect UI fully integrated.
Usage#
After installation, you can start using components right away. Example:
import { Button } from '@components/aspect-ui'; export default function HomePage() { return <Button>Get Started</Button>; }
Get Started Today#
Aspect UI is designed to help you move fast and create beautiful, consistent UIs with minimal effort. Whether you're building a personal project, a startup MVP, or a large-scale production app, Aspect UI gives you the tools to succeed.
👉 Start building with Aspect UI today and make your ideas come to life!