Ask HN: How can I set scope of my web app which I am making?

2 points by mhrnik ↗ HN
So I started making a web app that helps me see all my finances in one place because in India it's hard to get data from banks via API.

- I made an Excel import so I can easily get all my finances in one shot!

- Shared with online people and offline, got 100+ users. only onboard Indian users for now because my app is only supporting Indian banks. But those users only used PDF so I started working on it and created separate parsers for 8 banks.

But today's issue is, what should I do next? 1. Add more Indian bank's PDFs? The downside is that it will take more of my time and I will keep building.

2. Support US/Canada banks using API like Plaid.

3. Give manual entry support so any user from the globe can use it.

2 comments

[ 2.6 ms ] story [ 18.1 ms ] thread
Good idea! Have you asked your customers what features they want that are missing?
yes but different users share different needs so sometimes it's hard to pick!