Quill allows SaaS companies to build dashboards with little code.
This is a lightweight version of Quill where React frontend has dashboards composed of charts.
Backend is written in Python/Flask and data is stored in supabase which is postgreSQL behind the scenes and interfaced with a simple supabase url and supabase API key
export SUPABASE_URL="https://jlsrybflmjghqyyoinak.supabase.co"
export SUPABASE_KEY="<my_supabase_key>"