How I made a really fast Link Shortener that runs on the edge

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • deoxys

    Discontinued deoxys is a fast and optimized link shortener

  • You can look at the source code here. It's just a standard Next.js project, I also set up tRPC and Prisma, and connected to my database.

  • zod

    TypeScript-first schema validation with static type inference

  • I'm also using zod for input validation here. Really good library.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vitess

    Vitess is a database clustering system for horizontal scaling of MySQL.

  • The frontend is built with Next.js which is a full stack React framework. I'm using tRPC as my API layer for that sweet type-safety. I wrote a blog about tRPC if you're not familiar with it. The database is a MySQL database (Vitess to be precise) provided by PlanetScale.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • TailwindCSS

  • React

    The library for web and native user interfaces.

  • The frontend is built with Next.js which is a full stack React framework. I'm using tRPC as my API layer for that sweet type-safety. I wrote a blog about tRPC if you're not familiar with it. The database is a MySQL database (Vitess to be precise) provided by PlanetScale.

  • Next.js

    The React Framework

  • Next.js

  • duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

  • setForm({ ...form, url: e.target.value })} placeholder="https://duckduckgo.com" className="block w-full px-4 py-2 font-normal bg-black border-2 border-gray-200 rounded-md focus:outline-none placeholder:text-gray-400" required />

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts