{"id":28703089,"url":"https://github.com/chiragagg5k/email-ticket-automator","last_synced_at":"2026-06-19T23:31:41.156Z","repository":{"id":295635325,"uuid":"988304015","full_name":"ChiragAgg5k/email-ticket-automator","owner":"ChiragAgg5k","description":"AI-powered helpdesk platform leveraging email-parsing by Postmark","archived":false,"fork":false,"pushed_at":"2025-06-11T07:35:16.000Z","size":1392,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T02:23:58.351Z","etag":null,"topics":["postmark","vibe-coding"],"latest_commit_sha":null,"homepage":"https://email-ticket-automator.vercel.app","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/ChiragAgg5k.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-22T10:57:20.000Z","updated_at":"2025-08-21T03:16:08.000Z","dependencies_parsed_at":"2025-09-10T00:27:38.577Z","dependency_job_id":"d0e0154e-3707-40db-ac20-a927f90ec125","html_url":"https://github.com/ChiragAgg5k/email-ticket-automator","commit_stats":null,"previous_names":["chiragagg5k/email-ticket-automator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChiragAgg5k/email-ticket-automator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Femail-ticket-automator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Femail-ticket-automator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Femail-ticket-automator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Femail-ticket-automator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChiragAgg5k","download_url":"https://codeload.github.com/ChiragAgg5k/email-ticket-automator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Femail-ticket-automator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34552295,"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-06-19T02:00:06.005Z","response_time":61,"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":["postmark","vibe-coding"],"created_at":"2025-06-14T13:06:59.638Z","updated_at":"2026-06-19T23:31:41.147Z","avatar_url":"https://github.com/ChiragAgg5k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📧 Email Ticket\n\nA modern, AI-powered helpdesk platform that transforms email support into an organized ticket management system. Built with React, TypeScript, Postmark, and Appwrite for seamless customer support experiences.\n\n![Email Ticket Dashboard](https://github.com/ChiragAgg5k/email-ticket-automator/blob/main/assets/banner-cropped.png?raw=true)\n\n## 🏹 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ and npm\n- Postmark account for email parsing\n- Appwrite account for backend services\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/ChiragAgg5k/email-ticket-automator.git\n   cd email-ticket-automator\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   bun i # or npm install\n   ```\n\n3. **Configure Appwrite**\n\n   - Create an Appwrite project at [cloud.appwrite.io](https://cloud.appwrite.io)\n   - Update the configuration in `src/lib/appwrite.ts`:\n\n   ```typescript\n   client.setEndpoint(\"YOUR_APPWRITE_ENDPOINT\");\n   client.setProject(\"YOUR_PROJECT_ID\");\n   ```\n\n4. **Start the development server**\n\n   ```bash\n   bun dev\n   ```\n\n5. **Open your browser**\n   Navigate to `http://localhost:8080` to see the application\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- **React** - Modern React with hooks and functional components\n- **TypeScript** - Type-safe development experience\n- **Vite** - Fast build tool and development server\n- **Tailwind CSS** - Utility-first CSS framework\n- **shadcn/ui** - High-quality, accessible UI components\n\n### Backend \u0026 Services\n\n- **Appwrite** - Backend-as-a-Service for authentication and database\n- **React Router** - Client-side routing and navigation\n- **React Hook Form** - Performant form handling and validation\n\n### State Management \u0026 Data\n\n- **Zustand** - Lightweight state management\n- **TanStack Query** - Server state management and caching\n- **Lucide React** - Beautiful, customizable icons\n\n### Email Parsing\n\n- **Postmark** - Email parsing and processing\n\n## 📁 Project Structure\n\n```\nsrc/\n├── components/          # Reusable UI components\n│   ├── ui/             # shadcn/ui components\n│   ├── Header.tsx      # Navigation header\n│   ├── HeroSection.tsx # Landing page hero\n│   └── ...\n├── pages/              # Route components\n│   ├── Index.tsx       # Landing page\n│   ├── Auth.tsx        # Authentication page\n│   ├── Tickets.tsx     # Ticket dashboard\n│   └── NotFound.tsx    # 404 page\n├── lib/                # Utilities and configuration\n│   ├── appwrite.ts     # Appwrite client setup\n│   ├── auth.ts         # Authentication hook\n│   ├── stores/         # Zustand stores\n│   └── utils.ts        # Helper functions\n└── main.tsx           # Application entry point\n```\n\n### Manual Deployment\n\n1. Build the project: `bun run build` or `npm run build`\n2. Deploy the `dist` folder to your hosting provider\n3. Configure environment variables in your hosting platform\n\n### 📃 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragagg5k%2Femail-ticket-automator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiragagg5k%2Femail-ticket-automator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragagg5k%2Femail-ticket-automator/lists"}