A link shortener and linktree alternative designed to run on cloudflare pages.
Here are some of the current and planned features of lazylink:
- Link shortening
- Linktree alternative
- fontawesome icons
- qr code generation for links
- Fork this repository
- Edit the config file in
./config/config.ts
- Create a cloudflare account (if you don't already have one)
- Create a cloudflare pages project (under the workers and pages tab)
- Connect your forked repository to your cloudflare pages project (youll need to connect your github account to cloudflare)
- Bobs yr uncle, you're done!
- (Optional) Add a CNAME record to your domain pointing to your cloudflare pages project
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project, like most of my other project is licenced under the AGPL-3.0 license. This means that you are free to use, modify and distribute this software as long as you make your changes available under the same license.
- qr code generation for links
- make css less of a mess
- make a better guide for setting up
- docker container for ppl who want to self host