A new app generated byDocumentation Index
Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
Use this file to discover all available pages before exploring further.
npx create-twenty-app looks like this:
Key files
| File / Folder | Purpose |
|---|---|
src/application-config.ts | Required. The main configuration file for your app. |
src/default-role.ts | Default role controlling what your logic functions can access. |
src/constants/universal-identifiers.ts | Auto-generated UUIDs and metadata (display name, description). |
src/__tests__/ | Integration tests (setup + example test). |
public/ | Static assets (images, fonts) served with your app. |
File organization is up to you. The folders above are conventions — the SDK detects entities via AST analysis on
export default defineEntity(...) calls regardless of where the file lives.