Glossary
Learn the key terms used in Looops AI website builder.
Reference for terminology used throughout Looops and web development.
A
API (Application Programming Interface)
A way for different software systems to communicate. In Looops, you might create API routes to fetch data or handle form submissions.
Astro
A modern web framework that Looops uses to build fast, static websites. Astro generates HTML at build time for optimal performance.
B
Build
The process of converting your source code into optimized files ready for deployment. Looops handles this automatically when you publish.
C
CMS (Content Management System)
A system for managing website content without editing code. Looops includes a built-in CMS for creating and editing dynamic content.
Component
A reusable piece of UI. In Looops, components are React functions that render parts of your website (buttons, cards, headers, etc.).
Credits
The currency used for AI operations in Looops. Different actions consume different amounts of credits.
D
Deploy
The process of making your website available on the internet. Looops provides one-click deployment to our global edge network.
R
React
A JavaScript library for building user interfaces. Looops generates React components for your website.
Responsive Design
A design approach where websites adapt to different screen sizes (desktop, tablet, mobile).
S
SEO (Search Engine Optimization)
The practice of optimizing your website to rank higher in search engine results. See SEO Best Practices.
SSL (Secure Sockets Layer)
Encryption technology that secures connections between browsers and servers. Looops provides free SSL for all sites.
Static Site
A website where pages are pre-built at deploy time rather than generated on each request. Static sites are fast and secure.
T
Tailwind CSS
A utility-first CSS framework used by Looops for styling. It enables rapid UI development with pre-defined classes.
TypeScript
A typed superset of JavaScript. Looops generates TypeScript code for better reliability and developer experience.
Next Steps
- FAQ — Common questions
- Quickstart — Start building