|
|
|
|
|
by hkanaktas
2229 days ago
|
|
Thanks a lot for your feedback. It seriously means a lot to me that people take their time to check out something I built and say what they think about it. The landing page is literally 5 days old. I am constantly tweaking it with new ideas and I will definitely apply your feedback. I was thinking of a speed-up video to show various pages. API sounds so good. I was thinking of Zapier integration but why not both, right? |
|
I propose that having the ability to manage clients and quotes through an API would be a powerful feature. If you’re worried about rapid iteration and backwards compatibility, remember to version your API route(s), and use a sub domain so you can scale out the API easily in the future independently of other app components. Consider firing off web hooks for any events that your customers would want action taken on faster than polling your API could support.
Congrats on the launch!!