https://github.com/arn4v/brevis
Serverless URL shortener made with Next.js & Redis.
https://github.com/arn4v/brevis
nodejs react redis typescript vercel
Last synced: 2 months ago
JSON representation
Serverless URL shortener made with Next.js & Redis.
- Host: GitHub
- URL: https://github.com/arn4v/brevis
- Owner: arn4v
- Created: 2021-05-24T06:37:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T12:06:57.000Z (over 4 years ago)
- Last Synced: 2025-06-14T05:03:04.123Z (about 1 year ago)
- Topics: nodejs, react, redis, typescript, vercel
- Language: TypeScript
- Homepage: https://brevis.link
- Size: 312 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brevis
Brevis is an incredibly simple URL shortener made to demo Next.js + Upstash Serverless Redis + Vercel.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
```bash
# Redis connection uri
REDIS_URL=""
```
## Demo
Visit [brevis.link](https://brevis.link)
## Deployment
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Farn4v%2Fbrevis&env=REDIS_URL) [](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Farn4v%2Fbrevis&plugins=redis&envs=REDIS_URL)
## License
[MIT](https://choosealicense.com/licenses/mit/)