Custom Deepview Templates
Match Deepview landing pages to your brand without rebuilding HTML from scratch each time.
What you can customize
- Background color
- Primary button color
- Button text color
- Background image
- Custom description copy
- Layout (see below)
- Powered by Flinku visibility toggle (removal requires Studio plan)
Customize in the dashboard
- Open Settings → Deepview Appearance (project-level).
- Choose colors, imagery, and description text.
- Pick a layout: Centered vs Left aligned.
- Toggle branding footer if your plan allows.
- Save. New and existing Deepviews inherit the template unless a link overrides specific fields.
Studio plan
Removing the "Powered by Flinku" line from Deepviews requires a Studio subscription. Other customization options remain available across all plans.
API field
Project-level appearance is stored on the project object as deepviewSettings. Update it via project settings APIs or the dashboard; structure matches the fields above (colors, layout enum, image URL, footer flag, etc.).
javascript
{
"deepviewSettings": {
"backgroundColor": "#0f172a",
"buttonColor": "#3b82f6",
"buttonTextColor": "#ffffff",
"backgroundImageUrl": "https://cdn.example.com/hero.jpg",
"description": "Install to continue",
"layout": "centered",
"showPoweredBy": true
}
}