Skip to content

isanchez-userfront/next-js-sample-app

 
 

Repository files navigation

Deploy with Vercel

Userfront Next 14 Example

This is a Next.js project bootstrapped with create-next-app and using @userfront/next for auth.


Curious about how to use the Next SDK on your existing application?

Read the quickstart instructions on Userfront.

Read the guide on Userfront.

Requirements

  • Node.js v18 or later

Getting Started

Install packages:

npm install

Add your tenant id and api key to your .env:

USERFRONT_TENANT_ID="..."
USERFRONT_API_KEY="..." # Admin key

Run the development server with hot reloading:

npm run dev

Troubleshooting

Need some help? We're always here and happy to help. Please do not hesitate to contact support.

About

Sample app for userfront using nextjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.5%
  • CSS 14.5%
  • JavaScript 7.0%