Skip to main content
MindStudio
Pricing
Blog About
My Workspace
Topic

MindStudio & Remy Tutorials

How to build agents in MindStudio, Remy use cases, MindStudio feature announcements, 'How to do X in MindStudio' walkthroughs. Product-education content that helps blog readers actually convert into MindStudio users.

The mindstudio.json Manifest: The One File a Remy Project Requires

A field-by-field walkthrough of the mindstudio.json manifest — appId, roles, tables, methods, interfaces, and scenarios — and what each one declares.

Remy mindstudio.json manifest Remy project config

How to Watch a Remy App Run in Production, End to End

Remy ships request logs, method metrics, captured console output, and a system log the agent itself can read to debug a live app. Here's the full picture.

Remy observability Remy monitoring production logs

Scenarios: How Remy's Agent-Authored Test Cases Work

Remy scenarios are seed scripts the agent writes to put your dev database into a known state. Here's the execution model and the headless protocol.

Remy scenarios test data Remy test data seeding

Manifest, Methods, Tables, Roles, Interfaces, Scenarios: The Remy Vocabulary

A plain-language Remy glossary covering the six core primitives every builder meets: the manifest, methods, tables, roles, interfaces, and scenarios.

Remy Remy glossary spec-driven development

How AI Compiles a Spec Into a Full-Stack App: The Real Pipeline

From markdown spec to deployed app: the parse, generate, compile, migrate, and deploy pipeline that turns annotated prose into production code.

Remy spec to code AI AI app compilation

Per-Release Databases and Atomic Deployment: The Rollback Story

Per-release databases mean schema changes apply to a clone, not live data. Rollback is atomic: code, schema, and data revert together in one step.

Remy atomic deployment database rollback

The Six Sub-Agents Inside Remy: What Does Each One Actually Do?

Remy's six specialist sub-agents—Coding, Design, Roadmap, QA, Architecture, Research—each handle a different part of building your app. Here's what they do.

Remy sub-agents AI agent specialization

Remy vs Airtable: Database-First or Spec-First Apps

Airtable starts from a spreadsheet and adds an interface. Remy starts from a plain-language plan and compiles a real app. Here's which shape fits your work.

Remy Remy vs Airtable Airtable alternative

Remy vs Appian: AI Product Agent vs Enterprise Low-Code

Appian is enterprise low-code built on process automation. Remy compiles a plain-language plan into real, ownable code. Here's which one fits which job.

Remy Appian Appian alternative

Remy vs Bubble: A Visual Canvas or a Plan You Own

Bubble builds apps on a visual canvas you assemble by hand. Remy compiles a plain-language plan into real code you own. Here's which fits your build.

Remy Remy vs Bubble Bubble alternative

Remy vs Codex: Two Different Bets on What an AI Builder Is

Codex is a coding agent that edits files and opens PRs in a repo you own. Remy compiles a plain-language spec into a deployed full-stack app. Which to use when.

Remy Codex Codex alternative

Remy vs Devin: Autonomous Coder or Spec-Driven Product Agent

Devin is an autonomous coding agent that works tasks in a codebase. Remy compiles a plain-language spec into a deployed full-stack app. Which one fits your job.

Remy Devin Devin alternative

Remy vs Glide: Compiled Apps or Spreadsheet No-Code

Glide turns a spreadsheet into an app you point and click together. Remy compiles a plain-language plan into a real full-stack app you own. Here's the fit.

Remy Remy vs Glide Glide alternative

Remy vs Make: Visual Scenarios or AI-Compiled Apps?

Make wires apps together on a visual canvas of modules. Remy compiles a full-stack app from a plain-language plan. Here's which job each one is built for.

Remy Remy vs Make Make.com alternative

Remy vs n8n: Wiring Workflows or Compiling a Real App

n8n is open-source automation you can self-host and wire node by node. Remy compiles a full-stack app from a plain-language spec. Which fits which job?

Remy Remy vs n8n n8n alternative

Remy vs OutSystems: Spec-Driven vs Enterprise Low-Code

OutSystems is enterprise low-code with deep governance and compliance. Remy compiles a plain-language plan into real, ownable code. Here's which fits which job.

Remy OutSystems OutSystems alternative

Remy vs Replit Agent: Full-Stack Builder Showdown

Replit Agent writes and runs code in a sandbox. Remy compiles a plain-language plan into a full stack with per-release databases. Here's which fits your build.

Remy Replit Agent Replit Agent alternative

Remy vs Retool: When a Drag-and-Drop Builder Isn't Enough

Retool is the incumbent internal-tools builder. Remy compiles a plain-language plan into real, ownable code. Here's which one fits your team — and your budget.

Remy Retool Retool alternative

Remy vs Softr: A Layer on Airtable or Code You Own

Softr builds a polished app on top of Airtable and other data sources. Remy compiles a plan into a real full-stack app you own. Here's which fits your build.

Remy Remy vs Softr Softr alternative

Remy vs v0: When a Product Agent Beats a UI Generator

v0 generates a frontend you drop into your own codebase. Remy compiles a whole deployed app from a plan you own. They're different shapes — here's which you need.

Remy v0 Vercel v0

Remy vs Windsurf: Comparing AI Builders for Real Software

Windsurf is an IDE-native coding agent that edits code in a project you own. Remy compiles a plain-language spec into a deployed full-stack app. Which to use.

Remy Windsurf Windsurf alternative

Remy vs Zapier: Building Apps vs Connecting Apps

Zapier wires the apps you already use into automated workflows. Remy compiles a brand-new full-stack app from a plain-language plan. Here's which job is which.

Remy Remy vs Zapier Zapier alternative

The Spec Is the Program. The Code Is What Gets Compiled.

When the spec is the source of truth and code is compiled output, what happens when you edit the code? How reconciliation works in spec-driven development.

Remy spec-driven development source of truth

What Happens When You Edit the Code Remy Generated?

An honest walkthrough of spec-vs-code drift in Remy apps: what happens when you hand-edit dist/ code, how the sync button works, and the real tradeoffs.

Remy spec vs code drift spec-driven development