git404hub

what is qorm fr?

qorm/qorm — explained in plain English

Analysis updated 2026-05-18

4GoAudience · vibe coder

tl;dr

A tool that lets an AI assistant build and live-edit small cross-platform apps with you, described as simple JSON instead of code.

vibe map

mindmap
  root((QORM))
    What it does
      AI builds live apps
      Human and AI collaborate
      JSON describes UI
    Tech stack
      Go
      MCP protocol
      WebView
    Use cases
      Scaffold app with AI
      Cross platform packaging
      Signed bundles
    Audience
      Vibe coders
      AI assistant users
      Cross platform builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask an AI assistant to scaffold a small app like a habit tracker or counter from scratch.

VIBE 2

Collaborate live with an AI on one running app, watching its edits appear instantly.

VIBE 3

Package the same app for web, iOS, Android, desktop, or a mini-program without rewriting it.

VIBE 4

Distribute a signed app bundle that verifies it has not been tampered with before running.

what's the stack?

GoMCPWebViewSSE

how it stacks up fr

qorm/qormaeneasr/github-trendsbxcodec/go-simple-flatbuffer
Stars444
LanguageGoGoGo
Last pushed2020-12-182017-06-09
MaintenanceDormantDormant
Setup difficultyeasyeasy
Complexity2/52/5
Audiencevibe coderpm founderdeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

QORM is a tool for building small apps, like a counter or a to-do list, where an AI coding assistant such as Claude or Cursor does most of the work of scaffolding, editing, and testing the app for you. The idea is that you and the AI work on the same running app at the same time: when the AI makes a change, you see an on-screen notice and the update appears right away, and when you click something in the app, the AI can see that too. Under the hood, apps are described as small JSON files rather than in a specific programming language, which is what lets the same app run on the web, iOS, Android, desktop computers, and even mini-programs, all built from one description. The project is written in Go, and by default it compiles to plain Go with no extra runtime dependencies, so a built app is a single small file. There is also an optional native desktop window mode for people who want their app to feel like a normal installed program instead of running in a browser tab. QORM connects to AI assistants using the Model Context Protocol (MCP), a way for AI tools to call functions and see results. Through this connection, the AI can inspect the app's current state, run actions like button clicks, preview a proposed change before applying it, and check that a change actually worked. Changes can also be packaged into signed bundles, so the app verifies they have not been tampered with before running them. This project would suit someone who wants to experiment with letting an AI assistant build and modify a working app live, rather than only writing code that a human reviews afterward. It assumes some comfort with running command line tools like go install and go run, and with the general concept of connecting an AI assistant to a project. People who have never used a terminal or an AI coding tool before will likely find the setup unfamiliar without extra guidance.

prompts (copy fr)

prompt 1
Set up QORM in this project and scaffold a simple counter app I can run in my browser.
prompt 2
Using QORM, build me a to-do list app and package it for both web and iOS.
prompt 3
Explain how QORM's MCP tools let an AI assistant preview and apply changes to a live app.
prompt 4
Show me how to sign a QORM app bundle so it can be safely distributed and verified.
prompt 5
Help me set up a native desktop window build of my QORM app instead of the browser version.

Frequently asked questions

what is qorm fr?

A tool that lets an AI assistant build and live-edit small cross-platform apps with you, described as simple JSON instead of code.

What language is qorm written in?

Mainly Go. The stack also includes Go, MCP, WebView.

Who is qorm for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.