All Projects → smallbets → Userbase

smallbets / Userbase

Licence: mit
Create secure and private web apps using only static JavaScript, HTML, and CSS.

Programming Languages

javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
CSS
56736 projects
typescript
32286 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Userbase

Megasync
Easy automated syncing between your computers and your MEGA Cloud Drive
Stars: ✭ 975 (-51.95%)
Mutual labels:  privacy, end-to-end-encryption
Megachat
MEGA C++ SDK for chat-enabled apps
Stars: ✭ 61 (-96.99%)
Mutual labels:  privacy, end-to-end-encryption
Sdk
MEGA C++ SDK
Stars: ✭ 980 (-51.7%)
Mutual labels:  privacy, end-to-end-encryption
Embetty
🐙 Embetty displays remote content like tweets or YouTube videos without compromising your privacy.
Stars: ✭ 759 (-62.59%)
Mutual labels:  privacy, frontend
Maad Face
A face database with a large number of high-quality attribute annotations
Stars: ✭ 112 (-94.48%)
Mutual labels:  database, privacy
Lf
Fully Decentralized Fully Replicated Key/Value Store
Stars: ✭ 809 (-60.13%)
Mutual labels:  database, privacy
Layr
Dramatically simplify full‑stack development
Stars: ✭ 1,111 (-45.24%)
Mutual labels:  database, frontend
Winapp2
A database of extended cleaning routines for popular Windows PC based maintenance software.
Stars: ✭ 463 (-77.18%)
Mutual labels:  database, privacy
Nymph
Data objects for JavaScript and PHP.
Stars: ✭ 97 (-95.22%)
Mutual labels:  database, frontend
Shariff
👮 Shariff enables website users to share their favorite content without compromising their privacy.
Stars: ✭ 1,333 (-34.3%)
Mutual labels:  privacy, frontend
Android
MEGA Android App
Stars: ✭ 651 (-67.92%)
Mutual labels:  privacy, end-to-end-encryption
Aowow
Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
Stars: ✭ 126 (-93.79%)
Mutual labels:  database, frontend
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (-70.72%)
Mutual labels:  privacy, end-to-end-encryption
Seven23 server
Fully manual budget app to track your expenses. Opensource, with privacy by design.
Stars: ✭ 20 (-99.01%)
Mutual labels:  privacy, end-to-end-encryption
Jailer
Database Subsetting and Relational Data Browsing Tool.
Stars: ✭ 576 (-71.61%)
Mutual labels:  database, frontend
Seven23
Fully manual budget app to track personal expenses. 100% opensource, with privacy by design.
Stars: ✭ 36 (-98.23%)
Mutual labels:  privacy, end-to-end-encryption
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+1181.76%)
Mutual labels:  database, frontend
Capillary
Capillary is a library to simplify the sending of end-to-end encrypted push messages from Java-based application servers to Android clients.
Stars: ✭ 445 (-78.07%)
Mutual labels:  privacy, end-to-end-encryption
Brandis
Brandis: End-to-end encryption for everyone
Stars: ✭ 77 (-96.21%)
Mutual labels:  privacy, end-to-end-encryption
Databunker
Secure storage for personal records built to comply with GDPR
Stars: ✭ 122 (-93.99%)
Mutual labels:  database, privacy

Userbase

Create secure and private web apps using only static JavaScript, HTML, and CSS.

What is Userbase?

Userbase 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, directly from the browser. No backend necessary.

Built-in user accounts

Userbase takes care of your user accounts. The Userbase SDK lets you sign up, login, and logout users directly from your static site.

Zero-management database

Instead 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.

End-to-end encryption

Userbase 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.

Open source

Userbase is 100% open source, MIT licensed. You can host it yourself always under your control, or we can run it for you for a full serverless experience.

When would I use it?

If you're building a web app, you will likely need a database and a backend. Userbase can replace both of those things...

  • If you want to build a web app without writing any backend code.
  • If you want secure authentication out of the box.
  • If you want to store user data securely.
  • If you want to radically simplify your GDPR compliance.
  • And if you want to keep things really simple.

Check out the FAQ for more details.

How do I start?

The easiest way to start using Userbase is to follow our Quickstart 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. Thank you!

Development

This section is for those who want to host the Userbase stack themselves. For the full serverless experience, head over to our Quickstart guide to get started.

Configure the AWS credentials

Running 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:

echo "
[encrypted]
aws_access_key_id=<YOUR ACCESS KEY>
aws_secret_access_key=<YOUR SECRET KEY>" >> ~/.aws/credentials

Check out the repo

git clone https://github.com/encrypted-dev/userbase.git

Install the dependencies

Mac/Linux

npm install

Windows WSL

To bypass symlink issues on Windows, you need to disable symlinks on WSL. For more info, check WSL issues #14 and #26.

npm install --no-bin-links

Start the dev server

npm start

Go to http://localhost:3000 and you should see the sign in screen.

Running tests

We use Cypress to run tests, all the test files are under the ./cypress dir.

npm run test

Credits

The people who made this project a reality:

License

This project is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].