Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Elixir

Elixir

620 projects

Showing 36 of 620 projects

propcheck
propcheckElixir

A property-based testing library for Elixir, built as a wrapper around the PropEr framework.

#elixir#property-testing#testing-library
Stars393
Forks44
Last commit1 year ago
vscode-elixir-ls
vscode-elixir-lsTypeScript

Elixir language support and debugger for VS Code, powered by the Elixir Language Server (ElixirLS).

#elixir#developer-tools#language-server
Stars387
Forks41
Last commit3 years ago
inflex
inflexElixir

An Elixir library for handling word inflections like pluralization, singularization, and string transformations.

#elixir#text-processing#pluralization
Stars384
Forks81
Last commit2 years ago
mongodb_ecto
mongodb_ectoElixir

MongoDB adapter for Ecto, enabling Elixir applications to use MongoDB as a data store with Ecto's query interface.

#orm#bson#database-adapter
Stars379
Forks126
Last commit19 days ago
mongodb_ecto
mongodb_ectoElixir

An Ecto adapter for MongoDB, enabling Elixir developers to use Ecto's query interface and schema definitions with MongoDB databases.

#query-builder#orm#database-adapter
Stars379
Forks126
Last commit19 days ago
conform
conformElixir

A configuration tool for Elixir releases that provides schema validation, rich data types, and an init-style .conf file.

#deployment#elixir#distillery
Stars378
Forks61
Last commit6 years ago
slime
slimeElixir

A minimalistic HTML templating language for Elixir, inspired by Slim, that reduces verbosity in markup.

#elixir#html-templating#slim
Stars376
Forks56
Last commit2 years ago
sweet_xml
sweet_xmlElixir

A thin Elixir wrapper around :xmerl for simple and effective XML querying and conversion to Elixir data structures.

#elixir#erlang-xmerl#xml
Stars374
Forks64
Last commit3 months ago
params
paramsElixir

A lightweight Elixir library for parameter validation and casting using Ecto.Schema, similar to Rails strong parameters.

#elixir#parameter-validation#phoenix
Stars374
Forks50
Last commit14 days ago
spawn
spawnElixir

An actor-native service mesh for durable, stateful computing that works across multiple programming languages and protocols.

#event-driven#elixir#workflow-orchestration
Stars374
Forks15
Last commit29 days ago
guardian_db
guardian_dbElixir

A Guardian extension that tracks JWT tokens in a database to enable immediate revocation and prevent replay attacks.

#database#elixir#authentication
Stars373
Forks89
Last commit10 months ago
bureaucrat
bureaucratElixir

Generate Phoenix API documentation automatically from ExUnit tests, supporting Markdown, Swagger/Slate, API Blueprint, and Postman formats.

#elixir#phoenix-framework#exunit
Stars372
Forks77
Last commit1 year ago
reaxt
reaxtElixir

Use React components in Elixir applications for server-side rendering with Webpack compilation.

#elixir#hot-reloading#isomorphic-javascript
Stars372
Forks38
Last commit4 months ago
opus
opusElixir

A framework for building pluggable, composable business logic pipelines in Elixir.

#pipeline-framework#business-logic#functional-programming
Stars371
Forks21
Last commit1 year ago
IElixir
IElixirJupyter Notebook

A Jupyter kernel that enables interactive computing with the Elixir programming language.

#elixir#jupyter-kernel#notebook
Stars368
Forks41
Last commit2 years ago
ElixirSublime
ElixirSublimePython

An Elixir plugin for Sublime Text 3 offering code completion, go-to-definition, and linting via SublimeLinter.

#ide-plugin#elixir#developer-tools
Stars367
Forks24
Last commit6 years ago
uuid
uuidElixir

UUID generator and utilities for Elixir, supporting RFC 4122 versions 1, 3, 4, and 5 with multiple formatting options.

#elixir#id-generation#unique-identifiers
Stars367
Forks83
Last commit1 year ago
Lynx
LynxElixir

A fast, secure, and reliable Terraform backend for state management and team collaboration, built with Elixir and Phoenix.

#elixir#devops#team-collaboration
Stars363
Forks11
Last commit10 days ago
fsm
fsmElixir

A pure functional finite state machine data structure for Elixir, designed for use within existing processes without requiring separate process management.

#functional-programming#elixir#otp
Stars363
Forks25
Last commit6 years ago
pathex
pathexElixir

A fast, composable functional lens library for manipulating nested data structures in Elixir.

#elixir#functional-lenses#library
Stars362
Forks17
Last commit9 months ago
walex
walexElixir

A simple and reliable Elixir library for capturing Postgres change events (CDC) via logical replication.

#logical-replication#event-driven#elixir
Stars362
Forks21
Last commit11 days ago
Elixir Functional Programming
Elixir Functional ProgrammingElixir

Educational material introducing functional programming concepts through Elixir with practical code examples.

#code-examples#functional-programming#elixir
Stars361
Forks21
Last commit6 years ago
exredis
exredisElixir

A Redis client for Elixir providing type-safe command generation and comprehensive API coverage.

#database-driver#elixir-lang#elixir
Stars357
Forks63
Last commit2 years ago
ex_twilio
ex_twilioElixir

A relatively full-featured Elixir client for the Twilio API, supporting voice, SMS, chat, and task routing.

#hex#elixir#rest-client
Stars346
Forks153
Last commit2 years ago
spandex
spandexElixir

A platform-agnostic tracing library for Elixir applications, enabling granular runtime monitoring and distributed tracing across microservices.

#hacktoberfest#platform-agnostic#elixir
Stars346
Forks53
Last commit2 years ago
The Little Schemer in Elixir
The Little Schemer in ElixirElixir

Exercises and algorithms from The Little Schemer book implemented in Elixir with Scheme comparisons.

#functional-programming#elixir#language-implementation
Stars345
Forks8
Last commit
pdf_generator
pdf_generatorElixir

An Elixir wrapper for generating PDFs from HTML using wkhtmltopdf or Chrome/Chromium via Puppeteer.

#elixir#html-to-pdf#puppeteer
Stars342
Forks71
Last commit3 years ago
progress_bar
progress_barElixir

A library for rendering command-line progress bars and spinners in Elixir applications.

#elixir#terminal#spinners
Stars338
Forks22
Last commit10 months ago
k8s
k8sElixir

A Kubernetes API client for Elixir featuring autodiscovery, multiple cluster support, and comprehensive authentication.

#kubeconfig#elixir#devops
Stars337
Forks50
Last commit7 days ago
scrape
scrapeElixir

An Elixir library for structured data extraction from websites, articles, and RSS/Atom feeds using information-retrieval techniques.

#readability#elixir#information-retrieval
Stars337
Forks41
Last commit5 years ago
neuron
neuronElixir

A flexible GraphQL client for Elixir applications with customizable JSON and connection modules.

#hex#elixir-lang#elixir
Stars335
Forks36
Last commit3 years ago
jose
joseErlang

A comprehensive Erlang/Elixir library implementing JSON Object Signing and Encryption (JOSE) standards.

#elixir#digital-signature#authentication
Stars334
Forks118
Last commit6 months ago
phoenix_live_reload
phoenix_live_reloadElixir

Live-reload functionality for Phoenix framework during development, enabling automatic browser refresh on file changes.

#elixir#productivity#phoenix-framework
Stars332
Forks94
Last commit6 months ago
oop
oopElixir

A humorous Elixir library that implements object-oriented programming concepts like classes, inheritance, and methods as a parody.

#functional-programming#elixir#metaprogramming
Stars328
Forks22
Last commit5 years ago
ex_check
ex_checkElixir

A single Mix task to efficiently run all code analysis and testing tools in an Elixir project.

#elixir#developer-tools#mix-task
Stars327
Forks14
Last commit1 year ago
meeseeks
meeseeksElixir

An Elixir library for parsing and extracting data from HTML and XML using CSS or XPath selectors.

#elixir#css-selectors#nif
Stars324
Forks26
Last commit1 year ago
PreviousPage 7 of 18Next

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
10 years ago
#Phoenix Framework123
#Hex Package87
#Ecto81
#Erlang79
#Phoenix65
#Elixir Library64
#Functional Programming61
#Elixir Lang54
#Web Development47
#Postgresql45
#Developer Tools41
#Distributed Systems38