{"id":30990627,"url":"https://github.com/kaifcoder/codevibe","last_synced_at":"2025-09-12T19:51:33.008Z","repository":{"id":307953123,"uuid":"1012536677","full_name":"kaifcoder/codevibe","owner":"kaifcoder","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-03T08:21:43.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T09:19:21.576Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaifcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-02T13:35:31.000Z","updated_at":"2025-08-03T08:21:46.000Z","dependencies_parsed_at":"2025-08-03T09:29:38.027Z","dependency_job_id":null,"html_url":"https://github.com/kaifcoder/codevibe","commit_stats":null,"previous_names":["kaifcoder/codevibe"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kaifcoder/codevibe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaifcoder%2Fcodevibe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaifcoder%2Fcodevibe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaifcoder%2Fcodevibe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaifcoder%2Fcodevibe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaifcoder","download_url":"https://codeload.github.com/kaifcoder/codevibe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaifcoder%2Fcodevibe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274866666,"owners_count":25364574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":"2025-09-12T19:51:29.984Z","updated_at":"2025-09-12T19:51:32.994Z","avatar_url":"https://github.com/kaifcoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeVibe\n\n\u003e **Note:** CodeVibe is under active development. Features, APIs, and architecture may change rapidly. We welcome early feedback and contributions!\n\nCodeVibe is an innovative, open-source collaborative coding and chat platform designed to supercharge developer productivity. With a beautiful, modern UI and seamless integration of code editing, file management, and AI-powered chat, CodeVibe empowers teams and individuals to build, learn, and create together in real time.\n\n## Features\n\n- **Live Collaborative Code Editing**: Edit code with your team in real time, with support for TypeScript, JavaScript, and more.\n- **AI-Powered Chat**: Integrated Copilot-like chat panel for instant help, code suggestions, and team discussions.\n- **File Tree Navigation**: Intuitive file explorer for easy project navigation and file management.\n- **Tabbed Interface**: Switch between code, live preview, and chat with a single click.\n- **Live Preview**: Instantly see the output of your code in a secure, embedded browser.\n- **Modern UI/UX**: Built with Next.js, Tailwind CSS, and Framer Motion for a fast, responsive, and delightful experience.\n- **Extensible \u0026 Modular**: Easily add new features, integrations, or custom components.\n\n## Full Setup \u0026 Codebase Overview\n\nCodeVibe is built with a modular, scalable architecture using the latest web technologies. Here’s how the codebase is structured and how to get started:\n\n### 1. **Project Structure**\n\n- `src/app/` — Main Next.js app directory, including pages, layouts, and API routes.\n- `src/components/` — Reusable UI components (including Shadcn UI and custom components).\n- `src/lib/` — Utility functions, hooks, and core logic.\n- `src/trpc/` — tRPC client/server setup for type-safe API calls.\n- `prisma/` — Prisma schema and migrations for database modeling.\n- `public/` — Static assets (SVGs, images, etc).\n- `sandbox-templates/` — Templates and scripts for sandboxed Next.js environments.\n\n### 2. **Tech Stack**\n\n- **Next.js** (App Router, SSR, API routes)\n- **TypeScript** (type safety everywhere)\n- **Prisma** (database ORM)\n- **Tailwind CSS** (utility-first styling)\n- **Shadcn UI** (modern, accessible React components)\n- **Framer Motion** (animations)\n- **tRPC** (end-to-end typesafe APIs)\n- **Inngest** (event-driven serverless workflows)\n- **E2B** (sandboxed code execution)\n\n### 3. **Inngest Integration**\n\nCodeVibe uses [Inngest](https://www.inngest.com/) to power event-driven workflows and serverless functions. Inngest enables scalable, reliable background jobs and automation. Learn more about Inngest at [inngest.com](https://www.inngest.com/) or their [GitHub](https://github.com/inngest/inngest-js).\n\n### 4. **Getting Started**\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/kaifcoder/codevibe.git\n   cd codevibe\n   ```\n2. **Install dependencies:**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n3. **Set up the database:**\n   ```bash\n   npx prisma migrate dev\n   ```\n4. **Run the development server:**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n5. **Open [http://localhost:3000](http://localhost:3000) in your browser.**\n\n## Contributing\n\nWe welcome contributions from developers of all backgrounds and skill levels! To get started:\n\n- Read our [Contributing Guide](CONTRIBUTING.md) (coming soon)\n- Check out the [open issues](https://github.com/kaifcoder/codevibe/issues)\n- Fork the repo and submit a pull request\n- Join discussions and share your ideas\n\n### Areas to Contribute\n- UI/UX improvements\n- New features and integrations\n- Bug fixes and optimizations\n- Documentation and tutorials\n- Testing and QA\n\n## License\n\n[MIT](LICENSE)\n\n---\n\n**Let's build the future of collaborative coding together!**\n\nFor questions or feedback, open an issue or reach out to [@kaifcoder](https://github.com/kaifcoder).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaifcoder%2Fcodevibe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaifcoder%2Fcodevibe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaifcoder%2Fcodevibe/lists"}