Skip to content

Instantly share code, notes, and snippets.

View 7LayerLabs's full-sized avatar

Seven Layer Labs 7LayerLabs

View GitHub Profile
@7LayerLabs
7LayerLabs / model-counsel.html
Created February 11, 2026 00:24
Model Counsel - Multi-AI Interface with API Key Setup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Model Counsel - Multi-AI Interface</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
@7LayerLabs
7LayerLabs / rs-deploy.html
Created February 11, 2026 00:16
DB Tech OS - Complete Interface with Brand Kit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DB Tech OS - Command Center</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
/* Same styles as rs.html but optimized for deployment */
* {
@7LayerLabs
7LayerLabs / rs.html
Created February 11, 2026 00:14
DB Tech OS - Right Sidebar + Brand Kit Integration
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DB Tech OS - Right Sidebar Integration</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
@7LayerLabs
7LayerLabs / rs.html
Last active February 11, 2026 00:14
DB Tech OS - Right Sidebar Integration
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DB Tech OS - Right Sidebar Integration</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
@7LayerLabs
7LayerLabs / simple.html
Created February 10, 2026 23:46
Derek OS V3 - Simple Preview
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Derek OS V3 - Preview</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
@7LayerLabs
7LayerLabs / index.html
Created February 10, 2026 23:37
Derek OS V3 - Dashboard Preview
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>DEREK OS v3.0 - Complete Life Operating System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>