{"id":3152,"date":"2026-06-22T15:05:56","date_gmt":"2026-06-22T14:05:56","guid":{"rendered":"https:\/\/onyxrepository.org\/?page_id=3152"},"modified":"2026-06-22T15:37:53","modified_gmt":"2026-06-22T14:37:53","slug":"national-blueprint","status":"publish","type":"page","link":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/","title":{"rendered":"National Blueprint"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>The National Blueprint | Onyx Repository Foundation<\/title>\n  <style>\n    :root{\n      --black:#000;\n      --panel:#0b0b0b;\n      --panel2:#111;\n      --green:#0C7C0C;\n      --glow:#00ff66;\n      --white:#fff;\n      --muted:#c8c8c8;\n      --line:rgba(0,255,102,.24);\n      --glass:rgba(255,255,255,.055);\n    }\n    *{box-sizing:border-box}\n    body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif;line-height:1.55;overflow-x:hidden}\n    a{color:inherit;text-decoration:none}\n    .onyx-page{background:\n      radial-gradient(circle at 12% 8%, rgba(0,255,102,.18), transparent 32%),\n      radial-gradient(circle at 82% 18%, rgba(12,124,12,.28), transparent 30%),\n      linear-gradient(180deg,#000,#050505 35%,#000);\n      min-height:100vh;\n    }\n    .wrap{width:min(1180px,92vw);margin:auto}\n    .nav{position:sticky;top:0;z-index:20;background:rgba(0,0,0,.75);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}\n    .nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}\n    .brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}\n    .mark{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle,#00ff66,#0C7C0C 48%,#031b08);box-shadow:0 0 28px rgba(0,255,102,.48)}\n    .nav-links{display:flex;gap:22px;color:var(--muted);font-size:.92rem}\n    .nav-links a:hover{color:var(--glow)}\n    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(0,255,102,.45);padding:13px 18px;border-radius:999px;background:linear-gradient(135deg,rgba(12,124,12,.9),rgba(0,255,102,.16));box-shadow:0 0 22px rgba(0,255,102,.16);font-weight:800;transition:.25s ease}\n    .btn:hover{transform:translateY(-2px);box-shadow:0 0 32px rgba(0,255,102,.32)}\n    .btn.secondary{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18);color:#fff}\n    .hero{position:relative;padding:110px 0 80px;overflow:hidden}\n    .grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:72px 72px;opacity:.12;mask-image:linear-gradient(to bottom,#000,transparent 90%)}\n    .hero-layout{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}\n    .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(0,255,102,.28);border-radius:999px;background:rgba(0,255,102,.07);color:var(--glow);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}\n    h1{font-size:clamp(3rem,7vw,6.6rem);line-height:.88;margin:20px 0 22px;letter-spacing:-.075em}\n    h2{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:0 0 18px;letter-spacing:-.05em}\n    h3{font-size:1.25rem;margin:0 0 10px}\n    p{color:var(--muted);font-size:1.04rem;margin:0 0 18px}.lead{font-size:clamp(1.12rem,2vw,1.35rem);max-width:760px;color:#eee}.highlight{color:var(--glow)}\n    .cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}\n    .blueprint-orb{position:relative;min-height:520px;display:grid;place-items:center;perspective:900px}\n    .orbit{position:absolute;width:450px;height:450px;border:1px solid rgba(0,255,102,.26);border-radius:50%;animation:spin 19s linear infinite;box-shadow:0 0 42px rgba(0,255,102,.08)}\n    .orbit.o2{width:340px;height:340px;animation-duration:14s;animation-direction:reverse;transform:rotateX(62deg)}\n    .orbit.o3{width:235px;height:235px;animation-duration:10s;transform:rotateY(58deg)}\n    .core{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:26px;background:radial-gradient(circle at 30% 28%,rgba(0,255,102,.95),rgba(12,124,12,.6) 42%,rgba(0,0,0,.9) 70%);box-shadow:0 0 85px rgba(0,255,102,.4);border:1px solid rgba(255,255,255,.18);font-weight:950;text-transform:uppercase;letter-spacing:.08em;z-index:3}\n    .node{position:absolute;padding:10px 14px;border-radius:999px;background:rgba(10,10,10,.88);border:1px solid rgba(0,255,102,.32);box-shadow:0 0 24px rgba(0,255,102,.12);font-size:.8rem;font-weight:900;text-transform:uppercase;color:#fff;animation:float 4s ease-in-out infinite}\n    .n1{top:40px;left:120px}.n2{top:120px;right:18px;animation-delay:.4s}.n3{bottom:100px;right:34px;animation-delay:.8s}.n4{bottom:30px;left:160px;animation-delay:1.2s}.n5{left:15px;top:250px;animation-delay:1.6s}\n    @keyframes spin{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-12px)}}\n    section{padding:82px 0;border-top:1px solid rgba(255,255,255,.07)}\n    .section-head{max-width:840px;margin-bottom:38px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.kicker{color:var(--glow);text-transform:uppercase;letter-spacing:.14em;font-weight:950;font-size:.8rem;margin-bottom:12px}\n    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);border-radius:26px;padding:26px;overflow:hidden;min-height:210px;transition:.25s ease}.card:before{content:\"\";position:absolute;inset:auto -20% -45% -20%;height:120px;background:radial-gradient(circle,rgba(0,255,102,.18),transparent 70%)}.card:hover{transform:translateY(-6px);border-color:rgba(0,255,102,.38);box-shadow:0 22px 55px rgba(0,0,0,.45)}.num{font-size:.85rem;color:var(--glow);font-weight:950;margin-bottom:26px}.card p{font-size:.98rem}.wide{grid-column:span 2}.full{grid-column:1\/-1}\n    .blueprint-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step{background:rgba(255,255,255,.055);border:1px solid rgba(0,255,102,.18);border-radius:22px;padding:18px;min-height:170px}.step strong{display:block;color:#fff;margin-bottom:10px}.step span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(0,255,102,.12);border:1px solid rgba(0,255,102,.35);color:var(--glow);font-weight:950;margin-bottom:16px}\n    .split{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}.panel{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:30px}.check{display:grid;gap:12px;margin-top:16px}.check div{display:flex;gap:12px;align-items:flex-start;color:var(--muted)}.check b{color:#fff}.dot{width:10px;height:10px;border-radius:50%;background:var(--glow);box-shadow:0 0 14px rgba(0,255,102,.6);margin-top:8px;flex:0 0 auto}\n    .map{position:relative;min-height:560px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at center,rgba(0,255,102,.18),transparent 34%),rgba(255,255,255,.035);overflow:hidden;display:grid;place-items:center}.map:before{content:\"\";position:absolute;inset:0;background-image:linear-gradient(rgba(0,255,102,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,102,.18) 1px,transparent 1px);background-size:55px 55px;opacity:.18}.map-core{position:relative;z-index:2;width:210px;height:210px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#050505;border:1px solid rgba(0,255,102,.45);box-shadow:0 0 70px rgba(0,255,102,.28);font-weight:950;text-transform:uppercase;letter-spacing:.06em}.map-pill{position:absolute;z-index:2;background:rgba(0,0,0,.8);border:1px solid rgba(0,255,102,.32);border-radius:18px;padding:14px 16px;font-weight:900;color:#fff}.p1{top:56px;left:8%}.p2{top:70px;right:8%}.p3{left:5%;top:46%}.p4{right:5%;top:46%}.p5{bottom:68px;left:12%}.p6{bottom:58px;right:12%}\n    .roadmap{display:grid;gap:14px}.road{display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:16px}.phase{color:var(--glow);font-weight:950}.tag{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:#111;background:var(--glow);border-radius:999px;padding:7px 10px;font-weight:950}.cta{position:relative;text-align:center;border-radius:38px;border:1px solid rgba(0,255,102,.24);background:radial-gradient(circle at center,rgba(0,255,102,.16),transparent 55%),rgba(255,255,255,.04);padding:70px 24px;overflow:hidden}.cta h2{max-width:850px;margin-left:auto;margin-right:auto}.mini{font-size:.88rem;color:#aaa}.footer{padding:36px 0;color:#999;border-top:1px solid rgba(255,255,255,.08)}\n    @media(max-width:960px){.hero-layout,.split{grid-template-columns:1fr}.blueprint-orb{min-height:430px}.cards{grid-template-columns:1fr}.wide{grid-column:auto}.blueprint-steps{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.road{grid-template-columns:1fr}.map-pill{position:relative;inset:auto!important;margin:6px}.map{display:flex;flex-direction:column;padding:26px}.map-core{margin:14px 0}.orbit{width:330px;height:330px}.orbit.o2{width:250px;height:250px}.orbit.o3{width:170px;height:170px}}\n    @media(max-width:560px){.hero{padding-top:70px}h1{font-size:3.15rem}.blueprint-steps{grid-template-columns:1fr}.blueprint-orb{min-height:360px}.node{font-size:.68rem;padding:8px 10px}.n1{left:40px}.n2{right:0}.n4{left:70px}.core{width:155px;height:155px;font-size:.82rem}.nav-inner{height:62px}}\n  <\/style>\n<\/head>\n<body>\n  <div class=\"onyx-page\">\n    <nav class=\"nav\">\n      <div class=\"wrap nav-inner\">\n        <div class=\"brand\"><div class=\"mark\"><\/div><span>Onyx Blueprint<\/span><\/div>\n        <div class=\"nav-links\">\n          <a href=\"#model\">Model<\/a><a href=\"#steps\">Blueprint<\/a><a href=\"#replicate\">Replicate<\/a><a href=\"#roadmap\">Roadmap<\/a>\n        <\/div>\n        <a class=\"btn\" href=\"#build\">Build With Us<\/a>\n      <\/div>\n    <\/nav>\n\n    <header class=\"hero\">\n      <div class=\"grid-bg\"><\/div>\n      <div class=\"wrap hero-layout\">\n        <div>\n          <div class=\"eyebrow\">National Community Infrastructure Blueprint<\/div>\n          <h1>From one community to many.<\/h1>\n          <p class=\"lead\">Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity.<\/p>\n          <div class=\"cta-row\">\n            <a href=\"#steps\" class=\"btn\">Explore The Blueprint<\/a>\n            <a href=\"#replicate\" class=\"btn secondary\">See How It Replicates<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"blueprint-orb\" aria-hidden=\"true\">\n          <div class=\"orbit\"><\/div><div class=\"orbit o2\"><\/div><div class=\"orbit o3\"><\/div>\n          <div class=\"core\">Community Infrastructure Model<\/div>\n          <div class=\"node n1\">Needs<\/div><div class=\"node n2\">Data<\/div><div class=\"node n3\">Platforms<\/div><div class=\"node n4\">GAF<\/div><div class=\"node n5\">Institutions<\/div>\n        <\/div>\n      <\/div>\n    <\/header>\n\n    <section id=\"model\">\n      <div class=\"wrap split\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">The National Vision<\/div>\n          <h2>Paterson is the proving ground. The model is the mission.<\/h2>\n          <p>Onyx begins by solving real needs in one community, then documents the process so the framework can be adapted by other underserved communities across the country.<\/p>\n        <\/div>\n        <div class=\"panel\">\n          <h3>What the blueprint is designed to do<\/h3>\n          <div class=\"check\">\n            <div><span class=\"dot\"><\/span><p><b>Turn community needs into usable data.<\/b><br>Residents identify problems, priorities, skills, service gaps, and ideas.<\/p><\/div>\n            <div><span class=\"dot\"><\/span><p><b>Turn data into institutions.<\/b><br>Validated needs become platforms, programs, businesses, and infrastructure projects.<\/p><\/div>\n            <div><span class=\"dot\"><\/span><p><b>Turn activity into capacity.<\/b><br>Platform use generates revenue, employment, partnerships, and reinvestment potential.<\/p><\/div>\n            <div><span class=\"dot\"><\/span><p><b>Turn capacity into replication.<\/b><br>Each successful model becomes a guide another community can study, adapt, and build from.<\/p><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"steps\">\n      <div class=\"wrap\">\n        <div class=\"section-head center\">\n          <div class=\"kicker\">The Six-Part Blueprint<\/div>\n          <h2>A repeatable path from need to infrastructure.<\/h2>\n          <p>This is the operating model that connects community intelligence, platform development, capital formation, and long-term institution building.<\/p>\n        <\/div>\n        <div class=\"blueprint-steps\">\n          <div class=\"step\"><span>1<\/span><strong>Community Intelligence<\/strong><p>Collect needs, problems, ideas, skills, local business data, and resident priorities.<\/p><\/div>\n          <div class=\"step\"><span>2<\/span><strong>Priority Validation<\/strong><p>Use surveys, voting, usage data, and community meetings to identify what matters most.<\/p><\/div>\n          <div class=\"step\"><span>3<\/span><strong>Institution Design<\/strong><p>Translate the validated need into a platform, business, service, or infrastructure model.<\/p><\/div>\n          <div class=\"step\"><span>4<\/span><strong>Pilot &#038; Adoption<\/strong><p>Launch small, measure usage, recruit builders, refine operations, and prove demand.<\/p><\/div>\n          <div class=\"step\"><span>5<\/span><strong>Capital Formation<\/strong><p>Use platform revenue, membership, partnerships, and GAF strategy to support growth.<\/p><\/div>\n          <div class=\"step\"><span>6<\/span><strong>Replication<\/strong><p>Document the model so other communities can adapt the framework to their own needs.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"wrap\">\n        <div class=\"section-head center\">\n          <div class=\"kicker\">One Ecosystem, Multiple Institutions<\/div>\n          <h2>The blueprint is not one program. It is a system of reinforcing institutions.<\/h2>\n        <\/div>\n        <div class=\"map\">\n          <div class=\"map-pill p1\">Transportation<\/div>\n          <div class=\"map-pill p2\">Commerce<\/div>\n          <div class=\"map-pill p3\">Workforce<\/div>\n          <div class=\"map-core\">Community + GAF<\/div>\n          <div class=\"map-pill p4\">Media<\/div>\n          <div class=\"map-pill p5\">Capital<\/div>\n          <div class=\"map-pill p6\">Future Infrastructure<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"replicate\">\n      <div class=\"wrap\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">Replication Logic<\/div>\n          <h2>Onyx does not scale by copying one project everywhere. It scales by teaching communities how to build from their own data.<\/h2>\n        <\/div>\n        <div class=\"cards\">\n          <div class=\"card\"><div class=\"num\">01<\/div><h3>Local Needs First<\/h3><p>Every community has different gaps. The blueprint begins with listening, not assumptions.<\/p><\/div>\n          <div class=\"card\"><div class=\"num\">02<\/div><h3>Local Builders<\/h3><p>Residents, workers, organizers, businesses, churches, nonprofits, and civic leaders become part of the build process.<\/p><\/div>\n          <div class=\"card\"><div class=\"num\">03<\/div><h3>Local Adoption<\/h3><p>The platforms only work if people use them. Participation becomes the economic engine.<\/p><\/div>\n          <div class=\"card wide\"><div class=\"num\">04<\/div><h3>Documented Playbooks<\/h3><p>Each platform creates a playbook: how it was researched, launched, staffed, funded, measured, improved, and prepared for replication.<\/p><\/div>\n          <div class=\"card\"><div class=\"num\">05<\/div><h3>Shared Framework<\/h3><p>The same framework can support transportation, food, housing, healthcare, technology, workforce, and other future institutions.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"roadmap\">\n      <div class=\"wrap split\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">National Roadmap<\/div>\n          <h2>From pilot to proof to blueprint.<\/h2>\n          <p>The goal is not to promise every project at once. The goal is to build a disciplined pathway for communities to move from urgent needs toward durable institutions.<\/p>\n        <\/div>\n        <div class=\"roadmap\">\n          <div class=\"road\"><div class=\"phase\">Phase I<\/div><div><strong>Prove the model locally<\/strong><p>Strengthen Pull-Up, ChowDown, PRYSYM, Cyber Hub, GAF, Ideas Lab, and the public dashboard.<\/p><\/div><span class=\"tag\">Pilot<\/span><\/div>\n          <div class=\"road\"><div class=\"phase\">Phase II<\/div><div><strong>Publish the first Community Infrastructure Report<\/strong><p>Use community intelligence to define top needs, platform performance, and future priorities.<\/p><\/div><span class=\"tag\">Data<\/span><\/div>\n          <div class=\"road\"><div class=\"phase\">Phase III<\/div><div><strong>Launch the first new build campaign<\/strong><p>Let residents help select the next essential platform or institution to research and pilot.<\/p><\/div><span class=\"tag\">Build<\/span><\/div>\n          <div class=\"road\"><div class=\"phase\">Phase IV<\/div><div><strong>Create the replication toolkit<\/strong><p>Convert the process into templates, playbooks, dashboards, governance models, and implementation guides.<\/p><\/div><span class=\"tag\">Blueprint<\/span><\/div>\n          <div class=\"road\"><div class=\"phase\">Phase V<\/div><div><strong>Support adoption in other communities<\/strong><p>Partner with aligned communities ready to organize builders, collect data, and launch their own ecosystem.<\/p><\/div><span class=\"tag\">National<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"build\">\n      <div class=\"wrap\">\n        <div class=\"cta\">\n          <div class=\"kicker\">Build The Next Chapter<\/div>\n          <h2>The future does not arrive. It gets built.<\/h2>\n          <p class=\"lead\" style=\"margin-left:auto;margin-right:auto;\">If your community has needs, ideas, builders, organizations, or institutions ready to work, the Onyx Blueprint is designed to become a pathway from problem to platform to opportunity.<\/p>\n          <div class=\"cta-row\" style=\"justify-content:center\">\n            <a href=\"#\" class=\"btn\">Submit A Community Interest Form<\/a>\n            <a href=\"#\" class=\"btn secondary\">Download The Blueprint Overview<\/a>\n          <\/div>\n          <p class=\"mini\" style=\"margin-top:18px\">Replace these buttons with your real form, PDF, or contact links before publishing.<\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <footer class=\"footer\">\n      <div class=\"wrap\">Onyx Repository Foundation \u2014 A national model for community-owned institutions and infrastructure.<\/div>\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community Infrastructure Model Needs Data Platforms&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"give_campaign_id":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3152","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"onyxrepository.org -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"National Blueprint - onyxrepository.org\" \/>\n\t\t<meta property=\"og:description\" content=\"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-22T14:05:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-22T14:37:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"National Blueprint - onyxrepository.org\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/onyxrepository.org\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#listItem\",\"name\":\"National Blueprint\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#listItem\",\"position\":2,\"name\":\"National Blueprint\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#organization\",\"name\":\"onyxrepository.org\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/cropped-onyx-repository-co-3-TRANSPARENT-1.png\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#organizationLogo\",\"width\":2826,\"height\":1087},\"image\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#webpage\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/\",\"name\":\"National Blueprint - onyxrepository.org\",\"description\":\"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/national-blueprint\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-22T15:05:56+01:00\",\"dateModified\":\"2026-06-22T15:37:53+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#website\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/\",\"name\":\"onyxrepository.org\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"National Blueprint - onyxrepository.org","description":"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community","canonical_url":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/onyxrepository.org#listItem","position":1,"name":"Home","item":"https:\/\/onyxrepository.org","nextItem":{"@type":"ListItem","@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#listItem","name":"National Blueprint"}},{"@type":"ListItem","@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#listItem","position":2,"name":"National Blueprint","previousItem":{"@type":"ListItem","@id":"https:\/\/onyxrepository.org#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/onyxrepository.org\/#organization","name":"onyxrepository.org","url":"https:\/\/onyxrepository.org\/","logo":{"@type":"ImageObject","url":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png","@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#organizationLogo","width":2826,"height":1087},"image":{"@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#webpage","url":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/","name":"National Blueprint - onyxrepository.org","description":"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/onyxrepository.org\/#website"},"breadcrumb":{"@id":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/#breadcrumblist"},"datePublished":"2026-06-22T15:05:56+01:00","dateModified":"2026-06-22T15:37:53+01:00"},{"@type":"WebSite","@id":"https:\/\/onyxrepository.org\/#website","url":"https:\/\/onyxrepository.org\/","name":"onyxrepository.org","inLanguage":"en-US","publisher":{"@id":"https:\/\/onyxrepository.org\/#organization"}}]},"og:locale":"en_US","og:site_name":"onyxrepository.org -","og:type":"article","og:title":"National Blueprint - onyxrepository.org","og:description":"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community","og:url":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/","og:image":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png","og:image:secure_url":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png","article:published_time":"2026-06-22T14:05:56+00:00","article:modified_time":"2026-06-22T14:37:53+00:00","twitter:card":"summary_large_image","twitter:title":"National Blueprint - onyxrepository.org","twitter:description":"The National Blueprint | Onyx Repository Foundation Onyx Blueprint ModelBlueprintReplicateRoadmap Build With Us National Community Infrastructure Blueprint From one community to many. Onyx is building a replicable model for underserved communities to identify needs, collect intelligence, build institutions, create infrastructure, generate revenue, and reinvest into future opportunity. Explore The Blueprint See How It Replicates Community","twitter:image":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png"},"aioseo_meta_data":{"post_id":"3152","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-22 14:05:57","updated":"2026-06-22 14:40:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/onyxrepository.org\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNational Blueprint\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/onyxrepository.org"},{"label":"National Blueprint","link":"https:\/\/onyxrepository.org\/index.php\/national-blueprint\/"}],"campaignId":"","_links":{"self":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/comments?post=3152"}],"version-history":[{"count":2,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3152\/revisions"}],"predecessor-version":[{"id":3163,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3152\/revisions\/3163"}],"wp:attachment":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/media?parent=3152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}