Getting Started with FoundryUI Kit

Welcome to the FoundryUI SaaS Platform Kit. This template provides a complete, production-ready frontend for your SaaS application.

Prerequisites

  • Node.js 18+ or Bun
  • A package manager (npm, yarn, pnpm, or bun)
  • Quick Start

    # Clone the repository

    git clone https://github.com/your-org/foundryui-kit.git

    cd foundryui-kit

    # Install dependencies

    npm install

    # Start development server

    npm run dev

    Open `http://localhost:5173` in your browser to see the application.

    Project Structure

  • `src/pages/` — All page components organized by section
  • `src/components/` — Reusable UI and layout components
  • `src/data/` — Mock data (replace with API calls)
  • `src/hooks/` — Custom React hooks
  • `src/lib/` — Utility functions
  • # Clone the repository
    git clone https://github.com/your-org/foundryui-kit.git
    cd foundryui-kit
    
    # Install dependencies
    npm install
    
    # Start development server
    npm run dev