Skip to content

skaldus/linkoid

Repository files navigation

🔗 Linkoid

Linkoid is a simple URL shortener built for fun.

LIVE DEMO

📜 Features

  • Next.js APP router
  • Styled using Tailwind CSS
  • UI components by shadcn
  • Schema validation using Zod
  • Forms built on top of React Hook Form
  • ORM using Prisma
  • Written in TypeScript
  • Illustration by unDraw
  • CSRF tokens using edge-csrf package

💻 Development

  1. Install project dependencies:
pnpm install
  1. Copy env.example to .env.local and fill in environment variables
  2. Migrate your database up to date
  3. Start the development server:
pnpm dev

License

Licensed under the MIT license