Circle
January 31, 2026 ยท View on GitHub
Project management interface inspired by Linear. Built with Next.js and shadcn/ui, this application allows tracking of issues, projects and teams with a modern, responsive UI.
The BaseUI code is available on Square UI Pro.
๐ ๏ธ Technologies
- Framework: Next.js
- Langage: TypeScript
- UI Components: shadcn/ui
- Styling: Tailwind CSS
๐ฆ Installation
git clone https://github.com/ln-dev7/circle.git
cd circle
Install dependencies
pnpm install
Start the development server
pnpm dev