Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

AnchorArbor

βš“οΈπŸŒ² Create a static link-list page using tailwind

This project is inspired by Deno’s series of articles β€œA Whole Website in a Single JavaScript File” and the Deno β€œblog” module. These projects build HTML site and serve it in real-time with no build step. ArborAnchor is a single page route that offers a function with the signature (req: Request) => Response. The page renders a list of links, along with optional profile image, meta tags, a summary, and footer. I named it AnchorArborβ„’ get it πŸ˜‰? In reference to the popular service https://linktr.ee/. It uses tailwind πŸ•πŸ’¨ classes for theming 😎 so you can customize the design however you want, and share themes.

Source code running on Deno Deploy πŸ‘‰ https://dash.deno.com/playground/anchor-arbor

Live code running πŸ’— https://anchor-arbor.deno.dev/

You can run the exmaple with:

deno run --allow-net ./examples/alpha.ts