MJX
Docs
Playground
GitHub
Live Compiler
English → SwiftUI
Type a description in plain English and compile it to SwiftUI code in real time.
🍎 SwiftUI
🤖 Chatbot (Rust)
⚡ API (Go)
🦀 Web (Rust/WASM)
🚀 Backend (Swift)
English Input
English → Swift / SwiftUI (Apple UI)
⌘↵ Compile to SwiftUI
Generated Code
|
IR (JSON)
// Output will appear here
// Press ⌘↵ or click Compile
Example Prompts
🍎 SwiftUI
Create a login form with an email field, a password field, and a Sign In button.
🤖 Chatbot (Rust)
Build a support bot that asks for the user's order number and then checks the status.
⚡ API (Go)
Create a Product API with name, price, and stock fields. Include full CRUD endpoints.
🦀 Web (Rust/WASM)
Build a todo list app with an input to add items and a button to delete each one.
🚀 Backend (Swift)
Create a User model with email and password. Add a POST /register and POST /login endpoint.