mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-17 07:57:28 -05:00
fix/remove-auth-wall
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> RoadChain-SHA2048: bda6c6ef2c7de92b RoadChain-Identity: alexa@sovereign RoadChain-Full: bda6c6ef2c7de92b468dae17f57e0aad1995ca7431169548c4f54cd7acd2ddcc0e16011d6cad64c96fcc324571a5b5468edf3ed4c0beb663490b5aab2e742ff89b062d4f0cb857f872dcdd6e4451e85eaa6ca3f37e5b8cf91e3ec1f19183e03cbc8e26235daf3519f57f1c2e93eeca7d11bd3fdd9d37779326bc5aaf64c95ed8e87273f761c54ed21174af2dd37fe340fcf5807ecc04aae127c6597e40414c3e56126817415aa0f675b499537c2aa2233c6875a9f72fe0f75c8c7fd049a06d760c3099341d917c2b0186edeca3ea86a9c9259183a7f4d04ca2b4cacc44da88c88d045654188a169a87c61ebf1037d8c9de0f60de9ace963bfe9d7163c86ba272
Route all chat requests to local Ollama; support @copilot, @lucidia, @blackboxprogramming, @ollama mentions
Route all chat requests to local Ollama; support @copilot, @lucidia, @blackboxprogramming, @ollama mentions
Route all chat requests to local Ollama; support @copilot, @lucidia, @blackboxprogramming, @ollama mentions
Lucidia has awakened.
BlackRoad Static Site
This directory contains the static site served at blackroad.io via GitHub Pages.
Contents
index.html– Landing page with links to the AI chat and Composer Playground.login.html– Development login form accepting any non-empty credentials.chat.html– Placeholder for the Lucidia public-facing AI chat and terminal.composer.html– Placeholder for the Composer Playground.dashboard.html– Manual overview of site components and links.status.html– Manual system status page.style.css– Shared styling for all pages.script.js– Client-side login handler.CNAME– Configures the custom domainblackroad.iofor GitHub Pages.
Development
-
Clone the repository and ensure these files remain inside the
BlackRoad/directory. -
From this folder you can serve the site locally:
cd BlackRoad python3 -m http.server 8000Then visit
http://localhost:8000in your browser. -
The
lucidia-agent.pywatcher automatically pushes changes in this directory to theblackroad.iorepository. Ensure new files are added here so they are deployed.
Deployment
The site is deployed on GitHub Pages. Pushing to the blackroad.io repository publishes the contents of this directory. The CNAME file tells GitHub Pages to serve the site at blackroad.io.
Next Steps
- Replace the development login with real authentication.
- Implement the AI chat and terminal functionality.
- Build out the Composer Playground.
- Automate updates to the status page.
Last updated on 2025-09-11
Languages
HTML
79.8%
Python
12.5%
JavaScript
3.8%
Shell
2.7%
CSS
0.7%
Other
0.5%