App is currently in construction.
pepper
lets you manage your shortlinks with ease using Next.js and Vercel serverless functions.
Pepper allows you to manage your shortlinks with ease. It is built with Next.js and Vercel serverless functions.
- Next.js
- Edge Functions
- Tailwind CSS
- Clone the repo
git clone
- Install dependencies
npm install
- Run the development server
npm run dev
Deployment Steps
- Press the button above to deploy to Vercel.
- Add the following environment variables in the Vercel dashboard.
- NEXT_PUBLIC_ID - Your Login Username
- NEXT_PUBLIC_PASSWORD - Your Login Password
- Connect Postgres database to your Vercel project. Follow this guide.
- All done! 🎉
- (Optional) If you want to use your own domain, follow this guide.