A web-based document editor and document storage. Blazing fast and highly extensible. https://chickenscratch.now.sh
- Vercel account (or anywhere else you can deploy Next.JS applications)
- MongoDB database
- Magic SDK publishable and secret key (for authentication)
- Cryptographically random string encoded in base64 for the JWT secret
Once you've got all that, click the "Deploy to Vercel" button below:
Or, for other platforms or in development, here's what your environment variables should look like:
.env
--------------------------
MONGODB_URI=
MONGODB_DB=data
NEXT_PUBLIC_MAGIC_PUBLISHABLE_KEY=
MAGIC_SECRET_KEY=
NEXT_PUBLIC_SERVER_URL=<Your full server URL> or http://localhost:3000
JWT_SECRET=