Creating a Dashboard

I have a very simple existing Supabase database and would like to create a dashboard so I can list certain records from the database:- e.g There is a customer table and I would like to list the customers that were added to the table in the last 10 days. In this table there is a column that logs the create date and time. I have another table called orders and I would like a list of orders to be fulfilled today and 7 days into the future. There is also a column in this table listing the delivery date Is it possible to create such a dashboard in supabase? I am a typical VIBE coder with no coding experience. (I do write basic SQLs that I use to find the records I need and update fulfilled orders) Managed to build a ordering app and now need some reports to make my live easier. The info will ONLY be available to me, but ideally I would like to view the dashboard form my phone when on the move. I searched YouTube and manauls, but YT vids are out dated so it is hard to figure out what steps to take to get there. Anybody out there than can guide me or offer som direction to get started.....Please
1 Reply
Streamflyer
Streamflyer4h ago
I'm using Cursor and love it. It should be able to create such a dashboard with some simple prompts, given the database structure. Only thing you have to be careful is security: I'm assuming the dashboard is internal only. Make sure the login functionality, which Cursor can create, is working and can't easily be penetrated.

Did you find this page helpful?