reichert621
Hi everyone!
A buddy and I recently started working on Papercups with the goal of building an open source Intercom competitor
We’re pretty new to Elixir, but it just seemed like the perfect tool for the job. We’ve been having a lot of fun with it lately, but would love to get feedback from more seasoned Elixir devs!
Here’s a demo of our chat widget if you want to play around with it https://app.papercups.io/demo
We also have some Github issues set up if you want to contribute ![]()
Excited to be a part of such a great community!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
AcmeScript — Writing JS hooks as if I were still using Elixir
I’ve been having fun building a little something over the last few days: Ac...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Werner
That’s really very interesting, I’ve always thought Elixir would be great for that.
exjutsu
Cool project!
dandersson
Very nice!
Thought about XMPP support? We currently use Olark for live chat and Adium (on Mac) as client software. This way we don’t have to have the chat as a browser window AND we don’t have to live with the (currently) crappy chat software that some of the other provides have created.
We can simply use standardised XMPP clients.
We’re looking to migrate from Olark because of its crappy loading times (PageSpeed/Lighthouse).
reichert621
Haven’t thought about it yet, but seems like a great idea! I’m honestly not too familiar with XMPP, but I created a new thread in our repo to discuss Investigate XMPP support · Issue #75 · papercups-io/papercups · GitHub
Still pretty busy just trying to get all the basic stuff working, but would love to tackle this in the near future if possible! If you have any additional thoughts on it, feel free to post in the issue above
ion
This looks very promising, nice project! Just wanted to mention some features enterprise users might need:
reichert621
Thanks! We have a way to set customer metadata on the chat widget (GitHub - papercups-io/chat-widget: Papercups chat widget · GitHub) but it could definitely be improved
When you say “assigning a manager to customer support account”, do you mean having a manager/admin role in the dashboard to manage your customer support agents, or do you mean assigning an agent to a given customer?
ion
The
customermetadata is exactly what I meant, perfect!Yes, I mean having a Manager role to manage customer support agents, because most enterprise use cases would involve tight control over the agent registration and assignment process. You might have different support agent tiers for a Manager to assign and track agents. And, with the
customerobject available, some customers might have dedicated agents (or tiers) assigned to them based on priority or availability.reichert621
Got it, makes a ton of sense! That’s definitely on our roadmap
dandersson
If this materialises, we’ll be one of the first to sign up for a yearly support contract!
jayjun
I was excited then bummed to learn the mobile client is in React Native. Most apps are still native iOS and Android, but more importantly, Flutter is fast becoming the cross-platform choice for greenfield projects.
I know you don’t have a ton of engineering bandwidth and your web client is already written in React. But do consider native and Flutter libraries when expanding your team. All the best!