top | item 5202381

Show HN: Lechat – team chat for developers

34 points| Qwl | 13 years ago |lechat.im | reply

45 comments

order
[+] zhenya_k|13 years ago|reply
We're a team of five (two work remotely) at Citybot -- Lechat works very well for us. History is always there, no ridiculous kissing smiley faces (hello Skype), no ridiculous out of sync notifications that are months old (hello Skype). We've been beta testing it for about a month and it's been making our lives easier and communication clearer. The support is right on. The speed with which the Lechat team adds useful features is phenomenal. Never at expense of quality. Would love to see the native clients, and they say they're coming soon. I absolutely totally recommend it. Try it out!
[+] mapleoin|13 years ago|reply
Still no features that I don't have in IRC+emacs. Except for the code highlighter/formatting which is ok, but not enough.
[+] aeontech|13 years ago|reply
Fair point, but you try and get a whole company to use IRC+emacs ;) Not gonna happen.
[+] mehulkar|13 years ago|reply
We have a pretty small team and use IRC pretty heavily. Works great and integrates with our internal github as well.
[+] lechat|13 years ago|reply
What about search + multiple chat windows on same screen?
[+] avree|13 years ago|reply
Does this work with XMPP? Also, any chance of Pivotal Tracker integration? I've tried HipChat, Jaconda, Hall, Skype, etc... still trying to find something that works well for our team at Getaround.
[+] lechat|13 years ago|reply
Does not work with XMPP. We're opting for high-quality native clients for everything (coming soon).
[+] lechat|13 years ago|reply
Hi there. We'll integrate with Pivotal Tracker - we're sort of implementing integrations on demand.
[+] citricsquid|13 years ago|reply
The fake names are disconcerting for a product that will handle sensitive information (chats).

(edit: unless 2 co-founders are genuinely named Bob Smith and John Doe, in which case maybe consider changing your names :p)

[+] lechat|13 years ago|reply
Sorry. We'll put up our real names soon. We're legit though, I swear!
[+] lechat|13 years ago|reply
I kind of wish those were our real names, would be awesome.
[+] grishick|13 years ago|reply
We have a distributed team of 4 engineers in 3 different locations. We have been using lechat.im for the last month and it has improved the information flow dramatically. Before lechat.im we tried hangouts, Skype and gTalk and those all fall short of the features that matter for a distributed team. Things that I love about lechat: search, SVN and git hooks (checking go into a separate room as messages), notifications, chat history.
[+] spovzner|13 years ago|reply
We've been using lechat for the last few weeks and we are very happy with it. The UI is simple and clean. Fast history search is the killer feature for us. A number of nice UI details really show that this chat was developed by developers for developers.
[+] lebski88|13 years ago|reply
Are your chat logs encrypted and suitably protected? Losing your chat logs could be very damaging for a company - knowing that logs are safe is a required feature for us.
[+] lechat|13 years ago|reply
Yes. Encrypted filesystem, continuous encrypted backups.
[+] luiperd|13 years ago|reply
Nice. I was at first very confused about the support room chat, thought it was just a page to help you get started. Turns out it's a support chat for the app.

Very nice though.

[+] demandingdata|13 years ago|reply
any plans to let us own our data - as in a hosted offering? The idea of my teams chats being owned only by me appeals
[+] lechat|13 years ago|reply
Yeah, we're working on an appliance version of the product.
[+] aeontech|13 years ago|reply
Looks clean and simple. What's your backend infrastructure? Didn't see much technical detail in the FAQ :)
[+] lechat|13 years ago|reply
Thanks! Erlang + websockets + Postgres
[+] darwinwidjaja|13 years ago|reply
Looks cool, let me try it with our distributed team (shanghai and bangalore) - 7 people team.
[+] shatlovsky|13 years ago|reply
Great job, guys! Lechat is surprisingly powerful despite its lightweight and simple ui.
[+] aeontech|13 years ago|reply
btw, I recommend you change the code font-face order of

    Monaco,Menlo,Consolas,"Courier New",monospace;
to

    Menlo,Consolas,Monaco,"Courier New",monospace;
this way the nicer system-specific fonts will actually work, right now everything gets rendered in Monaco since it's universally available, and the nicer fonts are never used.

Also, maybe pick a more contrasting scheme for the syntax highlighting in code, right now it's very nearly indistinguishable from plaintext...