vibe-code-stack-for-ceos

(โ˜… 124)

AI-first Turborepo monorepo where Claude Code, Cursor, Copilot, Gemini CLI, Kiro & Windsurf read one AGENTS.md handbook and ship identical, production-grade code. Next.js 16 dapp, React 19 admin SPA, Astro landing, Connect-RPC backend โ€” TypeScript strict, deployed to Cloudflare.

  • .dockerignore
  • .editorconfig
  • .env.sample
  • .gitattributes
  • .gitignore
  • .lintstagedrc.ts
  • .mcp.json
  • .ncurc.json
  • .npmrc
  • .nvmrc
  • .pnpmfile.mjs
  • .release-please-manifest.json
  • AGENTS.md
  • biome.json
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • Makefile
  • mise.lock
  • mise.toml
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • release-please-config.json
  • SECURITY.md
  • tsconfig.base.json
  • tsconfig.json
  • turbo.json

# Installation Guide

1. Get the code
git clone https://github.com/NoahDuongMaster/vibe-code-stack-for-ceos

Downloads the entire project code from GitHub to your computer.

cd vibe-code-stack-for-ceos

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
mise run docker:start

Type this command into your terminal and run it.

mise run docker:start:dapp

Type this command into your terminal and run it.

mise run docker:start:admin

Type this command into your terminal and run it.

mise run docker:start:landing

Type this command into your terminal and run it.

mise run docker:start:api-gateway

Type this command into your terminal and run it.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

3. Node.js

Easy
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.
โ””โ”€โ”€ pnpm-workspace.yaml Workspaces + dependency overrides

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.

4. Make

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make logs-development

Compiles the code based on the generated build configuration to produce an executable.

โœ… If it finishes without errors, it worked. Try running the generated executable directly.

Pulled directly from this repo's README.

// repository documentation