A minimalist metadata inspector and link preview generator with a monochromatic design aesthetic.
- ⬡ Real-time metadata extraction
- ⬢ Live preview for multiple platforms:
- ▣ Discord
- ▦ Slack
- ▧ Telegram
- ◇ Dark/Light mode support
- ◆ Monochromatic color scheme
- ◈ Responsive design
- ▢ PWA support
- ▲ Next.js 14 (App Router)
- ◆ React 18
- ◈ TypeScript
- ▢ Tailwind CSS
- ◇ Radix UI
- ⬡ Lucide Icons
- Clone the repository:
git clone https://github.com/dancer/lineal.git
- Install dependencies:
npm install
- Run the development server:
npm dev
- Open http://localhost:3000 in your browser.
No environment variables are required to run this project.
lineal/
├── app/ # Next.js app directory
├── components/ # React components
│ ├── previews/ # Platform-specific preview components
│ └── ui/ # Reusable UI components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
└── public/ # Static assets
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project for any purpose.