{"id":31528434,"url":"https://github.com/prici-io/prici","last_synced_at":"2025-10-03T23:40:54.160Z","repository":{"id":212472514,"uuid":"731500448","full_name":"prici-io/prici","owner":"prici-io","description":"manage plans and pricing for any SaaS application","archived":false,"fork":false,"pushed_at":"2024-07-04T07:51:37.000Z","size":293,"stargazers_count":49,"open_issues_count":13,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T01:54:47.583Z","etag":null,"topics":["entitlements","fastify","hacktoberfest","limitations","nodejs","pricing","remult"],"latest_commit_sha":null,"homepage":"https://prici.io","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/prici-io.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}},"created_at":"2023-12-14T08:16:30.000Z","updated_at":"2025-06-18T07:16:20.000Z","dependencies_parsed_at":"2023-12-25T16:28:04.085Z","dependency_job_id":null,"html_url":"https://github.com/prici-io/prici","commit_stats":null,"previous_names":["prici-io/prici"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prici-io/prici","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prici-io%2Fprici","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prici-io%2Fprici/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prici-io%2Fprici/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prici-io%2Fprici/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prici-io","download_url":"https://codeload.github.com/prici-io/prici/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prici-io%2Fprici/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245356,"owners_count":25955013,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["entitlements","fastify","hacktoberfest","limitations","nodejs","pricing","remult"],"created_at":"2025-10-03T23:40:50.437Z","updated_at":"2025-10-03T23:40:54.151Z","avatar_url":"https://github.com/prici-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prici\n\nPrici is an open-source project to manage plans and pricing for any SaaS application.\nYou can use Docker's standalone service and run it locally or on your machine.\n\n-------\n## Getting started\n\nCreate a `.env` file with the following content:\n```dotenv\nJWT_SECRET=something-difficult-to-break\n# Enable /api/admin route for admin interface\nADMIN_UI=true\n```\n\nRun it locally or wherever:\n```shell\n$ docker run -p 9000:9000 --env-file=.env ghcr.io/prici-io/prici:main\n```\n\nThat's it. Now **prici** runs on port 9000.\n\n\u003c/br\u003e\u003c/br\u003e\n-------\n## Use a custom database\n\nIf you don't mention any database connection, it will use local JSON files.\nyou can keep them for persistence by adding a volume to the container, e.g.:\n\n```sh\n$ docker run -p 9000:9000 --env-file=.env -v ./db:/app/apps/api/db ghcr.io/prici-io/prici:main\n```\n\u003c/br\u003e\n\n### Postgres\n\nAdd an environment variable with the Postgres connection string.\n\n```sh\n$ docker run -p 9000:9000 --env POSTGRES_URL=YOUR-DB-CONNECTION-STRING ghcr.io/prici-io/prici:main\n```\n\u003c/br\u003e\n\n### MongoDB\n\nAdd an environment variable with MongoDB URL.\nJust so you know, you can add the DB name manually if your connection string does not include the DB name.\n\n```sh\n$ docker run -p 9000:9000 --env MONGODB_URL=YOUR-MONGODB_URL --env MONGODB_DB_NAME=YOUR_DB_NAME_OPTIONAL ghcr.io/prici-io/prici:main\n```\n\u003c/br\u003e\u003c/br\u003e\n-------\n## Node SDK\n\nJust install the SDK:\n```sh\n$ npm install @prici/sdk\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprici-io%2Fprici","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprici-io%2Fprici","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprici-io%2Fprici/lists"}