Skip to content

Commit

Permalink
Add Directonaut to companies list (#735)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Dec 23, 2024
1 parent 211a952 commit f06cb3e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions priv/companies/directonaut.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Company file for Directonaut
# Created on: 2024-12-20
%{
name: "Directonaut",
website: "https://directonaut.com",
industry: "Information Technology",
location: %{
city: "Tallinn",
state: "Harju",
country: "Estonia"
},
description: """
Directonaut is a software company that leverages Elixir and Phoenix to build AI-powered tools \
for startup founders. Our platform includes features like automated directory submissions, \
AI-driven user research, and data-backed growth strategies. We use Phoenix LiveView for \
real-time interactive features such as AI chat-based pitch training and marketing strategy \
generation. The functional programming paradigm of Elixir helps us create scalable, \
maintainable solutions for modern web applications.
""",
last_changed_on: ~D[2024-12-20]
}

0 comments on commit f06cb3e

Please sign in to comment.