4
9 Comments

Any ideas for API-related projects? Anyone interested in working with me on one?

I intend on releasing two or three API products within the coming months and have been working on a genericized framework to support subscription based APIs.

I am wondering if any of you hackers have any ideas that this could be expanded too.

If anyone wants to pair up on an API project I would be thrilled to. I could certainly use some help on the marketing/branding side of things.

  1. 3

    There's an IH user (https://www.indiehackers.com/user/isnit0) working on an API side project which sounds very similar (if only it were possible to @tag users and have them receive a notification, @channingallen... :P )

    Why don't you tell us a bit more about who you are, what your background is and what motivates you? I'm sure there are many talented IH lurkers whose curiosity you could pique...

    1. 3

      Oops, just commented, then your post appeared :)

  2. 2

    Yes! I've got an MVP built for an API-based SaaS would love some input on it.

    Marketing, branding and selling are my preferred tasks.

    1. 1

      I'd love to hear more about it.

  3. 2

    Out of curiosity, what's your go-to Rest (I assume) API stack?
    NodeJS, Go, Ruby...?

    Also, It sounds like we both created something similar with the API framework (though I'm not having much success - for various reasons)

    1. 1

      Not necessarily my go-to but this is build on NodeJS.

      apiconsole.io does loo similar. However, it had never occurred to me to offer it as a service itself.

      I wanted to build an API, and I found myself writing a bunch of API tooling (key management, throttling, usage reports, etc).

      I decided to write it in a generic way so it I could repurpose it if the first one did not find a good market fit.

      1. 1

        I built it so I could easily deploy my own APIs, then figured I might as well launch it :)
        I've never gotten as far as making money from any APIs though!

        When Puppeteer (https://github.com/GoogleChrome/puppeteer) came out I built a couple of headless chrome apis:

        • A scriptable screenshotting etc api https://chromeaas.com/
          Public demo isn't working, but it supports PNG,JPEG,PDF,Email Friendly HTML, Batched processing, and is used by a company I worked for (for free, hosted by them) which they make a fair bit of money from
        • A jokey project Browse In PDF: https://browseinpdf.com/

        Maybe they'll provide a bit of inspiration?

        1. 2

          Thats great. I am surprised that chromeaas did not get any traction, that seems like a very useful tool.

          1. 1

            Thanks :) It is quite useful, but I never got round to properly launching it.

            Maybe I'll do it this year :p

  4. 1

    This comment was deleted 8 years ago