Documentation
Home

Getting Started

Follow these steps to set up Create AI Stack locally.

Prerequisites

  • Node.js 18+ installed
  • npm, yarn, or pnpm package manager
  • Git

Installation

1. Install CLI

bash
npm install -g @awangt/createaistack

or

bash
npx @awangt/createaistack

2. Create a new project

bash
createaistack

3. Install Dependencies

bash
cd <project_name> && npm install

4. Run the development server

bash
npm run dev

Open http://localhost:3000 with your browser to see the result.

Database Utils

If you are using MongoDB, you can seed the database with initial data:

bash
npm run mongo-seed