An open-source URL Shortener written in SvelteKit with PocketBase.
Svelte Shortener is a web application built with SvelteKit and PocketBase. It allows users to shorten URLs and manage them within a database. The application provides authentication for users and ensures that only verified users can create links. With the ability to deploy the application using Vercel or manually, Svelte Shortener offers flexibility in hosting options.
Svelte Shortener is a web application that allows users to shorten URLs securely. Built with SvelteKit and PocketBase, it offers features such as URL shortening, authentication, and flexible deployment options. By following the installation guide, users can set up their own instance of Svelte Shortener and start managing their shortened links.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
PocketBase is an open-source backend consisting of embedded SQLite database with realtime subscriptions, built-in auth management, file storage, and an admin dashboard - all in a single portable executable.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.