diff --git a/src/pages/about.html b/src/pages/about.html new file mode 100644 index 0000000..eaad1fa --- /dev/null +++ b/src/pages/about.html @@ -0,0 +1,14 @@ +
+

Who's behind this?

+ +

This product is the work of Daniel Vassallo and Justin Berman. We're a small independent business, structured to be lean, + profitable, and sustainable. We're here for the long haul. +

+ +

If you have any questions, or there's anything we can do to help you with your web app, please get in touch. Thank you!

+
+ +
\ No newline at end of file diff --git a/src/pages/index.html b/src/pages/index.html index 0d99f54..f1b5273 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -1,28 +1,29 @@

What is Userbase?

-

Userbase is like a database, but purpose-built for web app user data. It's accessible directly +

Userbase is a database, but purpose-built for web apps. It is accessible directly from the browser through a very simple JavaScript SDK.


-

Why isn't it a database?

+

What does it do?

-

With Userbase you can durably store, update, delete, and query user data. But that's where the - similarities with traditional databases end.

+

Userbase becomes your database, as well as your backend. You can create fully dynamic web apps using + just static JavaScript, HTML, and CSS. No backend code necessary. +

Zero management

-

Unlike a real database, all Userbase queries run in the browser, with the server-side acting as - a dumb data store. There's no database to manage and worry about. +

Unlike a regular database, all Userbase queries run in the browser, with the server-side acting as + a dumb data store. There's no database to manage or worry about.

Built-in user management

-

Unlike a real database, Userbase takes care of your user accounts. It comes with built-in APIs for user +

Unlike a regular database, Userbase takes care of your user accounts. It comes with built-in APIs for user signups, logins, and access control.

End-to-end encrypted

-

Unlike a real database, Userbase won't show you what your users store in your web app.

-

Wait, what!? — Yes, that's a feature — maybe the most important feature. Userbase spares you from the liability - of handling user data by encrypting everything in the browser, using keys that always stay with the user.

+

Userbase won't show you what your users store in your web app. Yes, that's a feature — maybe the most important + feature. Userbase spares you from the liability of handling user data by encrypting everything in the browser, using + keys that always stay with the user.


@@ -30,7 +31,7 @@

When would I use it?

-

If you're building a web app, you will likely need a database. Userbase can substitute your +

If you're building a web app, you will likely need a database. Userbase can replace your database...

+
+

How much will it cost?

+

Open source

+

Userbase is being developed in the open, and is 100% open-source, MIT licensed. You can modify and extend the + backend to your liking, and run it yourself in your AWS account, always under your control.

-
+

As a service

+

Or for just $39/month you can go fully serverless, backendless, databaseless, and AWSless!

+ -
-

Who's behind this?

+
-

This product is the work of Daniel Vassallo and Justin Berman. We're a small independent business, structured to be lean, - profitable, and sustainable. We're here for the long haul. -

+
-

If you have any questions, or there's anything we can do to help you with your web app, please get in touch. Thank you!

-
+
+

Who's behind this?

-
\ No newline at end of file +

This product is the work of Daniel Vassallo and Justin Berman. We're a small independent business, structured to be lean, + profitable, and sustainable. We're here for the long haul. +

+ +

If you have any questions, or there's anything we can do to help you with your web app, please get in touch. Thank you!

+
+ +
\ No newline at end of file diff --git a/src/pages/mailing-list.html b/src/pages/mailing-list.html new file mode 100644 index 0000000..535afa0 --- /dev/null +++ b/src/pages/mailing-list.html @@ -0,0 +1,26 @@ +
+

Keep up to date

+ +

Userbase will be available around mid-December 2019. Enter your email to keep up to date.

+ +
+ + + + + +
+ +
+
+ +
+ +
\ No newline at end of file diff --git a/src/partials/footer.html b/src/partials/footer.html index 7ff2ea2..014cf1d 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -1 +1 @@ -
Copyright © 2019 Encrypted Development LLC
\ No newline at end of file +
Copyright © 2019 Encrypted Development LLC
\ No newline at end of file diff --git a/src/partials/header.html b/src/partials/header.html index d5e3732..a7635d1 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -1,9 +1,9 @@
- +

Userbase

-

You won't believe it's not a database!

+

You won't believe it's a database!


\ No newline at end of file