Skip to content
Zu Deutsch wechseln
Short Link

Short Link

This small demo project aims to showcase the possibilities of HTMX together with Bun. It was originally created for a presentation I gave as part of the FrankenJS Würzburg Meetup as an introduction to the topic of HTMX.

What is Short Link?

It's just a simple link shortener with the following capabilities:

  • Create new short links
  • Use these short links to redirect to the original page
  • List all generated links and their usage
  • Delete old links

Tech-Stack

  • HTMX
  • DaisyUI
  • Tailwind CSS
  • Elysia
  • SQLite
  • GitHub
  • Bun
  • TypeScript
  • HTML
  • Prettier
Published