{"id":14155469,"url":"https://github.com/tryabby/abby","last_synced_at":"2025-04-04T17:05:18.346Z","repository":{"id":165545747,"uuid":"639917958","full_name":"tryabby/abby","owner":"tryabby","description":"Open-Source Feature Flags, Remote Config \u0026 A/B Tests for Developers ⛳🧪","archived":false,"fork":false,"pushed_at":"2025-03-12T18:48:06.000Z","size":11589,"stargazers_count":151,"open_issues_count":21,"forks_count":22,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T11:43:19.214Z","etag":null,"topics":["a-b-testing","feature-flags","feature-toggles","hacktoberfest","nextjs","open-source","t3-stack","tailwindcss","trpc","typescript"],"latest_commit_sha":null,"homepage":"https://www.tryabby.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tryabby.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}},"created_at":"2023-05-12T14:19:22.000Z","updated_at":"2025-03-12T18:48:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7763bd7-bd53-4313-a524-ceb2c938f3ec","html_url":"https://github.com/tryabby/abby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryabby%2Fabby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryabby%2Fabby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryabby%2Fabby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryabby%2Fabby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tryabby","download_url":"https://codeload.github.com/tryabby/abby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217172,"owners_count":20903008,"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","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":["a-b-testing","feature-flags","feature-toggles","hacktoberfest","nextjs","open-source","t3-stack","tailwindcss","trpc","typescript"],"created_at":"2024-08-17T08:03:25.302Z","updated_at":"2025-04-04T17:05:18.307Z","avatar_url":"https://github.com/tryabby.png","language":"TypeScript","funding_links":[],"categories":["typescript","TypeScript"],"sub_categories":[],"readme":"![Abby Banner](./apps/web/public/og.png)\n\n# About Abby\n\nAbby is a open source feature management and A/B testing platform. It is designed to be easy to use and easy to integrate into your existing applications. It aims to improve the developer experience by providing a simple and statically typed API for feature management and A/B testing.\n\nBesides its official SDKS it also offers a friendly and easy to understand Dashboard for the non-developers in your team.\n\nAbby focuses on privacy. This means it won't track any personalized user data and uses no marketing cookies.\nYou can self host it or use the hosted version available at [tryabby.com](https://www.tryabby.com).\n\n## Getting Started\n\n_TL;DR:_\n\n```\ngit clone git@github.com:tryabby/abby.git\npnpm i\npnpm build:packages\npnpm db:start\ncp apps/web/.env.example apps/web/.env\npnpm db:migrate\npnpm dev\n```\n\n1. **Open the Application**:\n   - Go to `http://localhost:3000` in your browser.\n\n2. **Sign Up**:\n   - Select \"Continue with Email\" and enter your email.\n\n3. **Email Verification**:\n   - Open `http://localhost:8025` in a new tab for MailHog.\n   - Find and open the email from your application.\n\n4. **Complete Registration**:\n   - Click the one-time link in the email to verify and finish account setup.\n\nTo create an account, you should choose the \"Continue with Email\" option. The docker-compose.yml includes a [MailHog](https://github.com/mailhog/MailHog) instance at `localhost:8025`, which intercepts the email, so you can get the one-time link from there.\n\n## What's inside?\n\nThis turborepo uses [pnpm](https://pnpm.io) as a package manager. It includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) with [Nextra](https://nextra.site/)\n- `web`: another [Next.js](https://nextjs.org/) app using the [T3 Stack](https://create.t3.gg/)\n- `core`: The Abby core JavaScript SDK which all other JS SDKs are based on\n- `react`: The Abby React SDK\n- `next`: The Abby Next.js SDK\n- `angular`: The Abby Angular SDK\n- `svelte`: The Abby Svelte SDK\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Pipelines](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryabby%2Fabby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryabby%2Fabby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryabby%2Fabby/lists"}