API
Get Database
You can get information about the database on the /
endpoint.
Increment & Decrement
Redirection
You can use a ?redirectTo=
query parameter to redirect the user to a specific page after login.
<form action='https://app.db.ht/waitlist'> <input type='hidden' name='redirectTo' value='https://example.com/thanks'> <input type='email' name='email' placeholder='[email protected]'> <input type='submit' value='Login'></form>
Updates