Skip to content

Url Shortener built with Svelte & Elysia

License

Notifications You must be signed in to change notification settings

TiageMiguel/Shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorten - URL Shortener

shorten banner

Shorten is a URL shortener project built with Svelte and Tailwind, using Elysia and Prisma. This project is using Bun.

Introduction

Shorten is a lightweight URL shortener that allows users to generate shortened URLs for long links. It's built using Svelte, a reactive web framework, and Elysia as the server, exposing an api for URL shortening and server health.

URL shorteners are handy tools for creating easy to share links on platforms with character limits, such as X (Twitter), or for creating memorable links for marketing campaigns, or bio links.

Features

  • Shorten long URLs into concise, easy-to-share links.
  • Redirect users seamlessly from shortened URLs to the original destinations.
  • Simple and intuitive user interface powered by Svelte.

Techologies

  • SvelteKit
  • Elysia
  • Tailwind
  • Prisma
  • Bun

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute this code for any purpose.