A modern, fast URL shortener built with React and Next.js, deployed on Vercel.
- Clean, minimal interface
- Fast URL shortening
- Secure and reliable
- Built with modern web technologies
- Fully responsive design
- React - UI Framework
- Next.js - React Framework
- TailwindCSS - Styling
- TypeScript - Type Safety
- Vercel - Hosting & Deployment
- Clone the repository:
git clone https://github.com/shayd3/ryro.git
cd ryro
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open http://localhost:3000 in your browser to see the result.
This project is deployed on Vercel. To deploy your own version, follow these steps:
- Clone the repository:
git clone https://github.com/shayd3/ryro.git
cd ryro
- Install dependencies:
pnpm install
- Deploy to Vercel:
vercel
- Open your deployed URL to see the result.
The database is deployed on Vercel (Via Supabase). To see the database, you can use the Vercel dashboard.
pnpx prisma migrate dev --name <name of migration>
pnpm prisma generate