{"id":13516956,"url":"https://github.com/smallbets/userbase","last_synced_at":"2025-05-14T19:07:27.760Z","repository":{"id":37729686,"uuid":"188504618","full_name":"smallbets/userbase","owner":"smallbets","description":"Create secure and private web apps using only static JavaScript, HTML, and CSS.","archived":false,"fork":false,"pushed_at":"2023-07-28T06:19:11.000Z","size":14457,"stargazers_count":2308,"open_issues_count":60,"forks_count":125,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-09T00:03:51.061Z","etag":null,"topics":["backend-as-a-service","database","end-to-end-encryption","frontend","privacy","userbase"],"latest_commit_sha":null,"homepage":"https://userbase.com","language":"JavaScript","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/smallbets.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":"docs/security_review/Report on Actions Taken and Planned.pdf","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-25T00:58:14.000Z","updated_at":"2025-05-08T10:37:11.000Z","dependencies_parsed_at":"2024-06-18T15:22:35.764Z","dependency_job_id":"047707f3-1296-4c08-8aac-05ad683ce630","html_url":"https://github.com/smallbets/userbase","commit_stats":{"total_commits":1031,"total_committers":14,"mean_commits":73.64285714285714,"dds":"0.43452958292919497","last_synced_commit":"f00e0f979d6568965e3a5980b288b94a8b3e91db"},"previous_names":["encrypted-dev/userbase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallbets%2Fuserbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallbets%2Fuserbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallbets%2Fuserbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallbets%2Fuserbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smallbets","download_url":"https://codeload.github.com/smallbets/userbase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"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":["backend-as-a-service","database","end-to-end-encryption","frontend","privacy","userbase"],"created_at":"2024-08-01T05:01:27.735Z","updated_at":"2025-05-14T19:07:25.713Z","avatar_url":"https://github.com/smallbets.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://userbase.com\"\u003e\u003cimg src=\"docs/logo.png\" width=\"441\" alt=\"Userbase\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eCreate secure and private web apps using only static JavaScript, HTML, and CSS.\u003c/b\u003e\n\u003c/p\u003e\n\n## What is Userbase?\n\nUserbase is the easiest way to add user accounts and user data persistence to your static site. All Userbase features are accessible through a very simple [JavaScript SDK](https://userbase.com/docs/sdk/), directly from the browser. No backend necessary.\n\n### Built-in user accounts\nUserbase takes care of your user accounts. The Userbase SDK lets you sign up, login, and logout users directly from your static site.\n\n### Zero-management database\nInstead of sending database queries to a server, Userbase sends the user's data to the browser. Queries happen client-side, and there is nothing on the backend to manage or worry about.\n\n### End-to-end encryption\nUserbase encrypts all database operations in the browser with user-controlled keys. This helps you prevent personal data misuse, and lets you offer a high level of data privacy.\n\n### Open source\nUserbase is 100% open source, MIT licensed. You can host it yourself always under your control, or [we can run it for you](https://userbase.com/pricing/) for a full serverless experience.\n\n## When would I use it?\nIf you're building a web app, you will likely need a database and a backend. Userbase can replace both of those things...\n\n- If you want to build a web app without writing any backend code.\n- If you want secure authentication out of the box.\n- If you want to store user data securely.\n- If you want to radically simplify your GDPR compliance.\n- And if you want to keep things really simple.\n\nCheck out the [FAQ](https://userbase.com/docs/faq/) for more details.\n\n## How do I start?\nThe easiest way to start using Userbase is to follow our [Quickstart](https://userbase.com/docs/) guide. If you have any questions, or if there's anything we can do to help you with your web app, please [get in touch](https://userbase.com/contact/). Thank you!\n\n## Development\n\n\u003ci\u003eThis section is for those who want to host the Userbase stack themselves. For the full serverless experience, head over to our [Quickstart](https://userbase.com/docs/) guide to get started.\u003c/i\u003e\n\n### Configure the AWS credentials\nRunning the Userbase server requires an AWS account. You just need to provide your AWS credentials and the server will automatically create all the AWS resources it needs. To run the app locally, simply put your AWS credentials in `~/.aws/credentials` under a profile called `encrypted`:\n\n```\necho \"\n[encrypted]\naws_access_key_id=\u003cYOUR ACCESS KEY\u003e\naws_secret_access_key=\u003cYOUR SECRET KEY\u003e\" \u003e\u003e ~/.aws/credentials\n```\n\n### Check out the repo\n\n```\ngit clone https://github.com/encrypted-dev/userbase.git\n```\n\n### Install the dependencies\n\n#### Mac/Linux\n```\nnpm install\n```\n\n#### Windows WSL\n\nTo bypass symlink issues on Windows, you need to disable symlinks on WSL. For more info, check WSL issues [#14](https://github.com/Microsoft/WSL/issues/14) and [#26](https://github.com/MicrosoftDocs/WSL/issues/26).\n\n```\nnpm install --no-bin-links\n```\n\n### Start the dev server\n\n```\nnpm start\n```\n\nGo to http://localhost:3000 and you should see the sign in screen.\n\n### Running tests\nWe use [Cypress](https://www.cypress.io/) to run tests, all the test files are under the ./cypress dir.\n\n```\nnpm run test\n```\n\n## Credits\nThe people who made this project a reality:\n- [Daniel Vassallo](https://twitter.com/dvassallo)\n- [Justin Berman](https://twitter.com/justinberman95)\n- [Luca Cipriani](https://twitter.com/mastrolinux)\n- [Tony D'Addeo](https://twitter.com/amdaddeo)\n\n## License\n\nThis project is released under the [MIT License](LICENSE).\n","funding_links":[],"categories":["JavaScript","privacy","frontend"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallbets%2Fuserbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmallbets%2Fuserbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallbets%2Fuserbase/lists"}