2025*
MVP
under dev
Background
I’m currently developing a Vue-based link-in-bio generator designed to offer a new approach to creating personal link pages. Unlike traditional platforms that require accounts and cloud storage, this tool aims to give users a fast, private, and effortless way to build a fully shareable link profile — without relying on any backend systems.
Core problem
Most existing link-in-bio tools depend heavily on databases, signups, and dashboards. This creates unnecessary friction and raises privacy concerns for users who simply want to share a clean list of links. There’s a growing need for a simpler, more secure solution that removes account creation and data storage entirely.
Crafting a seamless Link-in-Bio Tool
This upcoming project focuses on creating a serverless, privacy-first experience. Instead of storing user information on a database, the app will encode all content into a base64 string directly inside the URL itself. Users will be able to generate a custom page instantly and shorten their encoded link for easy sharing — all without creating an account or giving up any personal data.
Steps Being Taken
Base64-in-URL Architecture: The app is being designed so every configuration — links, text, and styling — is embedded inside the URL. This removes the need for any backend storage.
Account-Free Usage: Since no data is stored on a server, users won’t need to sign up or log in. They’ll create their page and immediately receive their shareable link.
Integrated Link Shortening: To transform long base64 URLs into clean, compact links, a link-shortening feature is being built directly into the app.
Privacy and Security by Design: With no data collected or saved anywhere, the tool will offer complete privacy. All user information remains entirely client-side.
Lightweight, Fast UI: The interface is being developed using Vue to keep everything smooth, minimal, and responsive.
Results and Impact
Base64-encoded data stored directly in the URL
Zero backend, zero databases — fully serverless
No signups or accounts required
Built-in link shortening system
Privacy-focused design with no data storage
Lightweight, fast Vue interface
