Hi folks, I'm Alan, one of the founders of RightGIF. We originally built RightGIF as an alternative to Giphy in our own Slack teams. It quickly took off and became one of the top "social & fun" apps in the Slack marketplace (behind only Giphy itself which was the defacto first-party GIF app at the time).<p>It got very expensive for us to run, and we very nearly sold the app early on, but decided to keep hold of it and just add some little premium features to keep it afloat. Since then it's been running pretty close to break even. We kept it because we always had the intention of one day picking it up and getting serious about it.<p>Now that both Tenor (GIF Keyboard) and Giphy have sold to Google and Facebook respectively, we feel like it might be time to get serious.<p>What I'd love to know from the HN community is:
a) do you have privacy concerns about Giphy/Facebook tracking?
b) what platforms would we need to support to get you onboard with RightGIF
c) are there app developers out there that would make use of our API if we made it public?<p>Thanks heaps!
I've always been curious as to how Giphy/other GIF providers are allowed to monetize on what is basically often snippets of copyrighted material.<p>Our app uses the Giphy API. Not having animated GIFs meant a few of our users would eventually leave or move to platforms that do have them.<p>After about a year of usage, we've been relatively happy with it. Our app is PG so we need to make sure all the GIFs sent are completely PG (otherwise users blame us rather than Giphy). Not sure if your API already has the tech to do this. Giphy was pretty good at it, and we only once got a report of a porn-like GIF.<p>That said:<p>a. Yes. FB SDK was already relatively sneakier than we had expected and we would have done away with it a while ago if we didn't have so many users "signed in with facebook"<p>b. I assume it's just a regular HTTP request but you probably want to have Kotlin/Swift/etc<p>c. We might move to it IF it turned out that the privacy issue was actually real and not just our own assumption.
The reason why Facebook bought Giphy is not the Gifs themselves, it's the data. So I would say the privacy of search data and context would be the number one concern for anyone. It's pretty hard to find the balance between privacy, trending content, and relatable content, but it's for you to tune the knobs.<p>Also, if you release the API, I'd say making it a drop-in replacement for Giphy would increase the adoption. S3-compatible storage options, or Fixer-compatible APIs, etc are examples and they can help reduce the friction.
Well Gifs in the context of Twitter and messaging apps are almost always a <i>reaction</i> to something said.<p>Even now I find some of the labelling of Tenor (GIF Keyboard) and Giphy to be lacking. Which makes it hard to find an appropriate reaction GIF.<p>Better search, categories and recommendations would probably be a good addition.<p>Maybe a merge tool too, to combine too gifs for the perfect reaction GIF....
I definitely think there would developers ready to use your API.<p>Hope you will expand beyond Slack. We use RocketChat. But I assume the other platforms will be a priority first for you.<p>Good luck growing the company by the way and offering a non-FAANG alternative.
Is there an easy way to filter in RightGIF for "images that will auto-expand in slack and not be too big", I hate guessing in Giphy if my chosen image is gonna be too big to auto-expand.
It’s not obvious from the demo on your site, will/can you return more than one image for a given phrase?<p>I bought a really simple (or possibly stupid?) domain that takes advantage of a particular TLD to make a common reactionary phrase, and it returns gifs that match that phrase.<p>I’d used the Giphy and Tenor APIs and I’d be interested in yours, but without Multiple results it’d defeat the purpose. Also I kind of assume your web site demo is limited to “safe” results, would you make “unsafe” results available via api?
Considering that there are two other large tech cooperations named Microsoft and Amazon out there, would you sell RightGIF to them? Microsoft will probably be interested because of MS Teams that is currently using Giphy.<p>Even if you don't want to ultimately sell, you should try to get Microsoft to use your service.
a) yes
b) Android, MS Teams
c) I bet that - obviously!<p>Also:
I'm not a frequent user of GIF apps/keyboards, because gifs load for so long. Did you think about it to preview only every X frame of the GIF (even like 3 frames per gif) cause people usually know what gifs they are looking for (don't have to explore the dataset to look for "the one that seems right"). Maybe it will load them quickly. And if a user does not choose a gif for X sec, it loads all of the frames or next gifs?
GIFs sucks. Most popular GIFs are video chunks played in loop. So reverse the process and convert GIF to video. With web app as 011.video for instance you can reduce the file size by a factor of 10 easily, just upload GIF, resize and download WebM video. Even better, for your own website use the original video chunk, play it in loops and make it clickable with HTML 5.