There are many websites with open startups data (startups that share their revenue and metrics), but I always had trouble getting a clear view on how well these startups were performing.
So I did the work. Now people can filter the data with the little input box on top of the table, and also sort through it (sort by name, revenue, description by clicking on the column name)
Tools:
The data is aggregated using NodeJS and I use ReactJS to display the data in a table form.
All the data points are stored within a Postgresql database
Source of the data:
The data is sourced from the website indiehackers where founders can plug their Stripe account directly.
Later I plan on adding visualizations, charts and more. And also diversifying the data sources.
This is the first version I put together and just launched. Your feedback is appreciated!
This is super cool. I love the simple interface.
One thing I don't really get is the 48h and 7d revenue change. It doesn't really seem useful to track revenue so granularly as it's just capturing day-to-day fluctuations. I would personally be more interested in seeing 1mo, 6mo, 1yr revenue change. I'm guessing though that you only have data points as far back as you started working on this project.
Also what source is providing revenue data that is updated as frequently as every 48h?
There are many websites with open startups data (startups that share their revenue and metrics), but I always had trouble getting a clear view on how well these startups were performing.
So I did the work. Now people can filter the data with the little input box on top of the table, and also sort through it (sort by name, revenue, description by clicking on the column name)
Tools:
The data is aggregated using NodeJS and I use ReactJS to display the data in a table form.
All the data points are stored within a Postgresql database
Source of the data:
The data is sourced from the website indiehackers where founders can plug their Stripe account directly.
Later I plan on adding visualizations, charts and more. And also diversifying the data sources.
This is the first version I put together and just launched. Your feedback is appreciated!
Cheers, Lamine