Software Alternatives & Reviews

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

Typescript Tailwind CSS React Prisma GraphQL API PlanetScale Next.js DuckDuckGo
  1. TypeScript allows developers to compile a superset of JavaScript to plain JavaScript on any browser, host, or operating system.
    Pricing:
    • Open Source

    #Programming Language #OOP #Generic Programming Language 25 social mentions

  2. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source

    #Developer Tools #Design Tools #Website Design 866 social mentions

  3. 3
    A JavaScript library for building user interfaces
    Pricing:
    • Open Source
    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.

    #Javascript UI Libraries #JS Library #JavaScript Framework 775 social mentions

  4. Prisma helps modern applications access and manipulate data through a unified data layer
    Pricing:
    • Open Source

    #Project Management #Workflow Automation #Web Service Automation 63 social mentions

  5. The last database you'll ever need. Go from idea to IPO.
    Pricing:
    • Open Source
    • Freemium
    • Free Trial
    • $29.0 / Monthly (250GB)

    #Vitess #Databases #Relational Databases 98 social mentions

  6. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source

    #Developer Tools #Web Frameworks #JavaScript Framework 919 social mentions

  7. The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.
    Pricing:
    • Open Source
    <input type="url" value={form.url} maxLength={3000} onChange={(e) => 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 />.

    #Search Engine #Web Search #Internet Search 1666 social mentions

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

Log in or Post with