Landing Page
The landing page is fully separated from the AI Agent chat interface.
Technology Stack
- The landing page is built using standard Laravel Blade templates.
- It is preconfigured to work with Prebuilt UI:
https://prebuiltui.com
Prebuilt UI provides framework-agnostic Tailwind CSS components and templates. You can select any required component or section and copy it directly into your Blade views.
File Structure
-
Landing page view:
resources/views/landing.blade.php -
Base layout:
resources/views/layouts/main.blade.php
The landing page extends the main.blade.php layout and remains fully independent from the Vue-based AI Agent UI.
Default Template
The example landing page included in the starter kit is based on the Saasly template from Prebuilt UI:
You can replace or customize this template by copying components from Prebuilt UI as needed, without affecting the AI Agent Chat application.
