Fast and easy Authenticationfor NextJS folks

Support users in your NextJS app within minutes without spending weeks and tons of money on an infrastructure

Integration within a minute

By using our open source package

pages/_app.tsx
import type { AppProps } from 'next/app';
import UserApiProvider from '@userapi.io/next/provider';

function MyApp({ Component, pageProps }: AppProps) {
  return (
    <UserApiProvider>
      <Component {...pageProps} />
    </UserApiProvider>
  );
};
.local.env
USERAPI_JWT_SECRET=<your-secret-key>
USERAPI_ENV_TOKEN=<your-env-token>
pages/api/u/[...slug].ts
import { UserApiProxy } from '@userapi.io/next/server';

export default UserApiProxy();

Built-in e-mail support

Send e-mails to your users with no extra cost without setting up a server

No setup required

No need to configure any e-mail server or client. UserApi does this by itself.

Free to use

We don't charge any extra money to send e-mail to your users. No matter how many.

Fully customizable

Customize messages you'd like to send your users. And send them from your domain as well.
Tu pasuje jakaś grafika czy coś...

Fair pricing

Some description. Don't know which one

Basic

$10/month

Great to start

  • Up to 10,000 users
  • One app
  • One custom domain
  • Built-in e-mail provider
Start for free

Essential

Recommended

$25/month

Great to expand

  • Up to 25,000 users
  • 10 apps
  • 10 custom domains
  • Built-in e-mail provider
Start for free

Premium

$50/month

Dunno

  • Up to 50,000 users
  • Unlimited apps
  • Unlimited custom domains
  • Built-in e-mail provider
Start for free

Ready to dive in?Sign up for Early Access.

UserApi is completely free during the early access period.

App screenshot