From 7a81178e45c2d712196f082a0dfb40073b4b74c4 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Wed, 13 May 2026 20:01:02 -0400 Subject: [PATCH] updated by agent --- docs/landing-page.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/landing-page.md b/docs/landing-page.md index fc9e33c..331103d 100644 --- a/docs/landing-page.md +++ b/docs/landing-page.md @@ -6,6 +6,18 @@ The Landing Page project will be building a static website with a sales and mark Gadget Code is free and open source software licensed under the Apache 2.0 open source license. There is no cost to obtain Gadget Code. We will be providing a link directly to our self-hosted gitea-backed server. It is not on GitHub. It prefers to stay away from GitHub. +## Landing Page Project + +The landing page project will be named `gadget-public`, and will be added to the monorepo as a peer of `gadget-code` and `gadget-drone`. Eventually, the `gadget-extension` project will be migrated into this monorepo. And that will happen very soon. + +For now, you will build the `gadget-public` project in the monorepo patterned after the [](../gadget-code/frontend/) project. + +Take note of how dependencies are managed from the root directory using commands such as `pnpm --filter=gadget-code add [package] [package] ...`. We should strive for parity with the gadget-code:frontend in terms of look, feel, theme, presentation, design, and functionality. BUT, this is a static page. There is no sign-up/sign-in. People get the software product. And they will sign up/subscribe from within the application. + +The Landing Page project is only leading people to the software. They will either want to install the Gadget browser extension, or install and configure Gadget Code. And yes, this Landing Page public project will host our documentation. + +The site will have a placeholder for a video that the visitor can play. I have provided a [placeholder video file](./temp/gadget-home.mp4). You can move that file into place when ready for it. I'm using ./temp as a dropbox for you. + ## Gadget (Browser Sidebar Extension) The Gadget browser sidebar extension is documented in [Gadget Extension](./temp/gadget-design.md). Refer to that document for a complete description of the extension.