Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozsefsallai/bnuuy.link
Link shortener running on the edge, leveraging Vercel KV.
https://github.com/jozsefsallai/bnuuy.link
edge link-shortener url-shortener vercel vercel-edge-functions vercel-kv vercel-storage
Last synced: 3 days ago
JSON representation
Link shortener running on the edge, leveraging Vercel KV.
- Host: GitHub
- URL: https://github.com/jozsefsallai/bnuuy.link
- Owner: jozsefsallai
- License: mit
- Created: 2023-05-07T15:36:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T12:36:51.000Z (8 months ago)
- Last Synced: 2024-08-17T00:57:52.729Z (3 months ago)
- Topics: edge, link-shortener, url-shortener, vercel, vercel-edge-functions, vercel-kv, vercel-storage
- Language: TypeScript
- Homepage: https://bnuuy.link
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bnuuy.link
**See this app live on the web: https://bnuuy.link**
A simple Next.js 13 URL shortener app that runs on Vercel's Edge Network and
uses [Vercel KV][vercel-kv-url] to store the shortened URLs. This app was more
of an experiment to see how Vercel's new Redis-based key-value store works and
familiarize myself more with Next.js 13 and the new App Router.You can feel free to use this app as a template for your own personal URL
shortener. For the most optimal experience, you probably want to distribute
Vercel KV reads across multiple regions. This is currently only available in
Vercel's paid plans.## License
MIT.
[vercel-kv-url]: https://vercel.com/storage/kv