Skip to content

BlackRoad-Forge/blackroad-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ulackroad templates

Part of BlackRoad OS — Sovereign Computing for Everyone

BlackRoad OS BlackRoad Forge License

ulackroad templates is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.

About BlackRoad OS

BlackRoad OS is a sovereign computing platform that runs AI locally on your own hardware. No cloud dependencies. No API keys. No surveillance. Built by BlackRoad OS, Inc., a Delaware C-Corp founded in 2025.

Key Features

  • Local AI — Run LLMs on Raspberry Pi, Hailo-8, and commodity hardware
  • Mesh Networking — WireGuard VPN, NATS pub/sub, peer-to-peer communication
  • Edge Computing — 52 TOPS of AI acceleration across a Pi fleet
  • Self-Hosted Everything — Git, DNS, storage, CI/CD, chat — all sovereign
  • Zero Cloud Dependencies — Your data stays on your hardware

The BlackRoad Ecosystem

Organization Focus
BlackRoad OS Core platform and applications
BlackRoad OS, Inc. Corporate and enterprise
BlackRoad AI Artificial intelligence and ML
BlackRoad Hardware Edge hardware and IoT
BlackRoad Security Cybersecurity and auditing
BlackRoad Quantum Quantum computing research
BlackRoad Agents Autonomous AI agents
BlackRoad Network Mesh and distributed networking
BlackRoad Education Learning and tutoring platforms
BlackRoad Labs Research and experiments
BlackRoad Cloud Self-hosted cloud infrastructure
BlackRoad Forge Developer tools and utilities

Links


HTML CSS Dark Mode

A collection of HTML templates built with the BlackRoad Design System.

Templates

# File Description
01 01-landing.html Landing page with hero, features, stats, CTA
02 02-dashboard.html App dashboard with sidebar, tables, charts
03 03-auth.html Login/signup with OAuth buttons
04 04-docs.html Documentation with sidebar, code blocks, TOC
05 05-pricing.html Pricing tiers with comparison table, FAQ
06 06-contact.html Contact form with office locations
07 07-animation-showcase.html 18 CSS/Canvas animations gallery
08 08-404.html Error page with glitch effects
09 09-blog.html Blog listing with featured post, grid
10 10-settings.html Settings page with forms, toggles
11 11-status.html System status page with uptime chart
12 12-profile.html User profile with avatar, activity feed, contributions
13 13-changelog.html Release notes with version timeline
14 14-onboarding.html Multi-step wizard with progress bar
15 15-api.html API reference with endpoints, code examples
16 16-team.html Team page with leadership, members, values
17 17-integrations.html Integrations marketplace with categories

Design System

Colors

/* Grayscale */
--gray-950: #000000;
--gray-900: #0a0a0a;
--gray-800: #1a1a1a;
--gray-700: #404040;
--gray-600: #525252;
--gray-500: #737373;
--gray-400: #a3a3a3;
--gray-300: #d4d4d4;
--gray-100: #f5f5f5;

/* Accent Gradient */
--accent-1: #ff8700;  /* Orange */
--accent-2: #ff5f00;  /* Deep Orange */
--accent-3: #ff0087;  /* Hot Pink */
--accent-4: #af5fd7;  /* Purple */
--accent-5: #ff00ff;  /* Magenta */
--accent-6: #1e90ff;  /* Electric Blue */

/* Status */
--success: #22c55e;
--warning: #f59e0b;
--error: #ef4444;

Typography

  • Headlines: Space Grotesk
  • Body: Inter
  • Code/Data: JetBrains Mono

Border Radius

--radius-sm: 4px;
--radius-md: 6px;
--radius-lg: 8px;
--radius-xl: 12px;
--radius-2xl: 16px;

Usage

Each template is a self-contained HTML file with embedded CSS. Just open in a browser or deploy to any static hosting:

# Local preview
open 01-landing.html

# Deploy to Cloudflare Pages
npx wrangler pages deploy .

License

MIT - BlackRoad OS 2026

About

BlackRoad Design System — 15+ HTML templates with gradient-first brand lock, Space Grotesk + JetBrains Mono typography, dark/light variants, responsive components.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors