Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A static link-in-bio template built with Eleventy and TailwindCSS as a customizable alternative to Linktree for developers.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Eleventree is an open-source link-in-bio template built with the Eleventy static site generator and styled with TailwindCSS, designed as an alternative to Linktree for developers to showcase projects and social links.
Eleventree is a static site template that produces a single-page link gallery — a "bookmark list" — for sharing social media links, project URLs, and bookmarks. It runs on Eleventy (11ty), a JavaScript-based static site builder, and uses TailwindCSS for styling. The template is authored by ted2xmen and published on GitHub, and it is structured so that all content lives in the _data directory, making it simple to edit. Its output is a plain HTML page that can be hosted on any static host, including Netlify.
_data folder, so updates are made by editing text files rather than touching layout code.npm install then npm start, with documentation pointing at the _data directory for customization.Developers who want their own link-in-bio page to promote GitHub projects, social profiles, and bookmarks will find it direct and configurable. It also suits designers who want a minimal TailwindCSS starting point for a personal page. Anyone looking to avoid closed link-in-bio platforms can host Eleventree on free static hosting.
Start by cloning the repository from GitHub. Then run npm install to install dependencies and npm start to launch the local development server. After that, customize the contents of the _data directory with your own links, profile text, and site details, then deploy via Netlify or any static host.
Linktree is the hosted link-in-bio service that this template positions itself against; it requires no coding but offers less design control and keeps your audience data on a third-party platform.
Yes, the template is open source and available free from its GitHub repository. You can deploy it to Netlify's free tier or any static hosting service, so the only costs would be a custom domain if you choose to use one.
Edit the files inside the _data directory. This is where your links, profile information, and site content are stored. Rebuild the site by running the local server and your changes appear in the generated HTML.
No. Eleventy builds a fully static site, so there is no server-side code, database, or API required. All content is processed at build time.
Yes. The repository includes a dedicated Deploy to Netlify button that connects your GitHub repo to Netlify and automatically builds the site.
It uses Eleventy (11ty) as the static site generator and TailwindCSS for styling. There is no JavaScript framework like React or Vue involved; the output is plain HTML and CSS.
