The Stytch SDKs provide a customizable pre-built login form to start a login flow, along with methods that communicate directly with the Stytch API These help you get up and running with Stytch faster by avoiding the struggles associated with creating a login UI and removing the need to create endpoints on your backend to make requests to Stytch.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
npm package
@stytch/nextjs
Next.js specific bindings for the Stytch SDK, including
StytchProviderCompatibility and requirements
Languages
The SDK is available in vanilla JavaScript along with React and Next.js components. Full TypeScript typing is available out of the box. Web components are available in the vanilla JS library and can be used in most frontend frameworks (see examples for Vue.js and Svelte).Browsers
- Chrome 109 desktop and mobile
- Safari 16 desktop and mobile
- Firefox 106 desktop
- Custom themes need
color-mix()support (Chrome 111, Safari 16.2, Firefox 113). We have compatibility helpers if you need to support older browsers.