{"id":31554631,"url":"https://github.com/mhmadamrii/binder","last_synced_at":"2026-05-06T02:33:46.735Z","repository":{"id":316261010,"uuid":"1062634292","full_name":"mhmadamrii/binder","owner":"mhmadamrii","description":"Connect, communicate, and collaborate seamlessly with your team in one powerful messaging platform. A messaging platform built on top of T3 stack","archived":false,"fork":false,"pushed_at":"2025-10-02T10:42:29.000Z","size":980,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T12:35:40.397Z","etag":null,"topics":["bun","drizzle-orm","fast","messaging","next-auth","nextjs","reactjs","trpc"],"latest_commit_sha":null,"homepage":"https://binder-goakal.vercel.app","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/mhmadamrii.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T14:12:32.000Z","updated_at":"2025-10-02T10:42:32.000Z","dependencies_parsed_at":"2025-09-23T16:31:31.412Z","dependency_job_id":null,"html_url":"https://github.com/mhmadamrii/binder","commit_stats":null,"previous_names":["mhmadamrii/binder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhmadamrii/binder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmadamrii%2Fbinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmadamrii%2Fbinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmadamrii%2Fbinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmadamrii%2Fbinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhmadamrii","download_url":"https://codeload.github.com/mhmadamrii/binder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmadamrii%2Fbinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32676289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"online","status_checked_at":"2026-05-06T02:00:08.308Z","response_time":117,"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":["bun","drizzle-orm","fast","messaging","next-auth","nextjs","reactjs","trpc"],"created_at":"2025-10-04T21:11:39.620Z","updated_at":"2026-05-06T02:33:46.729Z","avatar_url":"https://github.com/mhmadamrii.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binder\n\nBinder is a collaborative tool designed for teams to work together seamlessly. It provides a platform for creating groups, sharing notes, and communicating in real-time. This project was created for the Goakal technical test.\n\n## Features\n\n- **Group Management:** Create public or private groups to organize your teams and projects.\n- **Real-time Messaging:** Communicate with group members in real-time using the integrated chat feature.\n- **Note Taking:** Create, edit, and share notes within your groups.\n- **User Authentication:** Secure authentication using NextAuth.js.\n- **Drag \u0026 Drop:** Organize your group list with drag and drop functionality.\n- **Invitation System:** Invite new members to your groups using a unique invitation link.\n\n## Tech Stack\n\n- **Framework:** [Next.js](https://nextjs.org/)\n- **Language:** [TypeScript](https://www.typescriptlang.org/)\n- **API:** [tRPC](https://trpc.io/)\n- **Database:** [PostgreSQL](https://www.postgresql.org/)\n- **ORM:** [Drizzle ORM](https://orm.drizzle.team/)\n- **Authentication:** [NextAuth.js](https://next-auth.js.org/)\n- **UI:**\n  - [React](https://reactjs.org/)\n  - [Shadcn UI](https://ui.shadcn.com/)\n  - [Tailwind CSS](https://tailwindcss.com/)\n  - [Lucide Icons](https://lucide.dev/)\n- **Form Management:** [React Hook Form](https://react-hook-form.com/) \u0026 [Zod](https://zod.dev/)\n- **Real-time:** [Ably](https://ably.com/)\n- **Drag and Drop:** [dnd-kit](https://dndkit.com/)\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) (or npm/yarn)\n- [Docker](https://www.docker.com/)\n\n### Installation\n\n1.  **Clone the repo**\n    ```sh\n    git clone https://github.com/mhmadamrii/binder\n    cd binder\n    ```\n2.  **Install dependencies**\n    ```sh\n    bun install\n    ```\n3.  **Set up environment variables**\n\n    Create a `.env` file in the root of the project and add the necessary environment variables. You can use `.env.example` as a template.\n\n    ```sh\n    cp .env.example .env\n    ```\n\n4.  **Start the database**\n\n    This will start a PostgreSQL database in a Docker container.\n\n    ```sh\n    ./start-database.sh\n    ```\n\n5.  **Run database migrations**\n\n    ```sh\n    bun run db:push\n    ```\n\n6.  **Run the development server**\n\n    ```sh\n    bun run dev\n    ```\n\n    Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your `.env` file:\n\n- `DATABASE_URL`: The connection string for your PostgreSQL database.\n- `AUTH_SECRET`: A secret for NextAuth.js. You can generate one using `openssl rand -hex 32`.\n- `AUTH_GITHUB_ID`: Your GitHub application ID for GitHub authentication.\n- `AUTH_GITHUB_SECRET`: Your GitHub application secret for GitHub authentication.\n- `ABLY_API_KEY`: Your Ably API key for real-time messaging.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmadamrii%2Fbinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhmadamrii%2Fbinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmadamrii%2Fbinder/lists"}