Linktree alternative with little to no code required!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Hey there! Want a simple looking link management like Linktree/Milkshake but tired of it looking so bland? Look no further! Linkify is here to simplify your link management experience. It's packed with features to make your life easier.
Here's why Linkify rocks:
- Make your page look just the way you want with customizable themes, including a sleek dark mode, light mode, and premade theme (upcoming).
- No coding headaches here. Linkify gets you up and running in minutes, so you can focus on what matters.
- Free hosting using Vercel and add a personal touch with your own custom domain.
- Say goodbye to repetitive tasks. Linkify offers reusable components (buttons, cards, etc.) you can easily add whenever you want.
We're constantly improving on Linkify to meet your needs. Got any issues, ideas, or a feedback? We're all ears!
This project is built with the following tech-stack:
For a full list of dependencies, see package.json
.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is the step-by-step guide on how to install and setup this project efficiently.
- Clone the repo
git clone https://github.com/msafdev/linkify.git
- Install NPM packages
npm install
- Change the base color theme using Shadcn themes, then paste it to
globals.css
- Change to content of the page on
content/content.ts
- Run the project
npm run dev
- Open your browser and go to
http://localhost:PORT
- Make changes to the content of the page on
content/content.ts
- Make changes to the theme by adding "dark" on the html of the page
- Customize the code to your liking, and you're good to go!
- Go to your
http://localhost:PORT/generate
- Add each link you want to add to your page on their respective forms
- Click on the "Generate" button
- Copy the content of generated object and paste it on
content/content.ts
- Change the
devMode.template
oncontent/content.ts
tofalse
- Build the project or deploy it to Vercel (or any other hosting service actually)
- Add
content.ts
file generator - Add theme switcher with session storage
- Add Changelog
- Add Additional Templates w/ Examples
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/feature-name
) - Commit your Changes (
git commit -m 'Add a feature-name'
) - Push to the Branch (
git push origin feature/feature-name
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - Linkedin // faris.kocak@gmail.com
Project Link: https://github.com/msafdev/linkify
These are the resources that helped me build this project: