{"id":50266912,"url":"https://github.com/tribixbite/synq-chat","last_synced_at":"2026-05-27T14:13:11.991Z","repository":{"id":293129287,"uuid":"982538730","full_name":"tribixbite/synq-chat","owner":"tribixbite","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-19T08:35:01.000Z","size":39622,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-30T00:36:22.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tribixbite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-13T03:29:19.000Z","updated_at":"2026-01-19T16:00:50.000Z","dependencies_parsed_at":"2025-05-30T15:46:25.436Z","dependency_job_id":"197fcdad-c00f-4de8-a84b-2b30af36629b","html_url":"https://github.com/tribixbite/synq-chat","commit_stats":null,"previous_names":["tribixbite/synq-chat"],"tags_count":0,"template":false,"template_full_name":"cdleveille/fresh-bun","purl":"pkg:github/tribixbite/synq-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tribixbite%2Fsynq-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tribixbite%2Fsynq-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tribixbite%2Fsynq-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tribixbite%2Fsynq-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tribixbite","download_url":"https://codeload.github.com/tribixbite/synq-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tribixbite%2Fsynq-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33569347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-27T14:13:08.828Z","updated_at":"2026-05-27T14:13:11.986Z","avatar_url":"https://github.com/tribixbite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multisynq Monorepo\n\nA multi-app monorepo featuring a central Bun/Elysia server and multiple Vite React applications: **Vibesynq** and **Admin**.\n\n## Structure\n\n- `/src/server` - Main Bun/Elysia server.\n- `/apps/vibesynq` - The Vibesynq React application (cyan themed).\n- `/apps/admin` - The Admin Panel React application (red/gray themed).\n- `/shared` - Shared components, types, constants, and configuration between apps and server.\n- `/public` - Root public static files (e.g., favicons).\n\n## Features\n\n- **Multi-App Architecture**: Separate Vite builds for each frontend application.\n- **Unified Server**: Single Bun/Elysia backend serving all applications.\n- **Flexible Routing**: \n    - Path-based: `/vibesynq/`, `/admin/`.\n    - Subdomain-based (requires host file setup for local dev): `vibesynq.localhost:3000`, `admin.localhost:3000`.\n- **Shared Code**: Leverage shared components and utilities for consistency and efficiency.\n- **Dockerized**: Ready for containerized deployment.\n\n## Development\n\nTo run the server and all applications concurrently:\n```bash\nbun run dev\n```\n\nTo run a specific application with the server:\n```bash\nbun run dev:vibesynq\nbun run dev:admin\n```\n\n## Building for Production\n\nTo build all applications and compile the server:\n```bash\n# 1. Build frontend apps (outputs to apps/vibesynq/public and apps/admin/public)\nbun run build:vibesynq\nbun run build:admin\n\n# 2. Compile the server (creates ./main executable)\nbun run compile \n```\n\nTo start the production build locally:\n```bash\nbun run start # Runs the ./main executable\n```\n\n## Docker Deployment\n\nBuild the Docker image:\n```bash\ndocker build -t multisynq-monorepo .\n```\n\nRun the Docker container:\n```bash\ndocker run -p 3000:3000 multisynq-monorepo\n```\n\n## Accessing the Apps (Locally)\n\n- **Vibesynq App**:\n  - Path: `http://localhost:3000/vibesynq/`\n  - Subdomain: `http://vibesynq.localhost:3000` (after adding `127.0.0.1 vibesynq.localhost admin.localhost` to your hosts file)\n- **Admin Panel**:\n  - Path: `http://localhost:3000/admin/`\n  - Subdomain: `http://admin.localhost:3000` (after hosts file update)\n\nDefault root access `http://localhost:3000/` redirects to the Vibesynq app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftribixbite%2Fsynq-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftribixbite%2Fsynq-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftribixbite%2Fsynq-chat/lists"}