{"id":22900628,"url":"https://github.com/p0u4a/paladin","last_synced_at":"2025-08-24T11:36:04.294Z","repository":{"id":225758257,"uuid":"735471253","full_name":"P0u4a/paladin","owner":"P0u4a","description":"Feature Flags as a Service","archived":false,"fork":false,"pushed_at":"2025-03-25T08:28:00.000Z","size":476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T09:30:45.605Z","etag":null,"topics":["feature-flags","feature-flags-management","rest-api","typescript"],"latest_commit_sha":null,"homepage":"https://p0u4a-paladin.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/P0u4a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-25T03:56:59.000Z","updated_at":"2025-03-25T08:27:58.000Z","dependencies_parsed_at":"2024-05-02T10:25:37.902Z","dependency_job_id":"4fa3a64c-dc37-440b-980f-4fe0c66c4bf5","html_url":"https://github.com/P0u4a/paladin","commit_stats":null,"previous_names":["p0u4a/paladin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P0u4a%2Fpaladin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P0u4a%2Fpaladin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P0u4a%2Fpaladin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P0u4a%2Fpaladin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/P0u4a","download_url":"https://codeload.github.com/P0u4a/paladin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246586035,"owners_count":20801028,"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":["feature-flags","feature-flags-management","rest-api","typescript"],"created_at":"2024-12-14T01:29:09.241Z","updated_at":"2025-04-01T05:14:53.203Z","avatar_url":"https://github.com/P0u4a.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paladin🛡️\n\nSimple feature flag manager\n\n## Motivation\n\nAn excercise to see how a minimally viable version of something like [LaunchDarkly](https://launchdarkly.com/) could be replicated.\n\n## Usage\n\n**Base URL**\n`https://p0u4a-paladin.vercel.app/api`\n\n**Endpoint**\n`GET /external/get-flag?pname={projectName}\u0026fname={flagName}`\n\n**Headers** \n`X-Paladin-Key : \u003capi_key\u003e`\n\n**Response**\n\n```ts\nFlag = {\n    name: string,\n    description: string,\n    active: boolean,\n}\n```\n\n## Running Locally\n\n1. Run `pnpm install`\n2. Create a Vercel Postgres database on Vercel\n3. Add the necessary enviornment variables to a `.env` file\n   - `POSTGRES_URL`\n   - `POSTGRES_PRISMA_URL`\n   - `POSTGRES_URL_NON_POOLING`\n   - `POSTGRES_USER`\n   - `POSTGRES_HOST`\n   - `POSTGRES_PASSWORD`\n   - `POSTGRES_DATABASE`\n   - `NEXTAUTH_SECRET`\n\n4. Push schema to postgres with `prisma db push`\n5. Use `pnpm run dev` to start project locally\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0u4a%2Fpaladin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0u4a%2Fpaladin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0u4a%2Fpaladin/lists"}