Open
Description
Hey everyone, I'm curious to hear which companies are using chi in production, if you see this post and use it in your products, please let me know. I'd like to include a list in the README, it's inspiring to hear all the awesome companies using chi and it helps other get comfortable to adopt it with success from others.
Activity
pkieltyka commentedon Oct 5, 2016
Pressly.com is of course using chi :)
pkieltyka commentedon Oct 5, 2016
cc`ing a few contributors and devs I spoke with previously: @cyx @ustrajunior @vektah @xiam @kanocz @november-eleven @mrcpvn @elithrar @ChrisHines @lxfontes @lwc @abh1nav
if you guys have some feedback please let me know as I prepare a blog post about chi and how to write RESTful services in Go.
kanocz commentedon Oct 5, 2016
I'm using it in few project for the moment... only one (very small, https://github.com/kanocz/minisv) is open source and public, but used on about 20 servers :)
grafana-dee commentedon Oct 5, 2016
Cloudflare are using it within a helper package that wraps internal JSON REST services.
cyx commentedon Oct 5, 2016
Heroku is about to use it -- the branch we have is still being tested in a sandbox
vektah commentedon Oct 5, 2016
99designs uses it as a router in front of our app servers.
On 5 Oct. 2016 18:50, "Cyril David" notifications@github.com wrote:
minoritea commentedon Oct 6, 2016
We, Origami Inc., uses it for our new API server(actually, it is not released yet but coming soon).
jhngrant commentedon Oct 6, 2016
IT Jobs Watch uses it for internal applications.
kanocz commentedon Oct 6, 2016
if non-open-source project also "accepted" than we use it for part of REST (and also non-REST) API for https://homebeat.live (HomeBeat.Live GmbH)
pkieltyka commentedon Oct 6, 2016
thanks everyone for letting us know :) this is great and makes us want to make chi even better
zxr90 commentedon Oct 7, 2016
Call levels use it in one of our internal applications. Might plan to use it for our new API server.
abh1nav commentedon Oct 7, 2016
@pkieltyka CrowdRiff uses it for ~80% of our internal services as well as powering our public API 👍
mvdan commentedon Oct 20, 2016
I'm using chi for a new project, nothing live yet though.
joseustra commentedon Oct 23, 2016
I'm using on https://github.com/ustrajunior/minion and working on a big refactor that will be using chi through minion.
tors commentedon Nov 8, 2016
pocketmath.com is using chi for some internal apps. keep up the good work!
44 remaining items
gfxlabs commentedon Aug 30, 2022
we've been using v5 in many of our projects.
publicly, it currently is hosting some more complicated routes/applications at https://analytics.gfx.xyz (https://gfx.cafe/ip/go) and https://etherlands.com, along with a myriad of static sites, ala https://interestprotocol.io. It's been a great experience!
the middleware pattern is easy to teach and incredibly powerful - incredibly grateful for the work and thought put into it.
tdi commentedon Oct 27, 2022
Hetki.ai uses chi in middleware services that handle voice bots and voice transcribe.
rianby64 commentedon Nov 28, 2022
mas3.co uses chi in the internal projects. Your project is amazing!
remast commentedon Dec 24, 2022
I use chi on Google App Engine for https://github.com/Baralga/baralga-app. Running smooth and stable.👍🤩
fathiraz commentedon Mar 15, 2023
Use it as backend internal API on Indonesia's Crowdfunding Platform https:/kitabisa.com
fabiano-amaral commentedon Jun 20, 2023
We are using at @stone-payments
maxisam commentedon Sep 10, 2023
Thanks for the great project, it is used in https://github.com/maxisam/mgob
Kugelschieber commentedon Feb 28, 2024
We use Chi for the pirsch.io API and website :)
sakthi-lucia0567 commentedon Apr 13, 2024
the site is not even live
VojtechVitek commentedon Apr 15, 2024
https://www.pressly.com was acquired by https://alida.com ;) Chi is still used there in multiple products in production.
Chi is also used by
https://sequence.xyz
https://sequence.build
https://horizon.io
https://www.skyweaver.net
SomeSeriousProject commentedon Jun 5, 2024
Our whole website https://namenumber.net is built on top of it.
rkettelerij commentedon Dec 25, 2024
Using Chi in https://github.com/PDOK/gokoala
ddibiasi commentedon Feb 7, 2025
We use Chi for our APIs at https://www.hoss-mobility.com/.
halabooda commentedon Mar 3, 2025
I use it in https://github.com/codiewio/codenire
diogosilva95 commentedon Apr 30, 2025
supabase uses it
https://github.com/supabase/auth/blob/master/internal/api/router.go