🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

create-supertokens-app

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-supertokens-app

![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/Artboard%20%E2%80%93%2027%402x.png)

0.0.57
latest
npm
Version published
Weekly downloads
228
418.18%
Maintainers
2
Weekly downloads
 
Created
Source

SuperTokens banner

create-supertokens-app

chat on Discord

create-supertokens-app is a command line tool that lets you quickly setup and explore how SuperTokens integrates with other popular frameworks. You can use it as an educational tool, to learn how SuperTokens works, or as a starting point for your own applications.

Usage

Using npm

Run the tool using the following command

npx create-supertokens-app@latest

Using Bun

Run the tool using the following command

bun create supertokens-app@latest --manager=bun

You can then select the tech stack that is relevant to you.

The tool creates a folder for the created application. You can follow the instructions the tool provides to then start the application.

Additional usage options

When running the tool you can provide additional arguments.

OptionAboutUsage
appnameThe folder name to be used when creating the application--appname=my-app
recipeThe type of authentication you want to use--recipe=emailpassword
frontendThe frontend stack to use for the application--frontend=react
backendThe backend stack to use for the application--backend=node
managerWhich package manager to use (npm, yarn, pnpm, bun)--manager=pnpm
autostartWhether the CLI should start the project after setting up--autostart=true
helpShow help--help
versionShow version--version
firstfactorsThe first factor to use your application--firstfactors=otp,email
secondfactorsThe second factor to use your application--secondfactors=otp,email
skip-installSkip installing dependencies--skip-install=true
providersThe social auth providers to use for your application (if using thirdparty as a factor)--providers=google,github

Note: use either --recipe or --firstfactors and/or --secondfactors. The --recipe flag is aimed to be used for the interactive mode and for multi-tenant applications primarily.

Contributing

Please refer to the CONTRIBUTING.md file in this repo.

Contact us

For any queries, or support requests, please email us at team@supertokens.io, or join our Discord server.

Authors

Created with :heart: by the folks at SuperTokens.io.

FAQs

Package last updated on 30 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts