AI concepts
PromptWhat you type into Base44 to create or update your app. It’s how you guide the build, whether with a quick one-liner or a detailed breakdown of what you want to make.
For tips on prompting, check out our guide to working with AI.
When Base44 turns your prompt into real output, like an app or product. Refinement loop
The back-and-forth flow of editing and iterating with Base44’s AI until things work the way you want. Intent recognition
Base44’s ability to understand what you’re trying to build, even if you don’t phrase it perfectly.
Base44-specific terms
AI chatThe chat interface where you describe what you want to build. It’s where your idea starts becoming a working app. App
What you’re building in Base44. It can be anything from a tool, dashboard, form, or a SaaS product. Builder
You. Anyone using Base44 to bring an idea to life. Preview
A live, interactive view of your app that updates as you build. Dashboard
Your project environment in Base44. It’s where your app lives, including its design, logic, data, and settings. Visual editor
A point-and-click tool that lets you visually edit your app’s content and style, no AI prompts or coding needed. Discussion mode A way to strategize and brainstorm with Base44 without making any changes to your app. Use it to talk through your ideas, ask questions, explore options, and refine things step by step, just like you would with a teammate. Deploy
The act of pushing your app live. In Base44, it’s one click and done. Clone
Copying an existing app so you can customize it as your own. Team workspace A centralized place where multiple builders can collaborate on the same app. Everyone in the workspace shares access to projects, settings, and progress, so building and managing apps together is seamless from start to ship.
Building blocks
PageA screen in your app. You can create multiple pages and link between them. State
A piece of temporary data that your app uses to track what’s going on, like whether a user is logged in, or what item they’re viewing. Logic
The “if this, then that” of your app. You set rules for how things should behave or respond. Action
A step your app takes when something happens, like submitting a form or sending an email. Workflow
A chain of actions or conditions that run in response to a trigger (like a button click or user event). Binding
Connecting data or logic to a component, like showing a user’s name inside a text block.
Integrations
IntegrationA pre-built connection to a third-party tool or service, like Stripe for payments or Resend for email, so you don’t have to wire it up yourself. API
A way for apps to talk to each other. Base44 can connect to APIs behind the scenes so your app can send or receive data. Webhook
A way for an external service to notify your app when something happens (like a new order or signup).
Data & backend
DatabaseWhere your app’s information is stored, like users, posts, products, etc. This is built-in to Base44, and can be found in your app dashboard.
Check out our guide for tips on how to manage your app’s data.
Short for Create, Read, Update, Delete: essentially all the ways data is handled in your app. Record
A single entry in your database. Think: one user, one order, one comment. Collection
A group of records, like a list of users or posts. Authentication (Auth)
How users sign in and prove who they are. Authentication is built-in to all apps by default, which means any visitors must log in to access your apps. Privacy permissions can be adjusted in your app dashboard. Authorization
What users are allowed to do once they’re signed in (e.g. edit, view, delete). Environment variables
Private info your app needs to run, like API keys or access tokens.
UI & UX design concepts
Responsive designYour app adjusts automatically to different screen sizes, like phones, tablets, and desktops. Theme A set of design choices, like colors, fonts, and layout, that shape how your app looks and feels. Modal
A pop-up window that sits on top of your page used for alerts, forms, or quick actions. Navigation
How users move through your app, from page to page or section to section. Form
A way for users to input data (like signing up, placing an order, or sending feedback). Feedback
Messages or alerts your app shows after an action (e.g. “Message sent” or “Something went wrong”).
Design styles
Note: You can use any of these terms in your prompt to describe the visual style you’re going for.
Deployment & performance
Live appThe public-facing version of what you built. It’s what your users see. Hosting
Where your app lives online. Base44 handles this automatically, no setup needed. Versioning
Keeping track of changes to your app over time, so you can update safely. Performance
How fast and smoothly your app runs. Base44 optimizes this behind the scenes.