{"id":50978722,"url":"https://github.com/rajdeepds/onelens","last_synced_at":"2026-06-19T12:01:59.494Z","repository":{"id":344345788,"uuid":"1180061148","full_name":"RajdeepDs/OneLens","owner":"RajdeepDs","description":"The intelligence layer for pull requests.","archived":false,"fork":false,"pushed_at":"2026-03-31T09:10:22.000Z","size":1597,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T11:22:02.155Z","etag":null,"topics":["ai","better-auth","docker","motion","neon","nextjs","orpc","pull-requests","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://onelens.vercel.app","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/RajdeepDs.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":"2026-03-12T16:56:22.000Z","updated_at":"2026-03-31T09:10:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/RajdeepDs/OneLens","commit_stats":null,"previous_names":["rajdeepds/onelens"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RajdeepDs/OneLens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FOneLens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FOneLens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FOneLens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FOneLens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajdeepDs","download_url":"https://codeload.github.com/RajdeepDs/OneLens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajdeepDs%2FOneLens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34530302,"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":["ai","better-auth","docker","motion","neon","nextjs","orpc","pull-requests","shadcn-ui","tailwindcss"],"created_at":"2026-06-19T12:01:57.893Z","updated_at":"2026-06-19T12:01:59.436Z","avatar_url":"https://github.com/RajdeepDs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneLens\n\nThe PR workflow is broken. We're fixing it.\n\nOneLens automates the manual work that engineering teams shouldn't have to do — from standups to code review explanations to CI pipeline deciphering. The information exists. It just never gets used.\n\n## The Problem\n\nEngineering teams spend a significant part of their week not building but preparing to build, waiting to ship, and explaining what they built.\n\n- Standups to explain what should be obvious\n- Review processes that bottleneck on whoever is least busy\n- CI pipelines that produce output nobody fully understands\n- Context that lives in commits, tickets, and test history — but never gets used\n\nWe've accepted this. We've built entire workflows around it. We've professionalized the ceremony of shipping software.\n\nBut why?\n\n## The Solution\n\nOneLens connects the dots your team shouldn't have to connect manually:\n\n- **Automated standups** — PR descriptions, test summaries, and context gathered automatically\n- **Instant code review context** — No more \"can you explain this?\" back-and-forth\n- **CI pipeline clarity** — Failures explained in plain language, not wall of logs\n- **Shipped PR summaries** — Teams know what changed and why, without asking\n\nThe context is there. Your commits, tickets, test history, and codebase all have the answers. OneLens surfaces them when they matter.\n\n## Tech Stack\n\nBuilt with modern, production-grade tooling:\n\n- **Next.js 16** — Full-stack React framework\n- **TypeScript** — End-to-end type safety\n- **TailwindCSS v4** — Utility-first styling\n- **oRPC** — Type-safe APIs\n- **Drizzle + PostgreSQL** — Database\n- **Better-Auth** — Authentication\n- **Turborepo** — Monorepo build system\n\n## Getting Started\n\n```bash\n# Install dependencies\nbun install\n\n# Set up database\nbun run db:push\n\n# Start development server\nbun run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see the app.\n\n## Project Structure\n\n```\nonelens/\n├── apps/\n│   └── web/          # Next.js fullstack application\n├── packages/\n│   ├── ui/           # Shared UI components \u0026 design system\n│   ├── api/          # API layer \u0026 business logic\n│   ├── auth/         # Authentication\n│   └── db/           # Database schema \u0026 queries\n```\n\n## Contributing\n\nThis is a solo project in active development. If you're interested in what we're building, reach out on [X](https://x.com/Rajdeep__ds).\n\n## Stay Updated\n\n- [Follow on X](https://x.com/Rajdeep__ds)\n- [Star on GitHub](https://github.com/RajdeepDs/OneLens)\n\n---\n\nBuilt with conviction by [Rajdeep](https://x.com/Rajdeep__ds)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepds%2Fonelens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajdeepds%2Fonelens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepds%2Fonelens/lists"}