This repository is the main codebase of LinkCraft — a tool to create your own Linktree-style page using just HTML.
You can clone and modify this project, or simply use the hosted generator at:
Explore example implementations of LinkCraft:
- Go to https://linkcraft.pages.dev
- Fill in your name, bio, avatar, and links
- The site will generate HTML code for your link page
- Copy the code and save it as an
.html
file (for example:index.html
) - Host it anywhere you like, such as Netlify, GitHub Pages, or Vercel
If you prefer to self-host or want to customize the tool:
git clone https://github.com/qomarhsn/LinkCraft.git
cd LinkCraft
npm i
npm run dev
This project was created by Vibe Coding.
All code was written with the help of AI.
The project is built using TypeScript, Tailwind CSS, and Vite.
This project is available under the MIT License.