Skip to content
@glendix-labs

Glendix Labs

Gleam bindings for the Mendix Pluggable Widget ecosystem

✨ Gleam bindings for the Mendix Pluggable Widget ecosystem

Where Gleam meets Mendix.

Gleam Mendix React License


We connect the Gleam and Mendix communities — so Mendix widget developers can enjoy the power of Gleam, and Gleam developers can tap into Mendix's rich widget ecosystem.


✨ Projects

Build tooling & framework for Mendix Pluggable Widget development.

  • 🎯 Pure Gleam — write widgets without JSX
  • 🔀 Two rendering pathsredraw (React) for simple UI, lustre (TEA) for complex state management
  • 🛠️ All-in-one tooling — dev server with HMR, build, lint, and release
gleam run -m glendix/dev
gleam run -m glendix/build
gleam run -m glendix/define

Use Mendix's rich widget ecosystem in any Gleam web project. Works with lustre, redraw, or any Gleam frontend framework.

  • 🔄 Auto-generated bindings — Gleam modules from .mpk files, ready to use as components
  • 🏪 Marketplace integration — search and download widgets from your terminal
  • 🔒 Opaque types — prevents unsafe JS access at compile time
gleam run -m mendraw/install
gleam run -m mendraw/marketplace

🚀 Quick Start

npx create-mendix-widget-gleam my_widget

💎 Why Gleam?

JavaScript / TypeScript Gleam ✨
Type safety Runtime errors possible ✅ Compile-time guarantees
null / undefined Anywhere, anytime ✅ Explicit with Option type
Pattern matching Limited ✅ Exhaustive pattern matching
Immutability Manual discipline ✅ Built-in by default

Popular repositories Loading

  1. MendixWidgetGleam MendixWidgetGleam Public

    Mendix Pluggable Widget development with Gleam

    Gleam 1

  2. glendix glendix Public

    Gleam FFI bindings for React and Mendix Pluggable Widget API

    Gleam 1

  3. mendraw mendraw Public

    Auto-generate Gleam/redraw bindings from Mendix widget .mpk files

    Gleam 1

  4. .github .github Public

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…