Ask HN: Need advice for an API building product
Like most developers I am more comfortable with technical issues then with sales and marketing but as a founder I need to figure out this part too. I would be very grateful if you could give me feedback on the following topics.
- What would be your expectations when it comes to licensing and pricing of such a tool?
- Which of the flowing 4 messages resonates more with you as a developer?
http://graphqlapi.com/dont-waste-time/ http://graphqlapi.com/graphql/ http://graphqlapi.com/postgrest/ http://graphqlapi.com/your-data/
The tool currently is in private beta but anyone is welcome to request an invite if you are interested in trying it out. Although this is more of a sales/marketing thread, i am happy to answer any technical questions you might have here.
Thank you
15 comments
[ 3.6 ms ] story [ 43.0 ms ] threadWhen i say API, i am referring to "curl http://api.site.com/object/1" type of api, the kind you expose to the web where other developers can use to access the data in your backend/database, or even your frontend/mobile app talking to your backend through this API.
All these things have to be manually solved by you in your controllers, there is no scaffolding for that, while in Sub0 all those things are already solved, most of what you have to do is define your database schema and the rest just works.
As an example in terms of time invested (based on specific personal experience): To build an api the way you describe for a product like Basecamp it will take a good developer at least a few months. With sub0 we are talking 1-2 weeks.