Update the homepage text

This commit is contained in:
Daniel Vassallo
2019-10-01 10:21:46 -07:00
parent 35a3187257
commit 5e774561e0
5 changed files with 86 additions and 46 deletions

14
src/pages/about.html Normal file
View File

@@ -0,0 +1,14 @@
<div class="section">
<h3 id="about">Who's behind this?</h3>
<p>This product is the work of <a href="https://twitter.com/dvassallo" target="_blank"
rel="noopener noreferrer">Daniel Vassallo</a> and <a href="https://twitter.com/justinberman95" target="_blank"
rel="noopener noreferrer">Justin Berman</a>. We're a small independent business, structured to be lean,
profitable, and sustainable. We're here for the long haul.
</p>
<p>If you have any questions, or there's anything we can do to help you with your web app, please <a
href="mailto:daniel@encrypted.dev">get in touch</a>. Thank you!</p>
</div>
<hr>

View File

@@ -1,28 +1,29 @@
<div class="section"> <div class="section">
<h3 id="what-is-userbase">What is Userbase?</h3> <h3 id="what-is-userbase">What is Userbase?</h3>
<p>Userbase is like a database, but purpose-built for web app user data. It's accessible directly <p>Userbase is a database, but purpose-built for web apps. It is accessible directly
from the browser through a very simple JavaScript SDK.</p> from the browser through a very simple JavaScript SDK.</p>
</div> </div>
<hr> <hr>
<div class="section"> <div class="section">
<h3 id="why-not-a-database">Why isn't it a database?</h3> <h3 id="why-not-a-database">What does it do?</h3>
<p>With Userbase you can durably store, update, delete, and query user data. But that's where the <p>Userbase becomes your database, as well as your backend. You can create fully dynamic web apps using
similarities with traditional databases end.</p> just static JavaScript, HTML, and CSS. No backend code necessary.
</p>
<h4 id="zero-management">Zero management</h4> <h4 id="zero-management">Zero management</h4>
<p>Unlike a real database, all Userbase queries run in the browser, with the server-side acting as <p>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 and worry about. a dumb data store. There's no database to manage or worry about.
</p> </p>
<h4 id="user-management">Built-in user management</h4> <h4 id="user-management">Built-in user management</h4>
<p>Unlike a real database, Userbase takes care of your user accounts. It comes with built-in APIs for user <p>Unlike a regular database, Userbase takes care of your user accounts. It comes with built-in APIs for user
signups, logins, and access control.</p> signups, logins, and access control.</p>
<h4 id="e2ee">End-to-end encrypted</h4> <h4 id="e2ee">End-to-end encrypted</h4>
<p>Unlike a real database, Userbase won't show you what your users store in your web app.</p> <p>Userbase won't show you what your users store in your web app. Yes, that's a feature — maybe the most important
<p>Wait, what!? — Yes, that's a feature — maybe the most important feature. Userbase spares you from the liability feature. Userbase spares you from the liability of handling user data by encrypting everything in the browser, using
of handling user data by encrypting everything in the browser, using keys that always stay with the user.</p> keys that always stay with the user.</p>
</div> </div>
<hr> <hr>
@@ -30,7 +31,7 @@
<div class="section"> <div class="section">
<h3 id="what-would-i-use-it">When would I use it?</h3> <h3 id="what-would-i-use-it">When would I use it?</h3>
<p>If you're building a web app, you will likely need a database. Userbase can substitute your <p>If you're building a web app, you will likely need a database. Userbase can replace your
database... </p> database... </p>
<ul> <ul>
<li>If you want to build a web app without writing any backend code.</li> <li>If you want to build a web app without writing any backend code.</li>
@@ -46,25 +47,7 @@
<div class="section"> <div class="section">
<h3 id="how-do-i-start">How do I start?</h3> <h3 id="how-do-i-start">How do I start?</h3>
<p>Userbase will be available around mid-December 2019.</p> <p>Userbase will be available around mid-December 2019. Enter your email to keep up to date.</p>
<h4 id="oss">Open source</h4>
<p>Userbase is being developed in the open, and is <a href="https://github.com/encrypted-dev/userbase" target="_blank"
rel="noopener noreferrer">100% open-source</a>, MIT licensed. You can modify and extend the
backend to your liking, and run it yourself in your AWS account, always under your control.</p>
<h4 id="saas">As a service</h4>
<p>Or for just $39/month you can go fully serverless, backendless, databaseless, and AWSless!</p>
<ul>
<li>Unlimited web apps.</li>
<li>Unlimited users.</li>
<li>1 GB storage included.</li>
<li>Unlimited extra storage at $1/month per GB.</li>
<li>All features included.</li>
</ul>
<h4 id="mailing-list">Join the waiting list</h4>
<p>Enter your email to receive occasional updates about Userbase. No spam ever.</p>
<form method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" <form method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank"
class="validate text-center" class="validate text-center"
@@ -84,6 +67,23 @@
<div class="clear"></div> <div class="clear"></div>
</form> </form>
<div class="section">
<h3 id="pricing">How much will it cost?</h3>
<h4 id="oss">Open source</h4>
<p>Userbase is being developed in the open, and is <a href="https://github.com/encrypted-dev/userbase"
target="_blank" rel="noopener noreferrer">100% open-source</a>, MIT licensed. You can modify and extend the
backend to your liking, and run it yourself in your AWS account, always under your control.</p>
<h4 id="saas">As a service</h4>
<p>Or for just $39/month you can go fully serverless, backendless, databaseless, and AWSless!</p>
<ul>
<li>Unlimited web apps.</li>
<li>Unlimited users.</li>
<li>1 GB storage included.</li>
<li>Unlimited extra storage at $1/month per GB.</li>
<li>All features included.</li>
</ul>
</div> </div>
<hr> <hr>

View File

@@ -0,0 +1,26 @@
<div class="section text-center">
<h3 id="how-do-i-start">Keep up to date</h3>
<p>Userbase will be available around mid-December 2019. Enter your email to keep up to date.</p>
<form method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank"
class="validate text-center"
action="https://danielvassallo.us20.list-manage.com/subscribe/post?u=e3b0fd293a0e6d7ea0080fafe&amp;id=d0aae9dd3e">
<input type="email" value="" name="EMAIL" id="mce-EMAIL" required autocorrect="off" spellcheck="false"
placeholder="Email address"
class="font-light text-sm h-10 p-2 border border-gray-500 outline-none w-64 rounded my-4 inline-block">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"
class="rounded-lg w-40 h-10 bg-yellowish font-bold cursor-pointer text-gray-900 inline-block relative"
style="top: 1px;">
<div class="mc-status" class="hidden"></div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_e3b0fd293a0e6d7ea0080fafe_d0aae9dd3e" tabindex="-1" value=""></div>
<div class="clear"></div>
</form>
</div>
<hr>

View File

@@ -1 +1 @@
<div class="font-sans tracking-tight my-10 text-xs">Copyright © 2019 Encrypted Development LLC</div> <div class="font-sans tracking-tight my-10 text-xs text-center">Copyright © 2019 Encrypted Development LLC</div>

View File

@@ -1,9 +1,9 @@
<div class="section"> <div class="section">
<div class="flex justify-center"> <div class="flex justify-center">
<img class="w-32 h-32" src="../img/icon.png"> <a href="/"><img class="w-32 h-32" src="../img/icon.png"></a>
</div> </div>
<h1 class="font-logo">Userbase</h1> <h1 class="font-logo">Userbase</h1>
<h2>You won't believe it's not a database!</h2> <h2>You won't believe it's a database!</h2>
</div> </div>
<hr> <hr>