diff --git a/priv/companies/directonaut.exs b/priv/companies/directonaut.exs new file mode 100644 index 00000000..f3d1184d --- /dev/null +++ b/priv/companies/directonaut.exs @@ -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] +}