URL shortener app

Installation Steps

Download the url-shortner-app directory. Click here to download it.

Unzip the downloaded file and navigate to the working directory.

bash
cd RapidAPI\ DevRel-Examples-External\ main\ url-shortner-app/

Install dependencies

bash
npm install

Create .env file in root and add your variables

bash
NEXT_PUBLIC_RAPID_API_KEY=YOUR_RAPID_API_KEY

Run the app

bash
npm run dev

You are all set! Open localhost:3000 to see the app.

URL shortener app

Simple and fast tool to create a shortened URL making it easy to remember and share. Built using URL Shortener API.

More examples

AI Text Shortener App

This example will help you build a full-stack AI app using React, Next.js, and Rapid's API Hub.

AI Wallpaper Generator App

Building AI apps can be easy if you know where to start. In this guide, we will build an AI wallpaper generator from scratch using RapidAPI Client, Hub, and OpenAI.

Title Case App

Your headings need to be properly title-cased to differentiate them from normal text. In this piece, let’s build a small application just for this.