mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 03:33:59 -05:00
2b21d588c33e1e19be2e1d69f01c7e03a58275ad
Created integrations-live.html with WORKING integrations: 1. 🐙 GitHub Integration - View any user's repositories - Real-time repo stats (stars, forks) - Direct links to repos - Uses GitHub API v3 2. 🌤️ Weather Integration - Real-time weather for any city - Temperature, humidity, wind, visibility - Geolocation support (use your location) - Uses wttr.in API 3. ₿ Crypto Prices Integration - Live prices for BTC, ETH, SOL, ADA, DOT - 24h price change tracking - Real-time data from CoinGecko - Auto-refresh capability 4. 📰 Tech News Integration - Top 10 stories from Hacker News - Real-time scores and comments - Direct links to articles - Uses Hacker News API 5. 💭 Quote of the Day - Inspirational tech quotes - Random quote generator - Uses Quotable API 6. 🎨 AI Image Generator (UI Demo) - Placeholder for DALL-E integration - Coming soon! All integrations use REAL APIs with no API keys needed! Beautiful responsive cards with hover effects. Live data, zero mocks! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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%