CRM Webapp

crmwebapptypescriptsupabase

A CRM system using Next.js and Supabase.

I have been experimenting a CRM webapp. It allows you to manage your customers and their orders. It is built using Supabase and Next.js. It’s very rudimentary, but it works well and has the potential to be extended into whatever kind of CRM system you need.

The whole webapp is using server side rendering, using the Next.js app router. Any changes are autosaved after a timeout.

Take a look at the screenshots below to see what it looks like.

The app is currently in a private GitHub repository, but I plan to open source it at some point.

Dashboard

Dashboard Page

Contacts

Contacts Page

Products

Products Page

Sales

Sales Page

Categories

Categories Page

Families

Families Page