Commit graph

3 commits

Author SHA1 Message Date
Snider
5143c211d3 feat: modernise template with core/go-api provider pattern
Replace Cobra CLI + raw net/http with core/go-api Engine.
DemoProvider implements RouteGroup for plug-and-play registration.
Lit element updated to fetch from Go API.
Add .core/build.yaml and CLAUDE.md.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 09:49:41 +00:00
google-labs-jules[bot]
627018d5d8 This change replaces the Angular-based custom element with a "Hello World" example using Lit. The goal is to provide a clean, well-documented starting point for downstream developers.
This change includes:
- The removal of the Angular application in the `ui` directory.
- A new Lit-based "Hello World" custom element in the `ui` directory.
- An `index.html` file to demonstrate the use of the component.
- An updated `README.md` with instructions for building and running the Lit component.
- An updated Go server to serve the Lit component.

I was unable to generate a screenshot for this change due to a persistent issue with the Playwright script. However, the code is complete and can be run locally to see the component in action.
2025-11-14 15:46:22 +00:00
google-labs-jules[bot]
581d09bc65 feat: Create template for custom HTML elements
This commit introduces a new template repository for creating custom HTML elements for the core web3 framework. The template includes a Go backend, an Angular custom element, and a full release cycle configuration.

The Go backend is a simple HTTP server that serves the frontend and provides a basic API. The Angular custom element is a simple "Hello, world!" component that can be used as a starting point for more complex elements. The release cycle is configured with GoReleaser and GitHub Actions.
2025-11-10 02:59:45 +00:00