Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benrandja-akram/shorto

URL shortener in the edge using Vercel edge functions.
https://github.com/benrandja-akram/shorto

edge nextjs url-shortener

Last synced: 3 days ago
JSON representation

URL shortener in the edge using Vercel edge functions.

Awesome Lists containing this project

README

        

# [Shorto](https://shorto.ink) URL shortener (www.shorto.ink)

Short is fast and free URL shortener on the edge using Vercel Edge functions & globally deployed Upstash Redis instance.

## Run app dev server

```sh
npm i
npm run dev
```

## Run app production server

```sh
npm i
npm run build
npm start
```