Glossary
Key terms and concepts used in XAEIO.
AI Agent
The AI assistant that generates and modifies your code. It understands natural language, reads your project files, and makes targeted edits.
AI Tasks
The unit of measurement for AI usage. Each interaction with the AI costs a certain number of AI Tasks depending on the complexity of the request.
Backend
The server-side part of a Web App. In XAEIO, backends are built with Python and FastAPI. They handle API endpoints, database queries, and business logic.
Chat
The primary interface for interacting with the AI agent. Type your requests in the chat panel and the AI generates or modifies code accordingly.
Connector
A bridge between XAEIO and an external service.
Design Mode
A visual editing mode where you can click on elements in the preview to select them. XAEIO highlights the corresponding source code.
Environment Variables
Configuration values (like API keys) that are injected at runtime. Managed in the Environment tab. Never hardcoded in source code.
Frontend
The client-side part of your project that runs in the browser. In XAEIO, frontends are built with React, TypeScript, and Tailwind CSS.
HMR (Hot Module Replacement)
A development feature that updates the preview instantly when code changes, without a full page reload.
Integration
A connection to an external service like GitHub, PostgreSQL, or a notification channel (Slack, Discord, Telegram).
Live Preview
A real-time view of your project running in an isolated workspace. Updates automatically as you or the AI make changes.
Media Library
A collection of all images and assets in your project. Supports uploaded files, AI-generated images, and stock photos.
Pipeline Type
The category of your project: Website or Web App. Determines available features and tools.
Publishing
Deploying your project to a live URL (*.xaeio.app). One-click deployment with automatic HTTPS and CDN.
Workspace
An isolated environment where your project runs. Each workspace has its own development server, file system, and preview.
XAEIO Cloud
The managed hosting platform for published XAEIO projects. Available at *.xaeio.app with automatic HTTPS.