Skip to content

Commit 393796e

Browse files
feat: Hedgehog ai (#756)
* add hedgehog AI * add hedgehog AI * typo
1 parent 274948b commit 393796e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: priv/companies/hedgehog_ai.exs

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Company file for hedgehog_ai
2+
# Created on: 2025-04-05
3+
4+
%{
5+
name: "hedgehog_ai",
6+
website: "https://hedgehog.chat",
7+
github: "https://github.com/hibernatus-hacker",
8+
# reference lib/companies/industries.ex for a list of recommended industries to use here
9+
industry: "Information Technology",
10+
location: %{
11+
city: "London",
12+
state: "London",
13+
country: "United Kingdom"
14+
},
15+
description: """
16+
Hedgehog AI is a bootstrapped Elixir AI startup aiming for a 100% self hosted ML distributed elixir stack. Our first product is a 90s themes AI search tool that works entirely without javascript making it suitable for command line browers and very old computers.
17+
""",
18+
last_changed_on: ~D[2025-04-05]
19+
}

0 commit comments

Comments
 (0)