Skip to content

Commit

Permalink
Add Directonaut to companies list
Browse files Browse the repository at this point in the history
  • Loading branch information
wahve3 committed Dec 20, 2024
1 parent a6516bb commit b808f83
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]
}

Check warning on line 21 in priv/companies/directonaut.exs

View workflow job for this annotation

GitHub Actions / Credo

There should be no trailing white-space at the end of a line.

0 comments on commit b808f83

Please sign in to comment.