Skip to content

Commit f06cb3e

Browse files
wahve3doomsporkjsegal205
authored
Add Directonaut to companies list (#735)
* Add Directonaut to companies list * Update priv/companies/directonaut.exs Co-authored-by: Jim Segal <[email protected]> * Fix formatting issues in Directonaut company file --------- Co-authored-by: Luka <[email protected]> Co-authored-by: Sean Callan <[email protected]> Co-authored-by: Jim Segal <[email protected]>
1 parent 211a952 commit f06cb3e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: priv/companies/directonaut.exs

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Company file for Directonaut
2+
# Created on: 2024-12-20
3+
%{
4+
name: "Directonaut",
5+
website: "https://directonaut.com",
6+
industry: "Information Technology",
7+
location: %{
8+
city: "Tallinn",
9+
state: "Harju",
10+
country: "Estonia"
11+
},
12+
description: """
13+
Directonaut is a software company that leverages Elixir and Phoenix to build AI-powered tools \
14+
for startup founders. Our platform includes features like automated directory submissions, \
15+
AI-driven user research, and data-backed growth strategies. We use Phoenix LiveView for \
16+
real-time interactive features such as AI chat-based pitch training and marketing strategy \
17+
generation. The functional programming paradigm of Elixir helps us create scalable, \
18+
maintainable solutions for modern web applications.
19+
""",
20+
last_changed_on: ~D[2024-12-20]
21+
}

0 commit comments

Comments
 (0)