{"id":45978708,"url":"https://github.com/zero8dotdev/avkash","last_synced_at":"2026-02-28T17:11:18.260Z","repository":{"id":336933296,"uuid":"776366192","full_name":"zero8dotdev/avkash","owner":"zero8dotdev","description":"India's open-source HR platform — leave management, team policies, and Slack integration for modern workplaces.","archived":false,"fork":false,"pushed_at":"2026-02-06T20:59:19.000Z","size":4370,"stargazers_count":14,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T07:25:29.280Z","etag":null,"topics":["ant-design","employee-management","hr","hr-management","india","leave-management","nextjs","open-source","react","slack","supabase","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://avkash.zero8.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zero8dotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-03-23T09:58:34.000Z","updated_at":"2026-02-07T06:08:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zero8dotdev/avkash","commit_stats":null,"previous_names":["zero8dotdev/avkash"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zero8dotdev/avkash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Favkash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Favkash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Favkash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Favkash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero8dotdev","download_url":"https://codeload.github.com/zero8dotdev/avkash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero8dotdev%2Favkash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29943929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ant-design","employee-management","hr","hr-management","india","leave-management","nextjs","open-source","react","slack","supabase","tailwindcss","typescript"],"created_at":"2026-02-28T17:11:17.598Z","updated_at":"2026-02-28T17:11:18.249Z","avatar_url":"https://github.com/zero8dotdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avkash\n\n**Open-source leave management for modern teams.**\n\nAvkash is an HR management platform that streamlines leave requests, approvals, and team visibility — with deep Slack integration so your team never has to leave their communication hub.\n\n\u003c!-- Add a screenshot or banner image here --\u003e\n\u003c!-- ![Avkash Dashboard](screenshot.png) --\u003e\n\n## Features\n\n- **Leave Management** — Simple requests, approvals, and tracking for time off\n- **Slack Integration** — Handle leave requests, get notifications, and manage approvals directly in Slack\n- **Team Management** — Organize your company structure with teams and roles\n- **Policy Configuration** — Define custom leave policies and work calendars\n- **Timeline View** — Visual dashboard showing who's on leave at a glance\n- **Self-Hostable** — Run Avkash on your own infrastructure\n\n## Tech Stack\n\n- **Framework:** Next.js 15 (App Router)\n- **UI:** React 19, Ant Design, Tailwind CSS\n- **Backend \u0026 Database:** Supabase (PostgreSQL + Auth + RLS)\n- **Integrations:** Slack API, Razorpay\n- **Language:** TypeScript\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) \u003e= 20\n- [pnpm](https://pnpm.io/installation)\n- [Docker](https://www.docker.com/get-started) (for running Supabase locally)\n- [Supabase CLI](https://supabase.com/docs/guides/cli/getting-started)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/zero8dotdev/avkash.git\n   cd avkash\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Set up environment variables:**\n\n   ```bash\n   cp .env.example .env.local\n   ```\n\n4. **Start local Supabase:**\n\n   ```bash\n   supabase start\n   ```\n\n   The CLI will output your local credentials — use them to fill in the Supabase variables in `.env.local`.\n\n5. **Run database migrations:**\n\n   ```bash\n   supabase db reset\n   ```\n\n6. **Start the dev server:**\n\n   ```bash\n   pnpm dev\n   ```\n\n   Open https://localhost:3000 to see the app.\n\n## Environment Variables\n\n| Variable                                | Description                                                           |\n| --------------------------------------- | --------------------------------------------------------------------- |\n| `NEXT_PUBLIC_SUPABASE_URL`              | Public URL for your Supabase project. Provided by `supabase start`.   |\n| `NEXT_PUBLIC_SUPABASE_ANON_KEY`         | Public anonymous key for Supabase. Provided by `supabase start`.      |\n| `SUPABASE_DIRECT_URL`                   | Direct PostgreSQL connection string. Provided by `supabase start`.    |\n| `SUPABASE_SERVICE_ROLE_KEY`             | Secret service role key (bypasses RLS). Provided by `supabase start`. |\n| `NEXT_PUBLIC_SLACK_CLIENT_ID`           | Client ID for your Slack OAuth App.                                   |\n| `SLACK_CLIENT_SECRET`                   | Client Secret for your Slack OAuth App.                               |\n| `SLACK_REDIRECT_URI`                    | Redirect URI for Supabase Auth callback.                              |\n| `RAZORPAY_KEY_ID`                       | Razorpay Key ID for payment processing.                               |\n| `RAZORPAY_KEY_SECRET`                   | Razorpay Key Secret.                                                  |\n| `RAZORPAY_WEBHOOK_SECRET`               | Secret for verifying Razorpay webhooks.                               |\n| `NEXT_PUBLIC_REDIRECT_URL`              | Base URL of your application (e.g., `https://localhost:3000/`).       |\n| `NEXT_PUBLIC_REDIRECT_PATH_AFTER_OAUTH` | Path to redirect to after OAuth login (e.g., `welcome`).              |\n\n## Contributing\n\nWe welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) before submitting a pull request.\n\n## License\n\nThis project is licensed under the [Business Source License 1.1](LICENSE). You are free to self-host Avkash for internal use. After the change date (2030-02-07), the license converts to Apache License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero8dotdev%2Favkash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero8dotdev%2Favkash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero8dotdev%2Favkash/lists"}