How to install dependencies and structure your app.
Starting a new project? Use SDAIA to scaffold a complete app with custom themes, components, and presets. Works with Next.js and React for the moment.
Quick Start
Use the CLI to scaffold a new project directly from the terminal:
npx sdaia@latest init -t [framework]
Supported templates: next, vite, start, react-router, and astro. For Laravel, create the app first and then run npx sdaia@latest init.
Pick Your Framework
Start by selecting your framework of choice. Then follow the instructions to install the dependencies and structure your app. shadcn/ui is built to work with all React frameworks.