This is a link-sharing website built using Next.js. It allows to display of multiple links in a simple and customizable way. No backend or server is involved-everything runs on the client side.
live: connect.karthikshetty.info
- ✅ Built with Next.js for a fast and optimized experience
- ✅ Fully static – No server required
- ✅ Privacy-focused – Your links are not shared with third-party services
- ✅ Customizable – Modify the design and links as needed
- ✅ Deployable on platforms like Vercel, GitHub Pages, or Netlify
- Clone the repository
git clone https://github.com/karthikshetty26/connect.git
- Install dependencies
npm install # or yarn install
- Run the development server
npm run dev # or yarn dev
Open http://localhost:3000 in your browser to see the site.
-
Customize your links
- Modify the
links.js
(or similar file) to update your links - Edit styles used
- Modify the
-
Build and Deploy
npm run build # or yarn build
Deploy on Vercel, Netlify, or GitHub Pages as needed.
This project is intended for personal use, but feel free to fork and modify it. Contributions are welcome!
This project is open-source under the MIT License.