I’m the solo developer behind this. I built Morph-AI-Era because I was frustrated that the only options for data visualization were either expensive subscriptions (Tableau/PowerBI costing $70+/mo) or tools with steep learning curves (Python/Pandas) for non-tech business owners.
The core idea is to kill the monthly subscription. You only pay credits when you actually upload a file or run a complex calculation.
Payments: I'm using Supabase Edge Functions to handle the cryptographic verification of Razorpay signatures, so the payment logic is entirely serverless and secure.
Frontend: Vanilla JS + Plotly.js for the visualizations.
I’d love feedback on the 'Pay-Per-Use' architecture. Do you think this is a viable alternative to SaaS subscriptions for occasional users, or is the friction of buying credits too high?
Happy to answer questions about the stack!"
shivaji_12•2mo ago
Bro i tried it already but when i tried there was a fault in sign up page.
prajjawal-12345•2mo ago
Now it is working you can try.
prajjawal-12345•2mo ago
Now you can try it is working
dipendra_123•2mo ago
Do you think your product can replace Bi tools.
universe_1218•2mo ago
Hi bro I like you credit system.
sang_123•2mo ago
Wow , it's helping data science students.
hehepragya•2mo ago
Hello Mr Prajjawal , your work is really inspiring sir. Wish you all the best for upcoming opportunities.
prajjawal-12345•2mo ago
I’m the solo developer behind this. I built Morph-AI-Era because I was frustrated that the only options for data visualization were either expensive subscriptions (Tableau/PowerBI costing $70+/mo) or tools with steep learning curves (Python/Pandas) for non-tech business owners.
The core idea is to kill the monthly subscription. You only pay credits when you actually upload a file or run a complex calculation.
Technical details on the build:
Backend: Python (FastAPI) hosted on Render.
Database & Auth: Supabase (using Row Level Security).
Payments: I'm using Supabase Edge Functions to handle the cryptographic verification of Razorpay signatures, so the payment logic is entirely serverless and secure.
Frontend: Vanilla JS + Plotly.js for the visualizations.
I’d love feedback on the 'Pay-Per-Use' architecture. Do you think this is a viable alternative to SaaS subscriptions for occasional users, or is the friction of buying credits too high?
Happy to answer questions about the stack!"