import React from "react"; import Head from "@docusaurus/Head"; import { BlogFooter } from "@site/src/refine-theme/blog-footer"; import { CommonHeader } from "@site/src/refine-theme/common-header"; import { CommonLayout } from "@site/src/refine-theme/common-layout"; import clsx from "clsx"; const Demo: React.FC = () => { return (

Live Demo for{" "} OpenPanel , and{" "} OpenAdmin .

Explore OpenAdmin & OpenPanel® with no strings attached.

{/* First Column */}

OpenPanel Demo

Demo OpenPanel

If you are a website owner, then we recommend interacting with the OpenPanel interface. This is where you can maintain your website.

{/* Second Column */}

OpenAdmin Demo

Demo OpenAdmin

If you are a web host, then we recommend interacting with the OpenAdmin interface. This is where you can run and maintain your server.

); }; export default Demo;