Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro-powered link-in-bio template for displaying all your social media and website links on a single customizable page.
Share Your Links is an Astro-powered link-in-bio template that renders all your social media and website links on a single, customizable page. Built by SofiDev and listed on the Astro Themes portal, this MIT-licensed project lets you maintain your link collection in one JavaScript data file and publish it as a fast static site.
Share Your Links is a starter template for building a "link in bio" or "all my links" page with Astro. It takes as input a user-editable JavaScript array of items, each with a title, a destination URL, and an Iconify icon identifier, and produces a static web page with a clean, icon-based list of clickable links. The template runs on the Astro framework, uses custom CSS for styling, and is distributed through the Astro Themes portal and the repository SofiDevO/allmylinks.
npm run build and offering a development server with npm run dev.logos:react in the data file, and a single script tag in the HTML head enables them.userLinks array inside src/data.js; each object stores a title, a link URL, and an icon string, so no HTML editing is needed to update your links.npm create astro@latest -- --template SofiDevO/allmylinks, avoiding manual cloning.npm run dev), production build (npm run build), preview (npm run preview), and the Astro CLI (npm run astro).mailto: link in the link field, for example mailto:[email protected], to let visitors start an email directly from the page.The workflow is data-driven. First, install dependencies with npm install after cloning or scaffolding the repo. Next, open src/data.js and edit the userLinks array, changing the title, link, and icon properties for each item. Finally, run npm run dev to preview changes locally or npm run build to generate a deployable static site; the Iconify script in the HTML head renders the icons client-side by fetching them from the CDN.
