prince-mishra / laudspeaker

πŸ“’ Laudspeaker is an Open Source Cross Channel Customer Messaging Platform that you can self host. Open Source alternative to Braze / Iterable / One Signal / Customer Io. Use Laudspeaker to send product and event triggered emails, slack messages and more.

Home Page:https://laudspeaker.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join Slack Community Follow Laudspeaker Commits Docker Pulls

Deploy Laudspeaker on Render.com

Deploy to Render

Laudspeaker - Open Source omni-channel customer messaging. Alternative to Braze / Iterable / One Signal / Customer Io

app laudspeaker com_flow_onboarding-example (1)

  • Multiple messaging channels like email and slack Send product or event-triggered emails, sms and more to your customers and users at scale
  • Visual Journey Builder Build complex messaging workflows the whole team can understand in a visual tool, and see stats once a journey is started
  • Easy WYSIWYG Template builder Build nice emails and more with our template builder
  • Run on your own infra Deploy and run on your own infrastructure to keep control of your data.
  • Integrate with PostHog analytics Easily trigger journeys with PostHog, the open source product analytics platform
  • πŸ”œ 1-Click Deploy to Render
  • πŸ”œ Database / datalake / data warehouse import ingest user data from your databases
  • πŸ”œ Build and save segments of users
  • πŸ”œ Trigger journeys from segment/rudderstack/mixpanel events

πŸš€ Get Started

Run yourself (instructions below) or use Laudspeaker Cloud . Docs are here

Run services:

  • docker-compose up or docker compose up depending on your version of docker

Instantiate Mongo:

  • mongosh --eval "rs.inititate()"

Run backend and front end:

  • npm install
  • npm run start

To stop runnging system services (Linux):

  • Postgres: sudo systemctl stop postgresql.service
  • Redis: /etc/init.d/redis-server stop
  • Mongo: sudo systemctl stop mongod

To remove compose conatiners:

  • docker-compose down --volumes

Add a .env file to both packages/server and packages/client.

We have provided examples which you can use:

mv env-server-example packages/server/.env and mv env-client-example packages/client/.env

Make sure you fill in the fields in the env files before running.

Questions? Please join our Slack channel or visit our site.

πŸ”₯ What makes Laudspeaker cool?

Lauspeaker is the only multi-channel open-source customer messaging workflow software, which is focused on being event triggered, has been built with a visual journey feature from day one and is focused on scalability.

We support email, sms and slack as a channel and have many more channels on our roadmap.

We are planning to build Laudspeaker to work well with the Modern Data Stack, integrating with data warehouses and other services so you can easily import and export data with no fear of lock in or losing control of your data.

πŸ₯ Status

  • Public Alpha: Anyone can sign up over at laudspeaker.com but go easy on us, there are wrinkles and we're just getting started.
  • Public Beta: Stable enough for most non-enterprise use-cases.
  • Public: Production-ready.

We're currently in Public Alpha.

License

Laudspeaker is open source and released under the MIT License, and AGPLv3 licenses (code in separate directories) with the exception of our ee directory (which is currently empty!) but will be under the Laudspeaker Enterprise Edition license. If you can only use MIT licencsed code, you can still use Laudspeaker but with a few fewer features.

🌱 Contribute

We would love to see you contribute to Laudspeaker. Join our slack to get involved.

A quick how to for contribution:

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/some-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Implement an amazing feature.')
  5. Push to the branch (git push origin feature/some-feature)
  6. Open a pull request

πŸŽ₯ Video Walkthrough

  • Check out how to set up and trigger an email with posthog in our video
  • Check out how to trigger a slack message with a custom event in this video

Follow Us

About

πŸ“’ Laudspeaker is an Open Source Cross Channel Customer Messaging Platform that you can self host. Open Source alternative to Braze / Iterable / One Signal / Customer Io. Use Laudspeaker to send product and event triggered emails, slack messages and more.

https://laudspeaker.com/

License:Other


Languages

Language:TypeScript 97.0%Language:JavaScript 2.6%Language:CSS 0.2%Language:Dockerfile 0.1%Language:HTML 0.1%Language:Shell 0.0%