{"id":3143,"date":"2026-06-22T15:04:11","date_gmt":"2026-06-22T14:04:11","guid":{"rendered":"https:\/\/onyxrepository.org\/?page_id=3143"},"modified":"2026-06-22T15:18:57","modified_gmt":"2026-06-22T14:18:57","slug":"onyx-model","status":"publish","type":"page","link":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/","title":{"rendered":"Onyx Model"},"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 Onyx Model | Community Infrastructure Development<\/title>\n  <style>\n    :root{\n      --black:#000;\n      --onyx:#080b08;\n      --panel:#0b0f0c;\n      --panel2:#101510;\n      --green:#0C7C0C;\n      --glow:#00ff66;\n      --white:#fff;\n      --muted:#c8c8c8;\n      --soft:#8e9a91;\n      --line:rgba(0,255,102,.28);\n    }\n    *{box-sizing:border-box;margin:0;padding:0}\n    html{scroll-behavior:smooth}\n    body{\n      font-family:Inter,Arial,Helvetica,sans-serif;\n      background:var(--black);\n      color:var(--white);\n      overflow-x:hidden;\n      line-height:1.55;\n    }\n    a{text-decoration:none;color:inherit}\n    .onyx-page{position:relative;background:\n      radial-gradient(circle at 15% 12%,rgba(0,255,102,.14),transparent 28%),\n      radial-gradient(circle at 80% 10%,rgba(12,124,12,.25),transparent 30%),\n      linear-gradient(180deg,#000 0%,#050805 50%,#000 100%);\n      min-height:100vh;\n    }\n    .onyx-page:before{\n      content:\"\";position:fixed;inset:0;pointer-events:none;opacity:.18;\n      background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);\n      background-size:70px 70px;\n      mask-image:linear-gradient(to bottom,#000,transparent 88%);\n    }\n    .wrap{width:min(1180px,92vw);margin:0 auto;position:relative;z-index:2}\n    .nav{\n      position:sticky;top:0;z-index:50;background:rgba(0,0,0,.72);backdrop-filter:blur(18px);\n      border-bottom:1px solid rgba(255,255,255,.08)\n    }\n    .nav-inner{width:min(1180px,92vw);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px 0}\n    .brand{font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff;font-size:14px}\n    .brand span{color:var(--glow)}\n    .nav-links{display:flex;gap:20px;color:var(--muted);font-size:13px}\n    .nav-links a:hover{color:var(--glow)}\n    .hero{padding:105px 0 70px;min-height:780px;display:grid;align-items:center}\n    .hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:56px;align-items:center}\n    .eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--glow);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:20px}\n    .dot{width:9px;height:9px;border-radius:50%;background:var(--glow);box-shadow:0 0 25px var(--glow);animation:pulse 1.8s infinite}\n    h1{font-size:clamp(48px,7vw,94px);line-height:.94;letter-spacing:-.07em;margin-bottom:25px}\n    .hero p.lead{font-size:clamp(18px,2.2vw,24px);color:#e9f5eb;max-width:680px;margin-bottom:24px}\n    .hero p.sub{color:var(--muted);font-size:17px;max-width:650px;margin-bottom:34px}\n    .cta-row{display:flex;gap:14px;flex-wrap:wrap}\n    .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:850;font-size:14px;transition:.25s ease;border:1px solid rgba(255,255,255,.16)}\n    .btn-primary{background:linear-gradient(135deg,var(--green),var(--glow));color:#001b08;box-shadow:0 0 35px rgba(0,255,102,.22)}\n    .btn-secondary{background:rgba(255,255,255,.06);color:#fff}\n    .btn:hover{transform:translateY(-3px)}\n    .model-orb{position:relative;min-height:560px;display:grid;place-items:center;perspective:1000px}\n    .orbit{position:absolute;width:480px;height:480px;border:1px solid var(--line);border-radius:50%;animation:spin 34s linear infinite;transform-style:preserve-3d}\n    .orbit.two{width:380px;height:380px;animation-duration:24s;animation-direction:reverse;opacity:.8}\n    .orbit.three{width:260px;height:260px;animation-duration:18s;opacity:.7}\n    .center-core{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:22px;background:radial-gradient(circle at 35% 28%,rgba(0,255,102,.46),rgba(12,124,12,.18) 38%,rgba(0,0,0,.78) 72%);border:1px solid rgba(0,255,102,.45);box-shadow:0 0 80px rgba(0,255,102,.18),inset 0 0 45px rgba(0,255,102,.12);animation:float 5s ease-in-out infinite}\n    .center-core strong{font-size:26px;line-height:1;letter-spacing:-.04em}\n    .center-core span{display:block;color:var(--muted);font-size:12px;margin-top:8px;text-transform:uppercase;letter-spacing:.12em}\n    .node{position:absolute;padding:12px 15px;border-radius:18px;background:rgba(11,15,12,.88);border:1px solid rgba(0,255,102,.3);box-shadow:0 0 25px rgba(0,255,102,.1);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#fff;backdrop-filter:blur(12px);transition:.25s ease}\n    .node:hover{transform:scale(1.08);border-color:var(--glow);box-shadow:0 0 35px rgba(0,255,102,.32)}\n    .n1{top:32px;left:48%}.n2{top:115px;right:25px}.n3{bottom:120px;right:15px}.n4{bottom:35px;left:42%}.n5{bottom:120px;left:0}.n6{top:115px;left:10px}\n    section{padding:90px 0;border-top:1px solid rgba(255,255,255,.08)}\n    .section-head{max-width:820px;margin-bottom:42px}\n    .kicker{color:var(--glow);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;margin-bottom:12px}\n    h2{font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.055em;margin-bottom:20px}\n    .section-head p{color:var(--muted);font-size:18px}\n    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}\n    .card{position:relative;padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 70px rgba(0,0,0,.35);overflow:hidden;transition:.25s ease;min-height:230px}\n    .card:before{content:\"\";position:absolute;inset:-1px;background:radial-gradient(circle at 20% 0,rgba(0,255,102,.18),transparent 36%);opacity:.9;pointer-events:none}\n    .card:hover{transform:translateY(-8px);border-color:rgba(0,255,102,.34)}\n    .card h3{position:relative;font-size:24px;letter-spacing:-.03em;margin-bottom:12px}\n    .card p{position:relative;color:var(--muted);font-size:15.5px}\n    .number{position:relative;width:44px;height:44px;border-radius:14px;background:rgba(0,255,102,.12);border:1px solid rgba(0,255,102,.28);display:grid;place-items:center;color:var(--glow);font-weight:900;margin-bottom:18px}\n    .flywheel{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:stretch}\n    .step{padding:22px 18px;border-radius:24px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);position:relative;min-height:145px}\n    .step:after{content:\"\u2192\";position:absolute;right:-13px;top:50%;transform:translateY(-50%);color:var(--glow);font-weight:900;font-size:24px;text-shadow:0 0 18px var(--glow)}\n    .step:nth-child(5):after,.step:nth-child(10):after{display:none}\n    .step strong{display:block;font-size:17px;line-height:1.1;margin-bottom:10px}\n    .step span{color:var(--muted);font-size:13.5px}\n    .split{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}\n    .quote-panel{padding:38px;border-radius:34px;background:linear-gradient(135deg,rgba(0,255,102,.12),rgba(255,255,255,.035));border:1px solid rgba(0,255,102,.22)}\n    .quote-panel h3{font-size:clamp(28px,4vw,48px);line-height:1.03;letter-spacing:-.05em;margin-bottom:20px}\n    .quote-panel p{color:#def5e4;font-size:18px}\n    .pillar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}\n    .pillar{display:flex;gap:18px;padding:24px;border-radius:26px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1)}\n    .icon{flex:0 0 46px;height:46px;border-radius:15px;background:radial-gradient(circle,var(--glow),var(--green));box-shadow:0 0 25px rgba(0,255,102,.24)}\n    .pillar h3{font-size:20px;margin-bottom:7px}.pillar p{color:var(--muted);font-size:15px}\n    .pipeline{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;counter-reset:pipes}\n    .pipe{counter-increment:pipes;padding:18px 14px;min-height:150px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);position:relative}\n    .pipe:before{content:counter(pipes);display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(0,255,102,.12);border:1px solid rgba(0,255,102,.25);color:var(--glow);font-weight:900;margin-bottom:14px}\n    .pipe strong{display:block;font-size:15px;line-height:1.15}.pipe span{display:block;color:var(--muted);font-size:12.5px;margin-top:8px}\n    .roadmap{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}\n    .phase{padding:20px;border-radius:24px;background:linear-gradient(180deg,rgba(0,255,102,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.1)}\n    .phase small{color:var(--glow);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.phase h3{font-size:18px;margin-top:8px}.phase p{color:var(--muted);font-size:13.5px;margin-top:6px}\n    .cta{padding:70px;border-radius:42px;background:\n      radial-gradient(circle at 25% 20%,rgba(0,255,102,.24),transparent 30%),\n      linear-gradient(135deg,rgba(12,124,12,.25),rgba(255,255,255,.035));\n      border:1px solid rgba(0,255,102,.25);text-align:center;box-shadow:0 30px 100px rgba(0,0,0,.45)\n    }\n    .cta h2{margin-inline:auto;max-width:850px}.cta p{color:#e5f4e8;font-size:18px;max-width:760px;margin:0 auto 28px}\n    @keyframes spin{to{transform:rotate(360deg)}}\n    @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}\n    @keyframes pulse{0%,100%{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.2)}}\n    @media(max-width:980px){\n      .hero-grid,.split{grid-template-columns:1fr}.model-orb{min-height:460px}.orbit{width:390px;height:390px}.orbit.two{width:310px;height:310px}.cards,.pillar-grid{grid-template-columns:1fr}.flywheel{grid-template-columns:repeat(2,1fr)}.step:after{display:none}.pipeline,.roadmap{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}\n    }\n    @media(max-width:560px){\n      .hero{padding:70px 0 50px;min-height:auto}.model-orb{min-height:380px}.orbit{width:310px;height:310px}.orbit.two{width:235px;height:235px}.orbit.three{width:170px;height:170px}.center-core{width:145px;height:145px}.center-core strong{font-size:20px}.node{font-size:10px;padding:9px 10px}.flywheel,.pipeline,.roadmap{grid-template-columns:1fr}.cta{padding:42px 22px;border-radius:30px}section{padding:68px 0}.card{min-height:auto}\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"onyx-page\">\n    <nav class=\"nav\">\n      <div class=\"nav-inner\">\n        <div class=\"brand\">ONYX <span>MODEL<\/span><\/div>\n        <div class=\"nav-links\">\n          <a href=\"#model\">Model<\/a><a href=\"#layers\">Layers<\/a><a href=\"#pillars\">Pillars<\/a><a href=\"#pipeline\">Pipeline<\/a><a href=\"#build\">Build With Us<\/a>\n        <\/div>\n      <\/div>\n    <\/nav>\n\n    <header class=\"hero wrap\">\n      <div class=\"hero-grid\">\n        <div>\n          <div class=\"eyebrow\"><span class=\"dot\"><\/span> The Onyx Community Infrastructure Model<\/div>\n          <h1>Building the institutions communities need to thrive.<\/h1>\n          <p class=\"lead\">Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity.<\/p>\n          <p class=\"sub\">The objective is simple but powerful: identify what underserved communities need, collect the intelligence to understand it, build platforms that solve it, generate revenue through usage, grow the Growth Accommodation Fund, and use that capacity to build the next institution.<\/p>\n          <div class=\"cta-row\">\n            <a class=\"btn btn-primary\" href=\"#model\">Explore The Model<\/a>\n            <a class=\"btn btn-secondary\" href=\"#build\">What Should We Build Next?<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"model-orb\" aria-label=\"Animated Onyx ecosystem model\">\n          <div class=\"orbit\"><\/div><div class=\"orbit two\"><\/div><div class=\"orbit three\"><\/div>\n          <div class=\"center-core\"><div><strong>GAF<\/strong><span>Growth Engine<\/span><\/div><\/div>\n          <div class=\"node n1\">Need<\/div><div class=\"node n2\">Data<\/div><div class=\"node n3\">Platform<\/div><div class=\"node n4\">Revenue<\/div><div class=\"node n5\">Institution<\/div><div class=\"node n6\">Jobs<\/div>\n        <\/div>\n      <\/div>\n    <\/header>\n\n    <section id=\"model\">\n      <div class=\"wrap\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">The Flywheel<\/div>\n          <h2>From community need to community-owned infrastructure.<\/h2>\n          <p>This is the operating system behind Onyx. Each step strengthens the next, creating a repeatable model for building opportunity in underserved communities.<\/p>\n        <\/div>\n        <div class=\"flywheel\">\n          <div class=\"step\"><strong>Community Need<\/strong><span>Residents identify problems, gaps, and missing services.<\/span><\/div>\n          <div class=\"step\"><strong>Community Data<\/strong><span>Needs are collected, organized, and validated.<\/span><\/div>\n          <div class=\"step\"><strong>Institution Design<\/strong><span>Solutions are shaped into practical, scalable models.<\/span><\/div>\n          <div class=\"step\"><strong>Platform Development<\/strong><span>Onyx builds or supports a usable community solution.<\/span><\/div>\n          <div class=\"step\"><strong>Community Adoption<\/strong><span>Residents, workers, and partners use the platform.<\/span><\/div>\n          <div class=\"step\"><strong>Revenue Generation<\/strong><span>Daily activity creates earned revenue, not only donations.<\/span><\/div>\n          <div class=\"step\"><strong>GAF Growth<\/strong><span>Revenue strengthens the Growth Accommodation Fund.<\/span><\/div>\n          <div class=\"step\"><strong>Infrastructure Built<\/strong><span>Capital helps seed future businesses and institutions.<\/span><\/div>\n          <div class=\"step\"><strong>Jobs Created<\/strong><span>New platforms create income, ownership, and opportunity.<\/span><\/div>\n          <div class=\"step\"><strong>Repeat<\/strong><span>The next community need becomes the next build.<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"layers\">\n      <div class=\"wrap split\">\n        <div class=\"quote-panel\">\n          <h3>Onyx is not just building projects. Onyx is building capacity.<\/h3>\n          <p>The long-term goal is to become a national investment vehicle model for establishing ecosystems of institutions and infrastructure in underserved communities.<\/p>\n        <\/div>\n        <div class=\"cards\">\n          <div class=\"card\"><div class=\"number\">1<\/div><h3>Community Intelligence<\/h3><p>Collect needs, ideas, service gaps, platform usage, survey responses, and resident priorities so development begins with real community data.<\/p><\/div>\n          <div class=\"card\"><div class=\"number\">2<\/div><h3>Institution Building<\/h3><p>Transform validated needs into platforms, services, enterprises, and institutions that communities can use every day.<\/p><\/div>\n          <div class=\"card\"><div class=\"number\">3<\/div><h3>Capital Formation<\/h3><p>Use platform activity, memberships, partnerships, and earned revenue to strengthen the Growth Accommodation Fund and finance future opportunities.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"pillars\">\n      <div class=\"wrap\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">Strategic Pillars<\/div>\n          <h2>Each platform is part of one larger ecosystem.<\/h2>\n          <p>Pull-Up, ChowDown, PRYSYM, Cyber Hub, and future platforms are not separate projects. They are institution-building pillars connected by one model.<\/p>\n        <\/div>\n        <div class=\"pillar-grid\">\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Transportation Infrastructure<\/h3><p>Pull-Up creates mobility access, driver income, and a foundation for future transportation solutions.<\/p><\/div><\/div>\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Commerce Infrastructure<\/h3><p>ChowDown supports local restaurants, drivers, food businesses, and community-based commerce.<\/p><\/div><\/div>\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Media &#038; Culture Infrastructure<\/h3><p>PRYSYM protects storytelling, culture, visibility, and media ownership within the community.<\/p><\/div><\/div>\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Workforce Infrastructure<\/h3><p>Cyber Hub and future training platforms prepare residents for livable wage careers and skill-based opportunity.<\/p><\/div><\/div>\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Capital Infrastructure<\/h3><p>The GAF converts community activity into development capacity for grants, loans, pilots, and future institutions.<\/p><\/div><\/div>\n          <div class=\"pillar\"><div class=\"icon\"><\/div><div><h3>Future Institutions<\/h3><p>Housing, healthcare, education, manufacturing, childcare, grocery, and other essential platforms can emerge from community intelligence.<\/p><\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"pipeline\">\n      <div class=\"wrap\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">Build Pipeline<\/div>\n          <h2>Ideas become data. Data becomes design. Design becomes infrastructure.<\/h2>\n          <p>The pipeline shows how community-submitted needs move from conversation to validation, pilot, launch, and replication.<\/p>\n        <\/div>\n        <div class=\"pipeline\">\n          <div class=\"pipe\"><strong>Need Identified<\/strong><span>Residents submit problems and priorities.<\/span><\/div>\n          <div class=\"pipe\"><strong>Research<\/strong><span>Onyx studies demand, partners, cost, and feasibility.<\/span><\/div>\n          <div class=\"pipe\"><strong>Validation<\/strong><span>The community confirms whether the solution is truly needed.<\/span><\/div>\n          <div class=\"pipe\"><strong>Business Model<\/strong><span>The concept becomes a platform, service, or institution plan.<\/span><\/div>\n          <div class=\"pipe\"><strong>Pilot<\/strong><span>A small launch tests the model in real conditions.<\/span><\/div>\n          <div class=\"pipe\"><strong>Launch<\/strong><span>The platform opens for community use.<\/span><\/div>\n          <div class=\"pipe\"><strong>Scale<\/strong><span>Revenue and results support expansion and replication.<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"wrap\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">National Blueprint<\/div>\n          <h2>Paterson is the proving ground. The model is the product.<\/h2>\n          <p>The Onyx vision is to prove a framework in one community, document the process, and create a blueprint that can be adapted by underserved communities nationwide.<\/p>\n        <\/div>\n        <div class=\"roadmap\">\n          <div class=\"phase\"><small>Phase I<\/small><h3>Transportation<\/h3><p>Mobility access and driver income.<\/p><\/div>\n          <div class=\"phase\"><small>Phase II<\/small><h3>Commerce<\/h3><p>Food delivery and local business support.<\/p><\/div>\n          <div class=\"phase\"><small>Phase III<\/small><h3>Media<\/h3><p>Culture, storytelling, and visibility.<\/p><\/div>\n          <div class=\"phase\"><small>Phase IV<\/small><h3>Workforce<\/h3><p>Skill development and livable wage pathways.<\/p><\/div>\n          <div class=\"phase\"><small>Phase V<\/small><h3>Capital<\/h3><p>GAF expansion and development capacity.<\/p><\/div>\n          <div class=\"phase\"><small>Phase VI<\/small><h3>Housing<\/h3><p>Community development opportunities.<\/p><\/div>\n          <div class=\"phase\"><small>Phase VII<\/small><h3>Healthcare<\/h3><p>Essential health access and service platforms.<\/p><\/div>\n          <div class=\"phase\"><small>Phase VIII<\/small><h3>Education<\/h3><p>Youth, trades, tech, and career systems.<\/p><\/div>\n          <div class=\"phase\"><small>Phase IX<\/small><h3>Manufacturing<\/h3><p>Local production and employment creation.<\/p><\/div>\n          <div class=\"phase\"><small>Phase X<\/small><h3>Replication<\/h3><p>A national community infrastructure blueprint.<\/p><\/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 With Us<\/div>\n          <h2>What should we build next?<\/h2>\n          <p>Every future platform begins with community intelligence. Submit a need, share an idea, become a builder, use the platforms, or partner with Onyx to help turn daily activity into future opportunity.<\/p>\n          <div class=\"cta-row\" style=\"justify-content:center\">\n            <a class=\"btn btn-primary\" href=\"\/community-ideas-lab\/\">Submit An Idea<\/a>\n            <a class=\"btn btn-secondary\" href=\"\/builder-portal\/\">Become A Builder<\/a>\n            <a class=\"btn btn-secondary\" href=\"\/platforms\/\">Use The Platforms<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities need, collect the intelligence to&#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-3143","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 Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/onyxrepository.org\/index.php\/onyx-model\/\" \/>\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=\"Onyx Model - onyxrepository.org\" \/>\n\t\t<meta property=\"og:description\" content=\"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/onyxrepository.org\/index.php\/onyx-model\/\" \/>\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:04:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-22T14:18:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Onyx Model - onyxrepository.org\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities\" \/>\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\\\/onyx-model\\\/#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\\\/onyx-model\\\/#listItem\",\"name\":\"Onyx Model\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/onyx-model\\\/#listItem\",\"position\":2,\"name\":\"Onyx Model\",\"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\\\/onyx-model\\\/#organizationLogo\",\"width\":2826,\"height\":1087},\"image\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/onyx-model\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/onyx-model\\\/#webpage\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/onyx-model\\\/\",\"name\":\"Onyx Model - onyxrepository.org\",\"description\":\"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/onyx-model\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-22T15:04:11+01:00\",\"dateModified\":\"2026-06-22T15:18:57+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":"Onyx Model - onyxrepository.org","description":"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities","canonical_url":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/#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\/onyx-model\/#listItem","name":"Onyx Model"}},{"@type":"ListItem","@id":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/#listItem","position":2,"name":"Onyx Model","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\/onyx-model\/#organizationLogo","width":2826,"height":1087},"image":{"@id":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/#webpage","url":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/","name":"Onyx Model - onyxrepository.org","description":"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/onyxrepository.org\/#website"},"breadcrumb":{"@id":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/#breadcrumblist"},"datePublished":"2026-06-22T15:04:11+01:00","dateModified":"2026-06-22T15:18:57+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":"Onyx Model - onyxrepository.org","og:description":"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities","og:url":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/","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:04:11+00:00","article:modified_time":"2026-06-22T14:18:57+00:00","twitter:card":"summary_large_image","twitter:title":"Onyx Model - onyxrepository.org","twitter:description":"The Onyx Model | Community Infrastructure Development ONYX MODEL ModelLayersPillarsPipelineBuild With Us The Onyx Community Infrastructure Model Building the institutions communities need to thrive. Onyx is a national community infrastructure development model that turns community needs into community-owned solutions, sustainable institutions, and long-term economic opportunity. The objective is simple but powerful: identify what underserved communities","twitter:image":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png"},"aioseo_meta_data":{"post_id":"3143","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:04:12","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\tOnyx Model\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/onyxrepository.org"},{"label":"Onyx Model","link":"https:\/\/onyxrepository.org\/index.php\/onyx-model\/"}],"campaignId":"","_links":{"self":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3143","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=3143"}],"version-history":[{"count":2,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3143\/revisions"}],"predecessor-version":[{"id":3158,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3143\/revisions\/3158"}],"wp:attachment":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/media?parent=3143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}