> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.AppReadyFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AppReadyFrame

```typescript
AppReadyFrame: FrameBase<"app-ready"> & { buildId?: string; source?: string }
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)

#### Type Declaration

*   ##### `Optional`buildId?: string
    
    Build id read from the host-generated meta tag, when present.
    
*   ##### `Optional`source?: string
    
    Host-facing readiness source. Advisory; host dedupes by project/frame.
