
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
create-supertokens-app
Advanced tools

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.
Run the tool using the following command
npx create-supertokens-app@latest
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.
When running the tool you can provide additional arguments.
Option | About | Usage |
---|---|---|
appname | The folder name to be used when creating the application | --appname=my-app |
recipe | The type of authentication you want to use | --recipe=emailpassword |
frontend | The frontend stack to use for the application | --frontend=react |
backend | The backend stack to use for the application | --backend=node |
manager | Which package manager to use (npm, yarn, pnpm, bun) | --manager=pnpm |
autostart | Whether the CLI should start the project after setting up | --autostart=true |
help | Show help | --help |
version | Show version | --version |
firstfactors | The first factor to use your application | --firstfactors=otp,email |
secondfactors | The second factor to use your application | --secondfactors=otp,email |
skip-install | Skip installing dependencies | --skip-install=true |
providers | The 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.
Please refer to the CONTRIBUTING.md file in this repo.
For any queries, or support requests, please email us at team@supertokens.io, or join our Discord server.
Created with :heart: by the folks at SuperTokens.io.
FAQs

The npm package create-supertokens-app receives a total of 220 weekly downloads. As such, create-supertokens-app popularity was classified as not popular.
We found that create-supertokens-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.