Reference
Glossary
Understand the terms used while building and publishing with Fabricate.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Understand the terms used while building and publishing with Fabricate.
| Term | Meaning |
|---|---|
| Fabricate account | Your account for signing in to the builder and managing your projects and plan |
| Project or app | The application you are building, together with its conversation, code, preview and settings |
| Prompt | A message describing a task or asking a question in the builder |
| Credits | The allowance used for work in the chat; see current plans and credits |
| Preview | The working version you interact with while building |
| Published app | The version made available at a live address after you publish |
| Redeploy | Publish a later version of an app that is already live |
| Database | Persistent records used by the app; preview and published apps use separate databases |
| Authentication | Checking who is signed in to your generated app |
| Authorization | Checking whether that person may access a record or perform an action |
| Environment secret | A sensitive configuration value supplied to the published app’s server code |
| API | A defined way for software components or services to request data or actions |
| Webhook | An HTTP request a provider sends when an event happens |
| Custom domain | An address you control and connect to a published app, subject to plan availability |
| Canonical URL | The preferred address declared for a page when equivalent addresses exist |
| Sitemap | A list of public URLs supplied to help crawlers discover pages |