1
2 Comments

Feedback for MVP of our developer tool startup

Hello Hackers!

We released our MVP around a week ago and are starting to see the first signups coming in. Check out the landing page here: https://mocki.io.

Since most of you guys are developers we would really appreciate your feedback on the landing page.

Our main question is if you actually understand what the tool does and what value it could bring to your development workflow.

Thanks! 🙌

For the curious the site is built using Bootstrap, Hugo and hosted on S3 + CloudFront.

on February 12, 2020
  1. 1

    I understand what the tool does (mocks API responses) and the value (separate front and back ends, define the expected response so font-end can start working independent of back-end).

    I'll probably use this on my next project, thanks.

    1. 1

      I haven't explored a lot yet but it'd be nice if Mocki would spit out "API documentation files" So, essentially you can define your API there, then hand off a file to back-end that says "X API is expected to output JSON with these variables in these acceptable formats". Then's its sort of TDD for the API; you're defining the tests or expectations up front then developing an API that meets those tests.