A developer-focused project management application inspired by Trello. Track tasks, organize projects, and collaborate with your team.
Devboards has a live demo here.
Devboards is a web application inspired by Trello that is designed for developers. It allows you to:
- Create workspaces (organizations) for your team: Organize your work and share it with your colleagues.
- Add boards, lists, and cards: Just like in Trello, you can organize your tasks into boards, sheets, and cards.
- Track your team's activity with audit actions: See who did what and when.
- Framework: Next.js 14
- Styling: TailwindCSS
- UI Components: shadcn/ui
- Database: Serverless Postgres on neon.tech
- ORM: Prisma
- Data fetching on client components: TanStack Query
- Authentication: Clerk
- Images API: Unsplash API
The web application is compatible with the latest versions of almost all browsers and is fully responsive. It also has the option to switch between dark and light modes, but some parts are not yet fully optimized for light mode.
- Authentication with Clerk
- ORM using Prisma
- Database on neon.tech
- Validation with Zod
- Adding and editing boards, lists, and tasks
- Audit actios
- Subscriptions using Stripe
- Responsive styles
