https://github.com/skaldus/linkoid
Linkoid is a simple URL shortener built for fun.
https://github.com/skaldus/linkoid
appdir nextjs prisma react reactjs shadcn-ui tailwindcss typescript url-shortener urlshortener zod zustand
Last synced: 5 months ago
JSON representation
Linkoid is a simple URL shortener built for fun.
- Host: GitHub
- URL: https://github.com/skaldus/linkoid
- Owner: skaldus
- License: mit
- Created: 2023-07-28T23:21:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T11:24:27.000Z (over 1 year ago)
- Last Synced: 2025-07-10T04:01:33.324Z (12 months ago)
- Topics: appdir, nextjs, prisma, react, reactjs, shadcn-ui, tailwindcss, typescript, url-shortener, urlshortener, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔗 Linkoid
Linkoid is a simple URL shortener built for fun.
## 📜 Features
- Next.js APP router
- Styled using Tailwind CSS
- UI components by [shadcn](https://ui.shadcn.com/)
- Schema validation using Zod
- Forms built on top of React Hook Form
- ORM using Prisma
- Written in TypeScript
- Illustration by [unDraw](https://undraw.co/illustrations)
- CSRF tokens using edge-csrf package
## 💻 Development
1. Install project dependencies:
```
pnpm install
```
2. Copy `env.example` to `.env.local` and fill in environment variables
3. Migrate your database up to date
4. Start the development server:
```
pnpm dev
```
## License
Licensed under the [MIT license](https://github.com/skaldus/linkoid/blob/master/LICENSE)