Marketing site for Radioactive Labs, the product studio.
This is the organization root Pages site. The repository MUST be named
radioactive-labs.github.io so GitHub Pages serves it at the org root:
https://radioactive-labs.github.io/
Any other repo name would serve under a /repo/ subpath instead.
To publish:
- Create a repo named
radioactive-labs.github.iounder theradioactive-labsGitHub org. - Push this folder to its default branch.
- In the repo Settings > Pages, set the source to the default branch, root.
The site is plain static HTML with inline CSS and no build step. .nojekyll
tells Pages to serve the files as-is without Jekyll processing.
- Replace the contact email
hello@radioactivelabs.dev(search forPLACEHOLDERinindex.html). - Add any further featured products beyond UniversalChatbot.
- Add
assets/og-image.png(1200x630) referenced by the OG meta tags. - Optional: add a
CNAMEfile if wiring a custom domain.