{"id":25998575,"url":"https://github.com/pingsubhajit/letraz-admin","last_synced_at":"2026-04-21T04:31:22.669Z","repository":{"id":272977356,"uuid":"918197351","full_name":"pingSubhajit/letraz-admin","owner":"pingSubhajit","description":"This is the admin panel repository of Letraz. Create tailored resumes for every job application effortlessly with Letraz. Our AI-powered tool helps you stand out by automatically optimizing your resume for ATS and recruiters, ensuring your skills and experience match the job's requirements.","archived":false,"fork":false,"pushed_at":"2025-10-31T11:48:41.000Z","size":1585,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T13:23:34.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://admin.letraz.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/pingSubhajit.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":"2025-01-17T12:50:24.000Z","updated_at":"2025-10-31T11:48:45.000Z","dependencies_parsed_at":"2025-01-17T20:19:05.438Z","dependency_job_id":"9ee42a9c-d447-4e21-97ea-998a022731b4","html_url":"https://github.com/pingSubhajit/letraz-admin","commit_stats":null,"previous_names":["pingsubhajit/letraz-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pingSubhajit/letraz-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingSubhajit%2Fletraz-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingSubhajit%2Fletraz-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingSubhajit%2Fletraz-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingSubhajit%2Fletraz-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingSubhajit","download_url":"https://codeload.github.com/pingSubhajit/letraz-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingSubhajit%2Fletraz-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":[],"created_at":"2025-03-05T17:25:26.226Z","updated_at":"2026-04-21T04:31:22.665Z","avatar_url":"https://github.com/pingSubhajit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Letraz Admin\n\nA Next.js-based administrative panel for the Letraz ecosystem, providing tools for PR generation, user management, and Linear integration.\n\n## Overview\n\nLetraz Admin is a web application that streamlines development workflows by automating pull request description generation from Linear issues and providing administrative utilities for user management within the Letraz platform.\n\n## Key Features\n\n- **PR Generation**: Automatically generate comprehensive pull request descriptions from Linear issues using OpenAI\n- **User Management**: Administrative API for checking user signup status and verification\n- **Linear Integration**: Seamless OAuth integration with Linear for issue management\n- **Authentication**: Secure user authentication powered by Clerk\n- **Dark Mode**: Built-in dark/light theme support\n- **Responsive Design**: Modern, mobile-friendly interface\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ or Bun\n- Linear account with API access\n- Clerk account for authentication\n- OpenAI API key\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/pingSubhajit/letraz-admin.git\ncd letraz-admin\n```\n\n2. Install dependencies:\n```bash\nbun install\n# or\nnpm install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env.local\n```\n\nConfigure the following environment variables:\n```\nCLERK_SECRET_KEY=your_clerk_secret_key\nNEXT_PUBLIC_APP_URL=current_url_of_the_app\nOPENAI_API_KEY=your_openai_api_key\nCONSUMER_API_KEY=your_admin_api_key\nLINEAR_CLIENT_ID=your_linear_client_id\nLINEAR_CLIENT_SECRET=your_linear_client_secret\nNEXT_PUBLIC_LINEAR_CLIENT_ID=your_linear_client_id\n```\n\n4. Run the development server:\n```bash\nbun dev\n# or\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view the application.\n\n## Technologies Used\n\n- **Framework**: Next.js 15 with App Router\n- **Language**: TypeScript\n- **Authentication**: Clerk\n- **Styling**: Tailwind CSS\n- **UI Components**: Radix UI\n- **API Integration**: Linear SDK\n- **AI**: OpenAI API\n- **Icons**: Lucide React\n\n## License\n\nThis project is proprietary software owned by Letraz.\n\n## Contact\n\nFor questions or support, contact the Letraz development team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingsubhajit%2Fletraz-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingsubhajit%2Fletraz-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingsubhajit%2Fletraz-admin/lists"}