🏠
The
Forge
📝
🏠 Dashboard
👁️ Preview
🔐 Permissions
💾 Save
📦 Export
🚀 Submit for Approval
IJL Code
Permission Manifest
Live Preview
// IntelJunky Lingo (IJL) Generated Code
// App: My First App
SCREEN
.create(
"main"
, { layout:
"flex"
});
ELEMENT
.add(
"text"
, { id:
"text_welcome"
, content:
"Welcome to My App!"
});
ELEMENT
.add(
"input"
, { id:
"input_email"
, placeholder:
"Enter your email..."
, bind:
"user_email"
});
ELEMENT
.add(
"button"
, { id:
"btn_submit"
, text:
"Submit"
, onClick:
"handleSubmit()"
});
🔐 Permission Manifest
×
Configure what permissions your app needs. Only request what's necessary.
💰 Wallet: Read Balance
Medium
💸 Wallet: Transfer
High
👤 User: Read Profile
Low
👥 User: Read Friends
Low
📧 Mail: Send
Medium
💬 Chat: Send Message
Low
🔔 Notifications: Push
Low
📧 CPanel: Create Email
High
💳 Square: Process Payment
High