diff --git a/_includes/dev-ui-build-container-image.html b/_includes/dev-ui-build-container-image.html
new file mode 100644
index 00000000000..991c4f11f07
--- /dev/null
+++ b/_includes/dev-ui-build-container-image.html
@@ -0,0 +1,11 @@
+
+
+
Build Container Image
+
Create production-ready container images directly from the Dev UI. The interface simplifies the process, allowing you to customize build configurations and monitor the progress effortlessly.
Manage application settings and configurations through an intuitive interface. Modify the configuration file
+ directly in the UI, or use the form editor UI to achieve the same goal. The form editor UI also provides
+ visibility into all available configuration options, ensuring you don't miss anything.
+
+
+
+
+
+
+
The form editor offers a user-friendly way to adjust settings while providing a comprehensive list of
+ configuration options available in your application.
Run continuous tests directly in the Dev UI to ensure code quality and catch regressions early. The intuitive interface provides instant feedback and allows you to monitor test results in real-time, streamlining the development process.
Automatically generate database schemas and SQL scripts for faster development. The Quarkus Dev UI simplifies database integration, ensuring your application's data structure is always up to date with minimal effort. For developers familiar with their database of choice, the Dev UI makes it clear what Hibernate and Panache are doing under the hood, providing transparency and confidence in the generated database operations.
Visualize your application dependencies to optimize and debug relationships. The Quarkus Dev UI provides a clear and interactive graph of your application's modules and their dependencies, helping you quickly identify potential issues or inefficiencies.
Enhance your development workflow with these powerful features:
+
+
Configuration Management
+
Visualize Endpoints
+
DB Schema Generation
+
Dependency Visualization
+
Continuous Testing
+
Build Container Image
+
Manage Dev Services
+
Keycloak Integration
+
Kafka UI Integration
+
+
\ No newline at end of file
diff --git a/_includes/dev-ui-generate-kubernetes-yaml.html b/_includes/dev-ui-generate-kubernetes-yaml.html
new file mode 100644
index 00000000000..8137b573fbc
--- /dev/null
+++ b/_includes/dev-ui-generate-kubernetes-yaml.html
@@ -0,0 +1,8 @@
+
+
+
Generate Kubernetes YAML
+
Leverage the Quarkus Dev UI to easily generate Kubernetes YAML files for your application. Configure and export deployment manifests, service configurations, and ingress rules directly through the interface, ensuring seamless integration with Kubernetes environments.
+
The intuitive UI allows you to tailor the generated resources to match your specific requirements, whether you're deploying to a local cluster or a using the yaml files generated as a starting point.
Explore the comprehensive features of the Quarkus Dev UI to supercharge your development experience.
+
\ No newline at end of file
diff --git a/_includes/dev-ui-kafka-ui-integration.html b/_includes/dev-ui-kafka-ui-integration.html
new file mode 100644
index 00000000000..40ef0d6c36b
--- /dev/null
+++ b/_includes/dev-ui-kafka-ui-integration.html
@@ -0,0 +1,4 @@
+
+
Kafka UI Integration
+
Visualize and interact with Kafka topics, consumer groups, and nodes through the Dev UI.
+
\ No newline at end of file
diff --git a/_includes/dev-ui-keycloak-integration.html b/_includes/dev-ui-keycloak-integration.html
new file mode 100644
index 00000000000..155fb70c067
--- /dev/null
+++ b/_includes/dev-ui-keycloak-integration.html
@@ -0,0 +1,7 @@
+
+
Keycloak Integration
+
Integrate with Keycloak to manage authentication and authorization during development.
+
+ some image
+
+
\ No newline at end of file
diff --git a/_includes/dev-ui-manage-dev-services.html b/_includes/dev-ui-manage-dev-services.html
new file mode 100644
index 00000000000..c7669f9e4f1
--- /dev/null
+++ b/_includes/dev-ui-manage-dev-services.html
@@ -0,0 +1,4 @@
+
+
Manage Dev Services
+
Provision and manage dev services like databases and message brokers for your application.
+
\ No newline at end of file
diff --git a/_includes/dev-ui-visualize-endpoints.html b/_includes/dev-ui-visualize-endpoints.html
new file mode 100644
index 00000000000..06f13599c5d
--- /dev/null
+++ b/_includes/dev-ui-visualize-endpoints.html
@@ -0,0 +1,18 @@
+
+
+
Visualize Endpoints
+
Interact effortlessly with your application's endpoints using the built-in Quarkus Dev UI. Quickly navigate to any of the endpoints of your Quarkus application with ease.
+
+
+
+
+
+
+
If you prefer Swagger UI, you can access it directly through the Swagger Dev UI by adding the smallrye-openapi extension to your project. This enables an intuitive way to explore and test your APIs.
+
+
+
+
+
+
+
diff --git a/_includes/homepage-dev-ui-band.html b/_includes/homepage-dev-ui-band.html
new file mode 100644
index 00000000000..5f5a6f0182c
--- /dev/null
+++ b/_includes/homepage-dev-ui-band.html
@@ -0,0 +1,88 @@
+
+
+
+
Dev UI Features
+
Explore the powerful built-in features of the Quarkus Dev UI that enhance productivity and streamline
+ development.
+
+
+
+
+
+
+
+
+
+
Configuration Management
+
Seamlessly manage and modify application settings using Quarkus's unified configuration framework.
+
+
+
+
+
+
+
+
+
Visualize Endpoints
+
Interact with application endpoints effortlessly.
+
+
+
+
+
+
+
+
+
DB Schema Generation
+
Automatically create database schemas and SQL scripts for tables, reducing manual effort.
+
+
+
+
+
+
+
+
+
Dependency Visualization
+
Get a comprehensive view of your application's dependencies to optimize and debug relationships.
+
+
+
+
+
+
+
+
+
Continuous Testing
+
Run tests continuously to ensure code quality and prevent regressions.
+
+
+
+
+
+
+
+
+
Build Container Image
+
Create lightweight, production-ready container images directly from the Dev UI.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_layouts/dev-ui.html b/_layouts/dev-ui.html
new file mode 100644
index 00000000000..03b69a7bc99
--- /dev/null
+++ b/_layouts/dev-ui.html
@@ -0,0 +1,17 @@
+---
+layout: base
+---
+
+ {% include dev-ui-hero.html %}
+ {% include dev-ui-features.html %}
+ {% include dev-ui-configuration.html %}
+ {% include dev-ui-visualize-endpoints.html %}
+ {% include dev-ui-db-schema-generation.html %}
+ {% include dev-ui-dependency-visualization.html %}
+ {% include dev-ui-continuous-testing.html %}
+ {% include dev-ui-build-container-image.html %}
+ {% include dev-ui-generate-kubernetes-yaml.html %}
+ {% include dev-ui-manage-dev-services.html %}
+ {% include dev-ui-keycloak-integration.html %}
+ {% include dev-ui-kafka-ui-integration.html %}
+
\ No newline at end of file
diff --git a/_layouts/index.html b/_layouts/index.html
index c3e89a2f298..077a96e3e66 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -4,6 +4,7 @@