Open source client library. Premium services for scale. Pay only for what you use.
Perfect for development and small apps
For growing applications
For enterprise applications
Add H33 to your platform and offer passwordless authentication to millions
Auth0, Okta, Firebase Auth
// Add H33 in 2 lines
import H33 from '@h33/core';
auth0 = H33.enhance(auth0);
Instantly upgrade your users to passwordless
Stripe, Square, PayPal
// Add fraud prevention
const h33Stripe = new H33StripeProcessor();
const result = await h33Stripe.processPayment(data);
99.9% fraud prevention, quantum-secure payments
Android, iOS, Router Manufacturers
// Every device becomes a SCIF
#include
H33SecurePhone* scif = h33_initialize();
Turn every phone into a secure compartment
$10K-500K/month
20% of additional revenue
$0.10-1.00/user/month
import H33 from '@h33/core';
function LoginButton() {
const h33 = new H33();
const handleLogin = async () => {
const result = await h33.authenticate({
email: 'user@example.com'
});
if (result.success) {
// User authenticated!
}
};
return (
<button onClick={handleLogin}>
Login with H33
</button>
);
}
import H33 from '@h33/core';
const h33 = new H33({ apiKey: process.env.H33_API_KEY });
app.use(async (req, res, next) => {
const result = await h33.authenticate({
id: req.session.userId
});
if (result.success) {
req.user = result;
next();
} else {
res.status(401).send('Authentication failed');
}
});
Start free, scale with premium features, or partner with us for millions of users