Skip to content

Rohithgilla12/short-cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fd9bda · Aug 29, 2022

History

19 Commits
Aug 27, 2022
Aug 27, 2022
Aug 29, 2022
Aug 27, 2022
Aug 27, 2022
Aug 29, 2022
Aug 29, 2022
Aug 27, 2022
Aug 29, 2022
Aug 29, 2022
Aug 27, 2022
Aug 28, 2022
Aug 27, 2022
Aug 29, 2022

Repository files navigation

ShortCut - Blazingly fast URL Shortener with great analytics built in

  • Provides a great visual analytics of your short links.
  • Fastest redirects to your original URL.
  • No need to wait for the page to load.

Insert app screenshots

Overview video

Home Screen

Analytics

Here's a short video that explains the project and how it uses Redis:

https://youtu.be/FvetxMf6msY

Tada

How is it blazingly fast?

It gets the required information that is necessary for redirect directly from redis. With the help of redis-search the time taken for retrieval is super fast. Along with this excellent retrieval time, I deployed serverless functions on the edge so the redirects are faster. So as a combination of both redis and next js we were able to achieve it.

Future scopes that will be added On a higher level, these are the future scopes that are possible to add.

  • Using redis for saving and fetching analytics.
  • Ability to share links dashboard with others.
  • Protected links, with passwords.
  • Time based analytics, to know at what time the link was clicked the most.
  • Developer API to create the links.
  • Marketplace to add widgets to the application.
  • More ways for user to sign in.