Open Source Command Line Interface to bootstrap Foundation UI applications with pre-configured templates.
# Create a new React app
pnpx @usefui/create-fui-app my-app --template react
# Create a new Next.js app
pnpx @usefui/create-fui-app my-app --template nextjs
# Create a new Next.js docs site
pnpx @usefui/create-fui-app my-app --template nextjs-docs
# Interactive mode (choose template)
pnpx @usefui/create-fui-app my-appThis example shows basic usage of the create-fui-app CLI.
- Run the CLI with your desired template
- Navigate to your project directory
- Install dependencies and start development
# Create and start a React app
pnpx @usefui/create-fui-app my-react-app --template react
cd my-react-app
pnpm install && pnpm dev
# Create and start a Next.js app
pnpx @usefui/create-fui-app my-nextjs-app --template nextjs
cd my-nextjs-app
pnpm install && pnpm dev
# Create and start a Next.js docs site
pnpx @usefui/create-fui-app my-docs --template nextjs-docs
cd my-docs
pnpm install && pnpm dev- Frontend: React 19, Vite 7
- Routing: React Router 7
- State Management: Zustand, TanStack Query
- Forms: React Hook Form, Zod
- Styling: Styled Components, Foundation UI
- Development: TypeScript, ESLint, Vitest
- Framework: Next.js 15 with Turbo
- Frontend: React 19
- State Management: Zustand, TanStack Query
- Forms: React Hook Form, Zod
- Styling: Styled Components, Foundation UI
- Environment: T3 Env, PostHog Analytics
- Development: TypeScript, ESLint, Prettier
- Framework: Next.js 15 with Turbo
- Frontend: React 19
- Documentation: MDX, Gray Matter, Next MDX Remote
- Code Highlighting: CodeMirror, React Syntax Highlighter
- State Management: Zustand, TanStack Query
- Forms: React Hook Form, Zod
- Styling: Styled Components, Foundation UI
- Development: TypeScript, ESLint, Prettier
MIT © Nicolas Nunes