builtwithbend

27 builds.
All made with Bend.

Explore what people are making with Bend 2.

A different way to build.

Discover the language behind the projects.

Meet Bend 2 ↗

27 builds · page 1 of 2

LVTDGames
↗

Game of Life

An interactive Conway's Game of Life playground on a 64 × 64 grid with wraparound edges. Draw or erase cells, start from classic patterns such as the glider gun, pulsar, and acorn, or generate a random world. Play, pause, step through indi…

GitHubWebsite
☆ 0
Fabian Vega (u/FabianVeAl)Developer tools
↗

Tree-sitter Bend (Fabian Vega)

A reusable Tree-sitter grammar for Bend 2 syntax, maintained separately from the Zed extension that consumes it. It parses imports, data types, functions, laws, pattern matching, do-notation, parallel bindings, rewrites, dependent types, a…

GitHubReddit
☆ 0
Fabian Vega (u/FabianVeAl)Developer tools
↗

Bend for Zed

Bend 2 language support for the Zed editor, with syntax highlighting, code outlines, snippets, and inline diagnostics. A language-server shim invokes the Bend checker and supplies hover information from local function signatures and the ba…

GitHubReddit
☆ 1
Alysson Guimarães (k3ybladewielder)Research & experiments
↗

BendSR

An experimental symbolic-regression implementation in Bend 2 that searches for mathematical expressions fitting a dataset. It represents candidate formulas as expression trees and evolves them through fitness evaluation, tournament selecti…

GitHubReddit
☆ 12
@tsenartDeveloper tools
↗

Vegeta in Bend

A Bend 2 port of Vegeta's HTTP load-testing attack and report commands, shared by Vegeta author Tomas Senart. It generates HTTP traffic and produces compatible CSV/JSON results and text, JSON, or histogram reports. The port uses a laws-fi…

GitHubX
☆ 25200♡ 11
@Grave565Developer tools
↗

bolt

A linter, checker, and language server for Bend 2, written in Bend and paired with a VS Code extension. Configurable rules flag issues such as unused names, unfinished holes, suspicious recursion, formatting, and law coverage. The languag…

GitHubX
☆ 0♡ 1
@LimYiShengBrianLibraries
↗

Stiff

Native networking, application, and storage building blocks for Bend 2. Stiff provides HTTP clients and servers, routing, schema validation, streaming and server-sent events, observability helpers, and SQLite-backed local state with idempo…

GitHubX
☆ 1♡ 3
@lukaszsamsonLibraries
↗

Bendler

Call Bend code from Elixir through a compiled port executable or an experimental NIF. Bend functions become callable Elixir module functions, with Mix build integration and support for supervising the port process. The supported 0.1.x int…

GitHubX
☆ 1♡ 3
@SandipanKundu42Apps & websites
↗

Canopy

A fractal-tree explorer demonstrated by Sandipan Kundu on X. Adjust generations, branch angle, length ratio, and leaf color, choose Birch, Fern, or Coral presets, and export the result as SVG. The author describes a Bend 2 generator that …

X
♡ 2
LulzxDeveloper tools
↗

bendc

A self-hosting compiler for Bend 2 written in Bend 2. It type-checks and translates Bend programs into C, with an additional JavaScript output path and a runtime supporting effects and parallel execution. The repository includes a bootstr…

GitHub
☆ 20
KapioKaiLibraries
↗

bendygrad

A Bend 2 port of tinygrad's front-end concepts: tensor shapes and views, buffers, a lazy operation graph, reverse-mode automatic differentiation, linear layers, and stochastic gradient descent. A small neural-network demo learns XOR. The …

GitHub
☆ 0
0x5f3759df-fsLibraries
↗

Scrapanium

An HTTP and WebSocket library for Bend 2, providing pooled connections, concurrent request batches, cookies, redirects, downloads, and secure WebSocket messaging. Requests use native transport integrations with curl-impersonate and BoringS…

GitHub
☆ 0
MatheusBBarniDeveloper tools
↗

Knot

An early native JavaScript toolchain written in Bend 2. Current functionality includes an npm-compatible package-management path, dependency inspection, TypeScript-subset transpilation, import scanning, and initial build/watch commands. B…

GitHub
☆ 1
kirillleventcovDeveloper tools
↗

bendirstat

A disk-usage analyzer with terminal reports and an interactive treemap. Explore the largest directories and files, inspect usage by extension, or zoom into a visual map of the scanned tree. A native C effect performs filesystem scanning; …

GitHub
☆ 1
FabianVegaALibraries
↗

MyLSM

An experimental log-structured merge-tree key-value store implemented in Bend 2. Its durable storage path combines a write-ahead log, MemTable, SSTables, Bloom filters, compaction, and recovery. The repository exposes reusable storage com…

GitHub
☆ 2
MatheusBBarniDeveloper tools
↗

BendJVM

An experimental Java Virtual Machine interpreter implemented in Bend 2. It reads Java class files, validates and decodes bytecode, and executes a focused Java 8 compatibility subset. Bend owns classes, call frames, operand stacks, static …

GitHub
☆ 1
aguspizaResearch & experiments
↗

Ray Tracing in Bend 2

A Bend 2 implementation of the Ray Tracing in a Weekend scene, ported from the author's Nim version. It renders a scene of spheres to TGA, with optional PPM output and configurable sample counts. Rendering splits interleaved image rows ac…

GitHub
☆ 0
iamsahilsonawaneDeveloper tools
↗

Bend HTTP Server

An HTTP/1.1 server in Bend 2 with concurrent connection handling and routes that demonstrate CPU-parallel and GPU-dispatched computation. Health and runtime-information endpoints make the example easy to inspect. Request parsing and routi…

GitHub
☆ 0
splchResearch & experiments
↗

Bend Quantum Simulator

A compact quantum-circuit simulator written in Bend 2, with gates, controlled operations, measurement, and sampling. Examples cover Bell and GHZ states, teleportation, the quantum Fourier transform, and Grover's algorithm. Quantum states …

GitHub
☆ 0
nicolas-abrilDeveloper tools
↗

Bend Tar

A command-line archiver written in Bend that creates, lists, and extracts ustar archives, with optional gzip compression. Its Bend implementation includes a DEFLATE encoder and decoder using LZ77 and Huffman coding. A matching C implement…

GitHub
☆ 0
nicolas-abrilGames
↗

BendQuest

A cooperative multiplayer RPG with quests, equipment, bosses, chat, a shop, and character customization. Players can host a server or join one, progressing through three zones toward a cooperative final encounter. Gameplay and drawing are…

GitHub
☆ 0
nicolas-abrilApps & websites
↗

Bend SVG Studio

An SVG viewer and editor with native and browser frontends sharing the same Bend document model. SVG parsing, geometry, painting, rasterization, hit testing, and editing are implemented in Bend. The browser displays PNG frames produced fr…

GitHub
☆ 0
tomc98Apps & websites
↗

Bend 2 Mandelbrot

A native Mandelbrot explorer for Apple Silicon Macs, with interactive zooming, panning, adjustable coloring, and deep-zoom experiments. Its Retina interface uses a teal, ivory, and copper palette. Bend 2 GPU code handles ordinary-depth fr…

GitHub
☆ 0
lennix1337Games
↗

Bend2Craft

A Minecraft-inspired voxel sandbox with seeded terrain, streamed chunks, trees, crafting, inventory, villagers, and survival mechanics. Bend 2 owns the world rules: terrain generation, state transitions, physics, collisions, and edit valid…

GitHub
☆ 0
Curated by LVTDBuilt for the people building.