Back to browse

Dokkaebi – Run your WASM back end directly on the client side

by dokkebi·May 21, 2026·2 points·0 comments

AI Analysis

MidBold BetShip It

Client-side WASM backend eliminates server bills but exposes all logic to users.

Strengths
  • Eliminates server bills entirely by leveraging client compute resources instead of cloud instances.
  • Enables deploying Rust or Go logic directly to the browser environment without translation.
  • Simplifies deployment pipeline by removing server infrastructure management and configuration entirely.
Weaknesses
  • Cannot securely handle database credentials or private API keys client-side ever.
  • Limited utility for apps requiring authentication or protected data access patterns.
Target Audience

Indie hackers building zero-cost MVPs

Similar To

Cloudflare Workers · Vercel Edge Functions · Blazor WebAssembly

Post Description

I built this specifically for zero-cost MVP projects. My goal was to make it easy for anyone to build, deploy, and run their services without worrying about server bills.

Similar Projects

LinkedRecords – Back End-as-a-Service with Auth and Real-Time

Implements a graph-first BaaS with live subscriptions (there's even a subscribeToQuery entry) and serverless auth hooks so clients can get streaming updates on linked-data. It’s a focused alternative to generic BaaS offerings for teams who actually need RDF-style data and collaborative syncing. Active commits and docs are promising, but community traction and integration stories will determine whether it escapes niche status.

Niche GemShip It
WolfOliver
103mo ago
Developer Tools●●Solid

Production-Ready NestJS Back End (Multi-Tenancy, Event-Driven)

Concrete, hands-on demos — row-level multi-tenancy implemented with Prisma, async jobs via BullMQ/Redis, and tracing through OpenTelemetry/Jaeger — make this a useful reference for people building SaaS backends. It’s not reinventing the stack, but the repo bundles several production patterns and infra pieces together in a way that’s easy to explore; would be stronger with architecture diagrams, runnable quickstart scripts and example data.

Niche GemShip It
PkLavc
104mo ago