Back to browse
Almost all of MonsterWriter's back end is open source

Almost all of MonsterWriter's back end is open source

by WolfOliver·Jun 16, 2026·4 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Auth rules as triple-store facts instead of backend code—genuinely different from Firebase.

Strengths
  • Authorization stored as queryable data rather than deployed permission rules
  • No database migrations when schema evolves—triple-store handles it
  • Self-hostable MIT license alternative to Firebase and Convex
Weaknesses
  • BaaS category dominated by Firebase, Convex, Supabase with massive ecosystems
  • Bold claim of 'never need migrations' needs real-world validation at scale
Target Audience

Full-stack developers building SPAs who want self-hostable Firebase alternative

Similar To

Firebase · Convex · Supabase

Similar Projects

Developer Tools●●Solid

VibeDB – store anything with zero config

Zero-config single-file persistence plus two query styles (Mongo-like dicts or a Pythonic Q builder) makes everyday prototyping painless. The built-in Studio UI and auto-index hints are thoughtful extras for inspecting data and nudging performance, though this competes with established tiny DBs and SQLite/JSON patterns — great for side projects, but check concurrency and durability needs first.

Niche GemShip It
StevenSLXie
204mo 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