Link previews like in Twitter/LinkedIn/Facebook, but as downloadable images for use in any note taking tool (Notion. MacDown, Word, etc.)
=> Live Demo
- Link Preview - get the preview of any link
- Download Preview - download the preview as image and use in any note taking tool
- Analyse - check if the link has basic meta tags or not (Important for SEO)
- Dark Mode - choose your preferred theme (Dark or Light)
- Node.js
- Express.js
- React
- Tailwind CSS
- Vite
-> Get metdata of a link
GET https://link-preview-generator.onrender.com/api?url=
Parameter | Type | Description |
---|---|---|
url |
string |
Required. any url |
git clone https://github.com/pkkulhari/link-preview-generator.git
cd ./link-preview-generator
yarn install --cwd client && yarn install --cwd server
yarn --cwd ./server start
Start a new terminal session
yarn --cwd ./client dev
Now you can visit - http://localhost:5173/