Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Elixir

Elixir

729 projects

Showing 36 of 729 projects

skogsra
skogsraElixir

An Elixir library for managing OS environment variables and application configuration with type casting, caching, and automatic documentation.

#elixir#environment-variables#json-config
Stars106
Forks5
Last commit1 month ago
Elixir Tab
Elixir TabJavaScript

A Chrome extension that replaces your new tab page with random Elixir core library documentation to help you learn.

#programming-language#elixir#developer-tools
Stars106
Forks9
Last commit6 years ago
sentinel
sentinelElixir

A Phoenix authentication library that extends Guardian with Ueberauth integration, routing, and email workflows.

#ueberauth#elixir#authentication
Stars105
Forks18
Last commit8 years ago
sitemap
sitemapElixir

An Elixir library for generating sitemap.xml files with support for news, image, video, and mobile sitemaps.

#elixir#web-crawling#phoenix-framework
Stars105
Forks23
Last commit3 years ago
filterable
filterableElixir

A minimal DSL for mapping query parameters to composable filter functions in Elixir/Ecto/Phoenix applications.

#dynamic-queries#query-builder#functional-programming
Stars105
Forks8
Last commit3 years ago
exmoji
exmojiElixir

An Elixir/Erlang library providing low-level operations for handling Emoji glyphs in the Unicode standard.

#functional-programming#emoji#elixir
Stars105
Forks29
Last commit1 year ago
plox
ploxElixir

Server-side rendered SVG graphing components for Phoenix and LiveView applications.

#web-components#elixir#heex-templates
Stars105
Forks7
Last commit9 days ago
cloudex
cloudexElixir

An Elixir library for uploading images and generating URLs with Cloudinary.

#image-upload#elixir#phoenix
Stars104
Forks67
Last commit1 year ago
estree
estreeElixir

Elixir library providing ESTree JavaScript AST node structs and a JavaScript code generator.

#elixir#estree#javascript-ast
Stars104
Forks11
Last commit6 years ago
eventsourced
eventsourcedElixir

Build functional, event-sourced domain models in Elixir using aggregate roots that rebuild state from events.

#functional-programming#elixir#domain-models
Stars104
Forks8
Last commit9 years ago
shopify
shopifyElixir

An Elixir package for accessing the Shopify Admin API with support for OAuth, private apps, and comprehensive resource coverage.

#ecommerce#elixir-lang#oauth
Stars104
Forks55
Last commit3 years ago
defql
defqlElixir

Create Elixir functions with SQL as the body for database operations.

#query-builder#functional-programming#database
Stars103
Forks3
Last commit7 years ago
eternal
eternalElixir

A bulletproof Elixir library that keeps ETS tables alive forever using bouncing GenServers and scheduled monitoring.

#in-memory-storage#elixir#genserver
Stars103
Forks7
Last commit5 months ago
parallel_stream
parallel_streamElixir

A parallelized stream implementation for Elixir that maintains order while processing with a worker pool.

#stream-processing#functional-programming#elixir
Stars103
Forks19
Last commit3 years ago
pillar
pillarElixir

An Elixir client library for ClickHouse, providing connection pooling, async inserts, bulk buffering, and migrations.

#hex#elixir#library
Stars103
Forks31
Last commit10 months ago
ueberauth_github
ueberauth_githubElixir

GitHub OAuth2 strategy implementation for the Überauth authentication framework in Elixir.

#ueberauth#oauth#elixir
Stars103
Forks55
Last commit3 years ago
coverex
coverexJavaScript

An Elixir coverage tool for Mix that generates detailed module and function coverage reports with annotated source code.

#elixir#developer-tools#test-coverage
Stars102
Forks24
Last commit5 years ago
ex_image_info
ex_image_infoElixir

A fast Elixir library to parse image binaries and extract dimensions, mime-type, and validity for 13+ formats.

#elixir-lang#elixir#size
Stars101
Forks5
Last commit1 year ago
bento
bentoElixir

A fast, correct, pure-Elixir library for reading and writing Bencoded data and .torrent files.

#elixir#bencoding#bittorrent
Stars101
Forks16
Last commit3 days ago
Startup Job
Startup JobElixir

A sample project to search startup jobs scraped from various websites, built with Elixir/Phoenix backend and React/Redux frontend.

#elixir#startup-jobs#phoenix
Stars101
Forks15
Last commit9 years ago
ok_jose
ok_joseElixir

A tiny Elixir library for piping values that match ok/error tuples or custom patterns.

#functional-programming#elixir#library
Stars101
Forks2
Last commit8 years ago
Igthorn
IgthornElixir

A batteries-included cryptocurrency trading platform with backtesting, built in Elixir as an umbrella application.

#trading-bot#elixir#backtesting
Stars101
Forks14
Last commit6 months ago
Getting Started - Elixir
Getting Started - Elixir

PDF, MOBI, and EPUB versions of Elixir's official Getting Started tutorial for offline reading.

#kindle#elixir#learning-resources
Stars101
Forks4
Last commit10 years ago
phoenix_gon
phoenix_gonElixir

A Phoenix library that safely passes server-side variables to JavaScript without manual JSON encoding.

#hex#javascript-integration#elixir
Stars100
Forks20
Last commit2 years ago
rebar3_hex
rebar3_hexErlang

A Rebar3 plugin providing providers to interact with Hex.pm for publishing and managing Erlang/Elixir packages.

#open-source-publishing#elixir#rebar3-plugin
Stars100
Forks48
Last commit5 days ago
authorize
authorizeElixir

A rule-based authorization library for Elixir applications using a declarative DSL to define and evaluate access control rules.

#rule-engine#elixir#phoenix
Stars100
Forks5
Last commit6 years ago
hello_graphql_phoenix
hello_graphql_phoenixElixir

Example Phoenix application demonstrating how to mount GraphQL Elixir Plug endpoints.

#elixir#api#graphql
Stars100
Forks10
Last commit9 years ago
mongo
mongoElixir

A MongoDB driver for Elixir, providing a native Elixir API for database operations.

#database-driver#crud#bson
Stars100
Forks29
Last commit8 years ago
crontab
crontabElixir

An Elixir library for parsing, composing, and calculating execution dates from Cron expressions.

#parsing#elixir#library
Stars100
Forks35
Last commit4 days ago
ecto_state_machine
ecto_state_machineElixir

A finite state machine pattern implementation for Ecto schemas in Elixir applications.

#elixir-lang#database#elixir
Stars100
Forks20
Last commit6 years ago
ex_spec
ex_specElixir

Adds RSpec-style context and it macros to ExUnit for better test organization in Elixir.

#hex#elixir#unit-testing
Stars99
Forks5
Last commit8 years ago
Exnn
ExnnElixir

An Elixir framework for evolutive neural networks with a modular DSL and OTP-based architecture.

#sensor#elixir#neural-network
Stars99
Forks13
Last commit9 years ago
better_params
better_paramsElixir

An Elixir Plug that converts request parameters to atoms for cleaner pattern matching in web applications.

#elixir#phoenix-framework#pattern-matching
Stars98
Forks3
Last commit7 years ago
abacus
abacusElixir

A simple and safe mathematical expression language for the BEAM, inspired by math.js.

#rule-engine#elixir#mathematical-evaluation
Stars98
Forks20
Last commit2 months ago
puppeteer_pdf
puppeteer_pdfElixir

An Elixir wrapper for generating PDFs from HTML using Puppeteer, offering improved rendering over wkhtmltopdf.

#elixir#html-to-pdf#puppeteer
Stars98
Forks18
Last commit6 years ago
cmark
cmarkC

Elixir NIF binding for cmark (C), a CommonMark-compliant Markdown parser library.

#cmark#hex#elixir
Stars97
Forks13
Last commit2 years ago
PreviousPage 14 of 21Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Phoenix Framework136
#Hex Package108
#Erlang94
#Ecto85
#Elixir Library74
#Functional Programming71
#Phoenix69
#Elixir Lang59
#Web Development51
#Postgresql47
#Developer Tools45
#Plug44