FounderOS-DEMO

(β˜… 631)

An open-source, single-operator business command center: run a one-person operated company as AI-assisted departments (comms, funnel, social, finances, agents, and a knowledge graph) from one live dashboard.

  • .env.example
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • middleware.ts
  • next.config.mjs
  • package-lock.json
  • package.json
  • postcss.config.mjs
  • README.md
  • tailwind.config.ts
  • tsconfig.json
  • vitest.config.ts

# Installation Guide

1. Get the code
git clone https://github.com/Bennettxai/FounderOS-DEMO

Downloads the entire project code from GitHub to your computer.

cd FounderOS-DEMO

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install

Downloads and installs the libraries listed in package.json.

npm run dev # http://localhost:4100

Starts the development/run server.

npm run build && npm start # production build

Builds optimized production files.

npm test # vitest suite

Type this command into your terminal and run it.

npm run typecheck # tsc --noEmit

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation