Quenti
The open source Quizlet alternative.
Install / Use
/learn @quenti-io/QuentiREADME
The open-source Quizlet alternative.
The Stack
Running Locally
Get up and running by following these steps.
Prerequisites
- Node.js 18.x
- MySQL
- Bun
- Docker and docker-compose (recommended)
Setup
-
Clone the repo
git clone https://github.com/quenti-io/quenti -
Go to the project folder
cd quenti -
Install dependencies with bun
bun i -
Set up the
.envfile-
Copy
.env.exampleto.env -
Use
openssl rand -base64 32to generate a key forNEXTAUTH_SECRETand set it as the value in.env -
Use
openssl rand -base64 24to generate a key forQUENTI_ENCRYPTION_KEYand set it as the value in.env -
You'll need to create a Google OAuth client ID from the Google API Console. There are plenty of guides for this, like this one from LogRocket embedded:

Navigate to Credentials and click on Create credentials, and then OAuth client ID. You will be asked to fill in the following:
Choose an Application Type: Select Web Application
Name: This is the name of your application
Authorized JavaScript origins: This is the full URL to the homepage of our app. Since we are still in development mode, we are going to fill in the full URL our development server is running on. In this case, it is
http://localhost:3000Authorized redirect URIs: Users will be redirected to this path after they have authenticated with Google:
http://localhost:3000/api/auth/callback/googleCopy your client ID and secret created and fill in the
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRETvalues in.env
-
-
Start up a local MySQL database with
docker-compose -f docker-compose.mysql.yml up -
Push schema changes and generate the Prisma client
bun prisma db:push
Running
Start a development server with
bun dev
or create and start a production build with
bun run build
bun start
Navigate to http://localhost:3000 and Quenti should be up and running!
Related Skills
bluebubbles
350.1kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
slack
350.1kUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
109.9kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

