Skip to content

Commit 897eb7f

Browse files
authored
feat: add Keila (#757)
* Create keila.exs * Update keila.exs * Update keila.exs
1 parent 393796e commit 897eb7f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: priv/companies/keila.exs

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
%{
2+
industry: "Communication Services",
3+
website: "https://www.keila.io/",
4+
github: "https://github.com/pentacent/keila",
5+
location: %{
6+
country: "Germany"
7+
},
8+
name: "Keila",
9+
last_changed_on: ~D[2025-04-08],
10+
description: """
11+
Keila is an Open Source email newsletter tool and an alternative to MailChimp. It’s available as a managed service (Keila Cloud) but can also be self-hosted.
12+
Keila is built using the Phoenix framework and uses various common Elixir libraries, including Ecto, Oban, and Earmark.
13+
"""
14+
}

0 commit comments

Comments
 (0)