Elixir Companies
April 11, 2026 ยท View on GitHub
Elixir Companies
A curated directory of companies using Elixir in production.
Built with Astro and deployed to GitHub Pages.
Adding a new company
- Fork this repository
- Create a new file in
src/content/companies/namedyour-company.md:
---
name: "Your Company"
website: "https://example.com"
github: "https://github.com/your-org"
industry: "Information Technology"
location:
city: "City"
state: "State"
country: "Country"
lastChangedOn: 2024-01-01
---
A description of your company and how you use Elixir.
- Create a pull request
Available industries
Based on the Global Industry Classification Standard (GICS):
- Communication Services
- Consumer Discretionary
- Consumer Staples
- Education
- Energy
- Financials
- Health Care
- Industrials
- Information Technology
- Materials
- Real Estate
- Transportation
- Utilities
Optional fields
You can also include these in the frontmatter:
blog- URL to the company blogjobs- URL to the company careers page (displays a "Hiring" badge)
Development
Prerequisites
- Node.js 20+
Setup
npm install
npm run dev
Visit localhost:4321 in your browser.
Build
npm run build
npm run preview
License
See LICENSE for details.