Introducing Shortstack: A Simple, Scalable URL Shortener

Today

Introducing Shortstack: A Simple, Scalable URL Shortener

Hey everyone! πŸ‘‹

Welcome to the first post on my new blog! Today, I want to introduce you to Shortstack, a URL shortener I built using Node.js, TypeScript, GraphQL, and AWS.

Why I Built Shortstack

I recently gained the AWS CCP (Certified Cloud Practitioner) and wanted to build something fairly simple that I could deploy to AWS to put theory to practice.

Shortstacks selling points:

βœ… Is serverless and cost-efficient – Only runs when needed, thanks to AWS Lambda.
βœ… Uses modern tech – GraphQL, TypeScript, and DynamoDB for fast lookups.
βœ… Has a clean UI – Built with Next.js, Tailwind, and Apollo Client.
βœ… Is fully owned and controlled by me – No reliance on third-party services.

How It Works

Here’s a quick breakdown of the architecture: