{"id":33916324,"url":"https://github.com/basecamp/fizzy-saas","last_synced_at":"2026-01-13T22:01:03.263Z","repository":{"id":327298968,"uuid":"1102249615","full_name":"basecamp/fizzy-saas","owner":"basecamp","description":"Fizzy SaaS version","archived":true,"fork":false,"pushed_at":"2025-12-16T21:28:58.000Z","size":173,"stargazers_count":144,"open_issues_count":2,"forks_count":36,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-08T10:08:47.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/basecamp.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}},"created_at":"2025-11-23T05:04:58.000Z","updated_at":"2026-01-06T14:12:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/basecamp/fizzy-saas","commit_stats":null,"previous_names":["basecamp/fizzy-saas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basecamp/fizzy-saas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Ffizzy-saas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Ffizzy-saas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Ffizzy-saas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Ffizzy-saas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basecamp","download_url":"https://codeload.github.com/basecamp/fizzy-saas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basecamp%2Ffizzy-saas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-12T07:17:13.077Z","updated_at":"2026-01-13T22:01:03.139Z","avatar_url":"https://github.com/basecamp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e **Archived:** This repository has been merged back into [Fizzy](https://github.com/basecamp/fizzy) as a vendored gem at `saas/`. All future development happens there.\n\n---\n\nThis is a Rails engine that [37signals](https://37signals.com/) bundles with [Fizzy](https://github.com/basecamp/fizzy) to offer the hosted version at https://fizzy.do.\n\n## Development\n\nTo make Fizzy run in SaaS mode, run this in the terminal:\n\n```ruby\nbin/rails saas:enable\n```\n\nTo go back to open source mode:\n\n```ruby\nbin/rails saas:disable\n```\n\nThen you can work do [Fizzy development as usual](https://github.com/basecamp/fizzy).\n\n## How to update Fizzy\n\nAfter making changes to this gem, you need to update Fizzy to pick up the changes:\n\n```ruby\nBUNDLE_GEMFILE=Gemfile.saas bundle update --conservative fizzy-saas\n```\n\n## Working with Stripe\n\nThe first time, you need to:\n\n1. Install Stripe CLI: https://stripe.com/docs/stripe-cli\n2. Run `stripe login` and authorize the environment `37signals Development`\n\nThen, for working on the Stripe integration locally, you need to run this script to start the tunneling and set the environment variables:\n\n```sh\neval \"$(BUNDLE_GEMFILE=Gemfile.saas bundle exec stripe-dev)\"\nbin/dev # You need to start the dev server in the same terminal session\n```\n\nThis will ask for your 1password authorization to read and set the environment variables that Stripe needs.\n\n### Stripe environments\n\n* [Development](https://dashboard.stripe.com/acct_1SdTFtRus34tgjsJ/test/dashboard)\n* [Staging](https://dashboard.stripe.com/acct_1SdTbuRvb8txnPBR/test/dashboard)\n* [Production](https://dashboard.stripe.com/acct_1SNy97RwChFE4it8/dashboard)\n\n## Environments\n\nFizzy is deployed with [Kamal](https://kamal-deploy.org/). You'll need to have the 1Password CLI set up in order to access the secrets that are used when deploying. Provided you have that, it should be as simple as `bin/kamal deploy` to the correct environment.\n\n## Handbook\n\nSee the [Fizzy handbook](https://handbooks.37signals.works/18/fizzy) for runbooks and more.\n\n### Production\n\n- https://app.fizzy.do/\n\nThis environment uses a FlashBlade bucket for blob storage.\n\n### Beta\n\nBeta is primarily intended for testing product features. It uses the same production database and Active Storage configuration.\n\nBeta tenant is:\n\n- https://fizzy-beta.37signals.com\n\n### Staging\n\nStaging is primarily intended for testing infrastructure changes. It uses production-like but separate database and Active Storage configurations.\n\n- https://app.fizzy-staging.com/\n\n## License\n\nfizzy-saas is released under the [O'Saasy License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasecamp%2Ffizzy-saas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasecamp%2Ffizzy-saas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasecamp%2Ffizzy-saas/lists"}