8000 Elixir Volt · GitHub
[go: up one dir, main page]

Skip to content
@elixir-volt

Elixir Volt

Native frontend tooling for Elixir

Elixir Volt ⚡

Elixir-native frontend toolchain. No Node.js, no npm, no esbuild — just Rust NIFs on the BEAM.

Packages

Package Description Hex
volt Dev server, HMR, Tailwind CSS, production builds Hex
oxc JS/TS parse, transform, bundle, minify Hex
vize Vue SFC compilation, Vapor IR, LightningCSS Hex
oxide_ex Tailwind CSS content scanning (Rust NIF) Hex
quickbeam QuickJS runtime for the BEAM Hex
phoenix_vapor Vue templates as native LiveView renders Hex
npm npm package manager for Elixir Hex

How it fits together

Phoenix app
├── volt            — asset pipeline (dev server + builder)
│   ├── oxc         — JS/TS compilation (Rust NIF)
│   ├── vize        — Vue SFCs + CSS (Rust NIF)
│   ├── oxide_ex    — Tailwind scanning (Rust NIF)
│   └── quickbeam   — Tailwind compiler (QuickJS)
└── phoenix_vapor   — Vue templates → %Rendered{} (SSR)
    ├── vize        — Vapor IR compilation
    └── quickbeam   — JS expression evaluation

Popular repositories Loading

  1. quickbeam quickbeam Public

    JavaScript runtime for the BEAM — Web APIs backed by OTP, native DOM, and a built-in TypeScript toolchain.

    C 132 2

  2. npm_ex npm_ex Public

    npm package manager for Elixir

    Elixir 9

  3. volt volt Public

    Elixir-native frontend build tool — dev server, HMR, and production builds for JavaScript, TypeScript, Vue SFCs, and CSS. No Node.js required.

    Elixir 8

  4. phoenix_vapor phoenix_vapor Public

    Vue templates as native Phoenix LiveView rendered structs — compile Vue syntax to %Phoenix.LiveView.Rendered{} via Vapor IR

    Elixir 6

  5. oxc_ex oxc_ex Public

    Elixir bindings for the OXC JavaScript toolchain — parse, transform, and minify JS/TS via Rust NIFs

    Elixir 5

  6. oxide_ex oxide_ex Public

    Elixir NIF bindings for Tailwind CSS Oxide — fast parallel content scanning and candidate extraction

    Elixir 4

Repositories

Showing 9 of 9 repositories

Top languages

Elixir C Rust

Most used topics

Loading…

0