bcakmakoglu /
vue-flow
A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
Loading repository data…
deviatorsclub / repository
A customizable and lightweight Linktree clone built with TypeScript and JavaScript, designed for managing and sharing multiple links in a single page. Ideal for personal profiles, businesses, or social media accounts.
A modern, responsive linktree implementation built with Next.js 15, featuring animated background, glassmorphism design and smooth animations.
Clone the repository
git clone <repository-url>
cd linktree-main
Install dependencies
pnpm install
Run the development server
pnpm run dev
Open in browser
http://localhost:3000
Edit the links in src/data/links.tsx:
const links: LinkData[] = [
{
name: "Website",
icon: Globe,
href: "https://your-website.com",
subline: "Visit our website",
color: "#0047AB",
},
// Add more links...
];
The design uses Tailwind CSS classes and can be customized in:
tailwind.config.ts - Theme configurationsrc/app/globals.css - Global stylespnpm run dev - Start development serverpnpm run build - Build for productionpnpm run start - Start production serverpnpm run lint - Run ESLintpnpm run format - Format code with Prettierpnpm run type-check - Check TypeScript typesThe easiest way to deploy is using Vercel:
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Made with ❤️ by Deviators Club
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Selected from shared topics, language and repository description—not editorial ratings.
bcakmakoglu /
A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
vmware-archive /
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
AmanVarshney01 /
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
open-source-labs /
🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
xandemon /
A collection of well-optimized SVG tech logos for developers and designers—customizable, scalable, and free.
LekoArts /
Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options.