Packages
locale_slug
0.2.0Locale-aware and script-aware URL slugs. German ö→oe, Estonian ö→o, Ukrainian Київ→kyiv. Cyrillic and Greek romanization from cited national standards. Pure Elixir, no NIF, zero dependencies.
phoenix_live_gantt
0.4.0Phoenix LiveView Gantt chart with dependency arrows, sub-projects, and click-to-detail popovers
phoenix_live_calendar
0.5.0A comprehensive calendar and scheduling component library for Phoenix LiveView
shelly
0.3.0Shelly smart-device client for Elixir: cloud APIs (legacy auth-key, v2, OAuth account access), real-time websocket events, and component-aware status parsing across Gen1-Gen4 hardware.
splat_tools
0.1.2Server-side toolkit for 3D Gaussian splat assets: validate a PLY, convert to compressed SOG, extract metadata, and derive a framing camera. Orchestration in Elixir, heavy lifting shelled out.
polymarket_clob
0.2.0Standalone Elixir client for the Polymarket CLOB API.
paper_ex
0.8.0Generic, exchange-agnostic paper trading and simulated-execution engine for Elixir. Pure functional core: portfolio state, execution attempts, positions, and orders. No HTTP, no database, no Polymarket dependency.
polymarket_sdk
0.2.0Higher-level Elixir SDK for Polymarket: Gamma market discovery, Data API, CTF/pUSD helpers, and convenience facades. Depends on polymarket_clob for the low-level CLOB surface.
splat_viewer
0.1.1Phoenix component and LiveView hook for displaying 3D Gaussian splats in the browser, wrapping the PlayCanvas engine.
dynamic_routes
0.1.1Database-driven top-level URLs in Phoenix without your declared routes getting shadowed — declared routes always win, order stops mattering.
cli_deps
0.1.1Declare the external command-line tools your app needs, check they are installed with version constraints, cache the result, and tell users how to install what is missing.
paper_ex_polymarket
0.3.2Adapter between paper_ex (generic paper trading) and polymarket (Polymarket SDK). Translates Polymarket CLOB books, market metadata, and trade activity into the normalized paper_ex domain. Not a trading bot.
polymarket_strategies
0.1.0Blueprint / example trading strategies for the paper_ex paper-trading engine — a reference set of textbook strategies (momentum, mean-reversion, favorite/longshot, market-making, stink-bid, resolution-snipe, basket arbitrage) implementing PaperEx.Strategy.
polymarket_notify
0.1.0Notification controls (per-category x per-strategy) plus pluggable channels (Telegram/Discord/webhook/log) for Elixir trading bots. Best-effort delivery, injectable HTTP, no processes or database.
ply
0.1.0Reader and writer for the PLY (Stanford Polygon) 3D format — ASCII and binary, with lazy streaming for large files. Pure Elixir, no NIFs, no dependencies.
gltf
0.1.0Reader for the glTF 2.0 3D interchange format — .gltf and .glb, with accessor decoding that handles interleaved strides and sparse substitution.