{"id":30663612,"url":"https://github.com/eustasy/puff-serverless","last_synced_at":"2026-07-07T00:31:48.301Z","repository":{"id":202910649,"uuid":"708404729","full_name":"eustasy/puff-serverless","owner":"eustasy","description":"ALPHA: Server to centralize sign-on, access control, and unified billing for multiple organisations across multiple apps.","archived":false,"fork":false,"pushed_at":"2026-06-04T21:06:51.000Z","size":2353,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"cf-pages","last_synced_at":"2026-06-04T21:09:06.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://puff-serverless.eustasy.org","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/eustasy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"issuehunt":"eustasy","github":"eustasy","ko_fi":"eustasy"}},"created_at":"2023-10-22T13:21:30.000Z","updated_at":"2026-06-04T21:08:05.000Z","dependencies_parsed_at":"2025-12-06T07:00:30.743Z","dependency_job_id":null,"html_url":"https://github.com/eustasy/puff-serverless","commit_stats":null,"previous_names":["eustasy/puff-serverless"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eustasy/puff-serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eustasy%2Fpuff-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eustasy%2Fpuff-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eustasy%2Fpuff-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eustasy%2Fpuff-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eustasy","download_url":"https://codeload.github.com/eustasy/puff-serverless/tar.gz/refs/heads/cf-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eustasy%2Fpuff-serverless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35210429,"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-07-06T02:00:07.184Z","response_time":106,"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":[],"created_at":"2025-08-31T17:13:52.460Z","updated_at":"2026-07-07T00:31:48.277Z","avatar_url":"https://github.com/eustasy.png","language":"TypeScript","funding_links":["https://issuehunt.io/r/eustasy","https://github.com/sponsors/eustasy","https://ko-fi.com/eustasy"],"categories":[],"sub_categories":[],"readme":"# Puff Serverless\n\n[![CI: Build](https://github.com/eustasy/puff-serverless/actions/workflows/build.yml/badge.svg)](https://github.com/eustasy/puff-serverless/actions/workflows/build.yml)\n[![Type: TS](https://github.com/eustasy/puff-serverless/actions/workflows/type-js.yml/badge.svg)](https://github.com/eustasy/puff-serverless/actions/workflows/type-js.yml)\n[![Normal: TypeScript](https://github.com/eustasy/puff-serverless/actions/workflows/js.yml/badge.svg)](https://github.com/eustasy/puff-serverless/actions/workflows/js.yml)\n[![Test: TypeScript](https://github.com/eustasy/puff-serverless/actions/workflows/test-js.yml/badge.svg)](https://github.com/eustasy/puff-serverless/actions/workflows/test-js.yml)\n[![Maintainability](https://qlty.sh/gh/eustasy/projects/puff-serverless/maintainability.svg)](https://qlty.sh/gh/eustasy/projects/puff-serverless)\n[![Code Coverage](https://qlty.sh/gh/eustasy/projects/puff-serverless/coverage.svg)](https://qlty.sh/gh/eustasy/projects/puff-serverless)\n\n## Project Goals \u0026 Use Case\n\nThe intent of Puff Serverless is to allow the deployment of hyper-scalable solution for centralized single sign-on, access control, and unified billing for multiple organisations across multiple applications.\n\n## Technologies\n\nWe run JavaScript on [Cloudflare Workers](https://developers.cloudflare.com/workers/) with [Node compatibility](https://developers.cloudflare.com/workers/runtime-apis/nodejs/), using [Pages Functions](https://developers.cloudflare.com/pages/functions/) directory routing for endpoints and [Workers Static Assets](https://developers.cloudflare.com/workers/static-assets/) for HTML/CSS/client-side JS. APIs return full HTML via [HTMX](https://htmx.org/) to update in-page. Data is stored within Postgres-like [CockroachDB](https://www.cockroachlabs.com/) accessed via [Cloudflare Hyperdrive](https://developers.cloudflare.com/hyperdrive/).\n\nFurther reading in [`docs/`](docs/):\n\n- [Architecture.md](docs/Architecture.md) — codebase shape, request layering, libraries, OAuth endpoints, environment variables.\n- [Hierarchy.md](docs/Hierarchy.md) — the data model: Apps, Organisations, Teams, Roles, Users.\n- [Development.md](docs/Development.md) — local-machine setup, tests, linting.\n- [Deployment.md](docs/Deployment.md) — shipping to production with copy-paste commands.\n- [Operations.md](docs/Operations.md) — running it: cron, audit log, OAuth key rotation, registering apps and providers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feustasy%2Fpuff-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feustasy%2Fpuff-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feustasy%2Fpuff-serverless/lists"}