WeSearch

Full-Stack Gleam Guide

·4 min read · 0 reactions · 0 comments · 2 views

A practical guide to building full-stack apps with Gleam

Original article
Github
Read full at Github →
Opening excerpt (first ~120 words) tap to expand

Introduction ​What We're Building ​Welcome! Over the next few chapters we'll build Doable[1] together, a simple task manager. It's small on purpose, but it gives us enough to cover the whole stack. We'll have a JSON HTTP API compiled to Erlang, a browser frontend, and desktop and mobile apps for iOS and Android via Tauri, all compiled to JavaScript and sharing the same Gleam types and validation under the hood.Doable lets users create, view, update, and delete tasks. Simple on the surface, but it gives us enough surface area to cover the full stack: database persistence, HTTP routing, frontend state management, and cross-platform packaging.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Github.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Github