{"id":48838842,"url":"https://github.com/involvex/happy-vibecode","last_synced_at":"2026-04-15T01:00:57.550Z","repository":{"id":347772227,"uuid":"1192337987","full_name":"involvex/happy-vibecode","owner":"involvex","description":"Happy Vibecode is a full-stack monorepo containing the web, mobile, API, database, and CLI components used to build and run the Happy Vibecode platform.","archived":false,"fork":false,"pushed_at":"2026-04-14T22:44:02.000Z","size":18767,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T00:30:30.880Z","etag":null,"topics":["expo","vibe","vibe-coded","vibe-coding"],"latest_commit_sha":null,"homepage":"https://happy-vibecode.involvex.workers.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/involvex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.html","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"Agents.md","dco":null,"cla":null},"funding":{"github":["involvex"],"custom":["https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"]}},"created_at":"2026-03-26T05:42:28.000Z","updated_at":"2026-04-14T22:42:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/involvex/happy-vibecode","commit_stats":null,"previous_names":["involvex/happy-vibecode"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/involvex/happy-vibecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fhappy-vibecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fhappy-vibecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fhappy-vibecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fhappy-vibecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/involvex","download_url":"https://codeload.github.com/involvex/happy-vibecode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fhappy-vibecode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expo","vibe","vibe-coded","vibe-coding"],"created_at":"2026-04-15T01:00:44.806Z","updated_at":"2026-04-15T01:00:57.408Z","avatar_url":"https://github.com/involvex.png","language":"TypeScript","funding_links":["https://github.com/sponsors/involvex","https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"],"categories":[],"sub_categories":[],"readme":"# Happy Vibecode\n\nHappy Vibecode is a full-stack monorepo containing the web, mobile, API, database, and CLI components used to build and run the Happy Vibecode platform.\n\nThis README gives a concise overview, quick setup steps, and pointers to the most common developer workflows.\n\n---\n\n## Table of contents\n\n- [Overview](#overview)\n- [Monorepo layout](#monorepo-layout)\n- [Prerequisites](#prerequisites)\n- [Setup (quickstart)](#setup-quickstart)\n- [Development - common commands](#development---common-commands)\n- [Linting \u0026 Formatting](#linting--formatting)\n- [Testing](#testing)\n- [CLI](#cli)\n- [Contributing](#contributing)\n- [Troubleshooting](#troubleshooting)\n- [License](#license)\n\n---\n\n## Overview\n\nThis repository uses a monorepo layout to keep related applications and packages together for easier development and sharing of code. Components include:\n\n- apps/web — Next.js web application and server logic (Cloudflare Workers bridges exist)\n- apps/mobile — Expo / React Native mobile app\n- packages/api — HTTP API and server middleware\n- packages/db — Database utilities and schemas\n- packages/cli — Developer CLI (login, whoami, status, etc.)\n- packages/shared — Shared types, schemas, and utilities\n\n## Monorepo layout\n\nRoot folder highlights:\n\n- `apps/` — consumer apps (web, mobile)\n- `packages/` — reusable packages (api, db, cli, shared)\n- `plans/`, `.agents/`, and infra helpers for automation and tooling\n\n## Prerequisites\n\n- Node.js \u003e= 18\n- A package manager: npm, pnpm or yarn (pnpm recommended for monorepos)\n- Expo CLI for mobile development (if working on `apps/mobile`): `npm install -g expo-cli` or `pnpm dlx expo-cli`\n- (Optional) Docker for services if you run them locally in containers\n\n## Setup (quickstart)\n\n1. Clone the repo:\n\n   git clone \u003crepo-url\u003e\n   cd happy-vibecode\n\n2. Install dependencies (choose one):\n\n   npm install\n\n   # or\n\n   pnpm install\n\n   # or\n\n   yarn install\n\n3. Review package scripts at the root and inside `apps/*` and `packages/*` for exact commands. Many tasks are run from the workspace root or from each package/app folder.\n\n## Development - common commands\n\n- Start web (development):\n  cd apps/web\n  npm run dev\n\n- Start mobile (Expo):\n  cd apps/mobile\n  expo start\n\n- Run the API locally:\n  cd packages/api\n  npm run dev\n\n- Run the CLI locally (development):\n  cd packages/cli\n  npm run build \u0026\u0026 node ./dist/index.js --help\n\nNote: exact script names vary by package. Use `npm run` in each folder to discover available scripts.\n\n## Linting \u0026 Formatting\n\nThis repo uses ESLint and Prettier conventions across packages. To lint the monorepo or a specific package:\n\n- Lint everything (root):\n  npm run lint\n\n- Lint a single package:\n  cd apps/mobile\n  npm run lint\n\nIf you're adding an ESLint config for mobile packages (e.g., packages starting with `mobile`), add or update `.eslintrc` / `eslint.config.js` in `apps/mobile` or shared configs in `packages/shared`.\n\n## Testing\n\nRun tests from the package or root depending on configuration. Example:\n\ncd packages/api\nnpm test\n\nInvestigate each package's test scripts for specifics.\n\n## CLI\n\nThe `packages/cli` package provides developer commands such as `login`, `whoami`, and `status`.\n\n- Build and run the CLI locally:\n\n  cd packages/cli\n  npm run build\n  node ./dist/index.js \u003ccommand\u003e\n\n- Useful commands:\n  - `whoami` — shows authenticated user info\n  - `status` — shows auth / connection status\n  - `login` — authenticate\n\n## Contributing\n\n- Create feature branches from `main` or the appropriate release branch.\n- Follow commit conventions (conventional commits help with changelogs).\n- Run linting and tests before opening PRs.\n- Keep code focused in the relevant package and share utilities in `packages/shared`.\n\n## Troubleshooting\n\n- If agents (Copilot/Gemini/etc.) fail to start with `ENOENT` or similar errors, check that the required CLI binaries are installed and available on PATH. These agent errors are external tools, not repository code.\n- If authentication prompts appear frequently (e.g., when opening history), check token persistence and whether local storage or environment variables are cleared between sessions.\n\n## License\n\nThis repository does not include a LICENSE file by default. Add an appropriate license (e.g., MIT, Apache-2.0) at the project root if you intend to open source this project.\n\n---\n\nIf you'd like the README to include package-specific scripts and examples (exact `npm`/`pnpm` scripts, environment variables, or CI/deployment instructions), tell me which areas to expand and I'll update the file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fhappy-vibecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvolvex%2Fhappy-vibecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fhappy-vibecode/lists"}