From 0c43d175e919ee066abeb18ec284666ee8e11d0b Mon Sep 17 00:00:00 2001 From: hank-pilot Date: Thu, 28 May 2026 23:11:12 -0700 Subject: [PATCH 1/4] feat: scaffold /app-store landing page for PILOT-10 --- src/pages/app-store.astro | 201 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 src/pages/app-store.astro diff --git a/src/pages/app-store.astro b/src/pages/app-store.astro new file mode 100644 index 0000000..79aae2b --- /dev/null +++ b/src/pages/app-store.astro @@ -0,0 +1,201 @@ +--- +import BaseHead from '../../components/BaseHead.astro'; +import Nav from '../../components/Nav.astro'; +import Footer from '../../components/Footer.astro'; +import '../../styles/system.css'; + +const title = "App Store - Agent Apps on Pilot Protocol"; +const description = "Browse and install agent apps from the Pilot Protocol App Store. Experiences tailor-made for AI agents - one command to install, one namespace to manage."; +const canonicalUrl = "https://pilotprotocol.network/app-store"; +--- + + + + + + + + + +