{"id":28542670,"url":"https://github.com/ritik6559/trackio","last_synced_at":"2026-04-17T12:31:04.018Z","repository":{"id":298090061,"uuid":"965438340","full_name":"ritik6559/TrackIo","owner":"ritik6559","description":"TrackIo is a project management platform built to streamline team collaboration and task organization. It allows users to create workspaces, invite members, manage multiple projects, and assign tasks. TrackIo offers a clean UI and a type-safe backend API using trpc.","archived":false,"fork":false,"pushed_at":"2025-06-15T08:31:24.000Z","size":261,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T21:39:36.781Z","etag":null,"topics":["appwrite","hono","nextjs","trpc"],"latest_commit_sha":null,"homepage":"https://track-io-beta.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/ritik6559.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-04-13T06:57:12.000Z","updated_at":"2025-06-15T08:32:30.000Z","dependencies_parsed_at":"2025-06-09T11:33:22.324Z","dependency_job_id":null,"html_url":"https://github.com/ritik6559/TrackIo","commit_stats":null,"previous_names":["ritik6559/trackio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ritik6559/TrackIo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritik6559%2FTrackIo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritik6559%2FTrackIo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritik6559%2FTrackIo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritik6559%2FTrackIo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ritik6559","download_url":"https://codeload.github.com/ritik6559/TrackIo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritik6559%2FTrackIo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280995981,"owners_count":26426667,"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-10-25T02:00:06.499Z","response_time":81,"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":["appwrite","hono","nextjs","trpc"],"created_at":"2025-06-09T21:00:41.912Z","updated_at":"2025-10-25T17:48:43.768Z","avatar_url":"https://github.com/ritik6559.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrackIo\n\nA collaborative project management platform built with cutting-edge web technologies. TrackIo empowers teams to organize workspaces, manage projects, and track tasks with an intuitive and responsive interface.\n\n## ✨ Features\n\n- **Workspace Management** - Create and customize workspaces for different teams or organizations\n- **Team Collaboration** - Invite users to workspaces with role-based permissions\n- **Project Organization** - Create and manage multiple projects within workspaces\n- **Task Management** - Assign, track, and monitor tasks across projects\n- **Real-time Updates** - Stay synchronized with your team's progress\n- **Responsive Design** - Works seamlessly across desktop and mobile devices\n\n## 🚀 Tech Stack\n\n- **[Next.js 15](https://nextjs.org/)** - React framework with App Router\n- **[Appwrite](https://appwrite.io/)** - Backend-as-a-Service for authentication and database\n- **[tRPC](https://trpc.io/)** - End-to-end typesafe APIs\n- **[Hono](https://hono.dev/)** - Fast web framework for API routes\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework\n- **[shadcn/ui](https://ui.shadcn.com/)** - Beautiful and accessible UI components\n- **TypeScript** - Type-safe development experience\n\n## 📋 Prerequisites\n\nBefore running this project, make sure you have:\n\n- Node.js 18.0 or higher\n- npm, yarn, or pnpm package manager\n- An Appwrite instance (cloud or self-hosted)\n\n## 🛠️ Installation\n\n1. **Clone the repository**\n   ```bash\n   https://github.com/ritik6559/TrackIo.git\n   cd TrackIo\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   ```\n\n3. **Set up environment variables**\n\n   Create a `.env.local` file in the root directory:\n   ```env\n    NEXT_PUBLIC_APP_URL=http://localhost:3000\n\n    NEXT_PUBLIC_APPWRITE_ENDPOINT=\n    NEXT_PUBLIC_APPWRITE_PROJECT=\n\n    NEXT_PUBLIC_APPWRITE_DATABASE_ID=\n    NEXT_PUBLIC_APPWRITE_WORKSPACES_ID=\n    NEXT_PUBLIC_APPWRITE_MEMBERS_ID=\n    NEXT_PUBLIC_APPWRITE_PROJECTS_ID=\n    NEXT_PUBLIC_APPWRITE_TASKS_ID=\n\n    NEXT_PUBLIC_APPWRITE_IMAGES_BUCKET_ID=\n\n    NEXT_APPWRITE_KEY=\n   ```\n\n4. **Set up Appwrite**\n\n   Create collections in your Appwrite database:\n    - `workspaces` - Store workspace information\n    - `projects` - Store project data\n    - `tasks` - Store task details\n    - `members` - Store workspace member relationships\n\n5. **Run the development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritik6559%2Ftrackio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fritik6559%2Ftrackio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritik6559%2Ftrackio/lists"}