{"id":3146,"date":"2026-06-22T15:04:47","date_gmt":"2026-06-22T14:04:47","guid":{"rendered":"https:\/\/onyxrepository.org\/?page_id=3146"},"modified":"2026-06-22T15:27:03","modified_gmt":"2026-06-22T14:27:03","slug":"community-idea-lab","status":"publish","type":"page","link":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/","title":{"rendered":"community idea lab"},"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>Community Ideas Lab | Onyx Repository Foundation<\/title>\n  <style>\n    :root {\n      --black:#000;\n      --onyx:#070907;\n      --panel:#0b0f0b;\n      --panel2:#101710;\n      --green:#0C7C0C;\n      --glow:#00FF66;\n      --white:#fff;\n      --muted:#c8c8c8;\n      --soft:#8d9a8d;\n      --line:rgba(0,255,102,.22);\n      --glass:rgba(255,255,255,.045);\n      --shadow:0 0 50px rgba(0,255,102,.18);\n    }\n\n    *{box-sizing:border-box;}\n    html{scroll-behavior:smooth;}\n    body{\n      margin:0;\n      background:\n        radial-gradient(circle at 20% 10%, rgba(0,255,102,.15), transparent 30%),\n        radial-gradient(circle at 80% 20%, rgba(12,124,12,.22), transparent 36%),\n        linear-gradient(180deg, #000 0%, #050705 38%, #000 100%);\n      color:var(--white);\n      font-family: Inter, Arial, Helvetica, sans-serif;\n      line-height:1.55;\n      overflow-x:hidden;\n    }\n\n    a{color:inherit;text-decoration:none;}\n    .onyx-lab-page{position:relative; isolation:isolate;}\n    .noise{\n      pointer-events:none;\n      position:fixed;\n      inset:0;\n      opacity:.16;\n      z-index:-1;\n      background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.35'\/%3E%3C\/svg%3E\");\n    }\n\n    .wrap{width:min(1180px, calc(100% - 36px)); margin:auto;}\n    section{padding:90px 0; position:relative;}\n\n    .nav{\n      position:sticky;\n      top:0;\n      z-index:20;\n      backdrop-filter: blur(18px);\n      background:rgba(0,0,0,.72);\n      border-bottom:1px solid rgba(255,255,255,.08);\n    }\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    .brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--green),var(--glow)); box-shadow:0 0 28px rgba(0,255,102,.45);}\n    .nav-links{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:14px;}\n    .nav-links a:hover{color:var(--glow);}\n\n    .hero{min-height:86vh; display:flex; align-items:center; padding:110px 0 80px;}\n    .hero-grid{display:grid; grid-template-columns:1.06fr .94fr; gap:46px; align-items:center;}\n    .eyebrow{color:var(--glow); text-transform:uppercase; letter-spacing:.18em; font-weight:800; font-size:13px; margin-bottom:18px;}\n    h1{font-size:clamp(48px, 7vw, 96px); line-height:.95; letter-spacing:-.075em; margin:0 0 24px;}\n    h2{font-size:clamp(34px, 4.8vw, 66px); line-height:1; letter-spacing:-.055em; margin:0 0 18px;}\n    h3{font-size:24px; margin:0 0 12px; letter-spacing:-.02em;}\n    p{color:var(--muted); font-size:18px; margin:0 0 18px;}\n    .lead{font-size:clamp(19px,2vw,25px); color:#e8f2e8; max-width:760px;}\n    .hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-top:34px;}\n    .btn{display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px; border-radius:999px; font-weight:850; border:1px solid rgba(255,255,255,.14); transition:.25s ease;}\n    .btn-primary{background:linear-gradient(135deg,var(--green),#10b510); color:#fff; box-shadow:var(--shadow);}\n    .btn-primary:hover{transform:translateY(-3px); box-shadow:0 0 72px rgba(0,255,102,.25);}\n    .btn-ghost{background:rgba(255,255,255,.05); color:#fff;}\n    .btn-ghost:hover{border-color:var(--glow); color:var(--glow);}\n\n    .lab-orb{\n      min-height:560px;\n      border:1px solid rgba(0,255,102,.18);\n      border-radius:36px;\n      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));\n      box-shadow:var(--shadow);\n      overflow:hidden;\n      position:relative;\n    }\n    .lab-orb:before{\n      content:\"\"; position:absolute; inset:-45%;\n      background:conic-gradient(from 0deg, transparent, rgba(0,255,102,.24), transparent, rgba(12,124,12,.24), transparent);\n      animation:spin 18s linear infinite;\n    }\n    .lab-orb:after{\n      content:\"\"; position:absolute; inset:1px; border-radius:35px; background:rgba(0,0,0,.78);\n    }\n    @keyframes spin{to{transform:rotate(360deg)}}\n    .orb-content{position:absolute; inset:0; z-index:2; display:grid; place-items:center; padding:34px;}\n    .center-core{width:210px;height:210px;border-radius:50%;display:grid;place-items:center;text-align:center;background:radial-gradient(circle, rgba(0,255,102,.22), rgba(12,124,12,.1) 45%, rgba(0,0,0,.8)); border:1px solid rgba(0,255,102,.35); box-shadow:0 0 80px rgba(0,255,102,.22); font-weight:950; letter-spacing:-.03em; font-size:25px;}\n    .idea-node{position:absolute; width:132px; min-height:70px; display:grid; place-items:center; text-align:center; padding:12px; border-radius:18px; background:rgba(255,255,255,.06); border:1px solid rgba(0,255,102,.2); color:#fff; font-size:13px; font-weight:900; box-shadow:0 0 28px rgba(0,255,102,.08); animation:float 5s ease-in-out infinite;}\n    .idea-node small{display:block; color:var(--soft); font-weight:700; margin-top:4px;}\n    .n1{top:46px; left:50%; transform:translateX(-50%); animation-delay:.2s;}\n    .n2{top:142px; right:38px; animation-delay:.9s;}\n    .n3{bottom:128px; right:48px; animation-delay:1.5s;}\n    .n4{bottom:48px; left:50%; transform:translateX(-50%); animation-delay:.5s;}\n    .n5{bottom:128px; left:44px; animation-delay:1.1s;}\n    .n6{top:142px; left:38px; animation-delay:1.8s;}\n    @keyframes float{50%{margin-top:-14px;}}\n\n    .section-head{max-width:820px; margin-bottom:36px;}\n    .section-head.center{text-align:center; margin-left:auto; margin-right:auto;}\n    .kicker{color:var(--glow); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.17em; margin-bottom:14px;}\n\n    .grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}\n    .grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:20px;}\n    .card{background:linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.027)); border:1px solid rgba(255,255,255,.1); border-radius:26px; padding:28px; position:relative; overflow:hidden; transition:.25s ease;}\n    .card:hover{transform:translateY(-6px); border-color:rgba(0,255,102,.42); box-shadow:0 0 48px rgba(0,255,102,.13);}\n    .card:before{content:\"\"; position:absolute; inset:auto -30% -55% -30%; height:130px; background:radial-gradient(circle, rgba(0,255,102,.16), transparent 65%);}\n    .icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:rgba(0,255,102,.12);border:1px solid rgba(0,255,102,.25);color:var(--glow);font-weight:1000;margin-bottom:18px;}\n\n    .lab-form{\n      background:linear-gradient(180deg, rgba(0,255,102,.08), rgba(255,255,255,.035));\n      border:1px solid rgba(0,255,102,.25);\n      border-radius:34px;\n      padding:34px;\n      box-shadow:var(--shadow);\n    }\n    .form-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px;}\n    label{display:block; color:#e9f5e9; font-weight:850; margin-bottom:8px; font-size:14px;}\n    input, select, textarea{\n      width:100%;\n      border:1px solid rgba(255,255,255,.13);\n      background:rgba(0,0,0,.45);\n      color:#fff;\n      border-radius:16px;\n      padding:15px 16px;\n      outline:none;\n      font:inherit;\n    }\n    textarea{min-height:130px; resize:vertical;}\n    input:focus, select:focus, textarea:focus{border-color:var(--glow); box-shadow:0 0 0 3px rgba(0,255,102,.12);}\n    .full{grid-column:1\/-1;}\n    .form-note{font-size:13px;color:var(--soft);margin-top:14px;}\n\n    .pipeline{display:grid; grid-template-columns:repeat(7,1fr); gap:10px; align-items:stretch;}\n    .stage{background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:18px 12px; text-align:center; min-height:130px; position:relative;}\n    .stage b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(0,255,102,.13);color:var(--glow);margin:0 auto 12px;border:1px solid rgba(0,255,102,.28);}\n    .stage span{display:block;font-weight:900;font-size:14px;line-height:1.2;}\n    .stage small{display:block;color:var(--soft);margin-top:8px;font-size:12px;}\n\n    .priority-list{display:grid; gap:12px;}\n    .priority{display:grid; grid-template-columns:150px 1fr 54px; gap:14px; align-items:center; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:15px;}\n    .bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;}\n    .fill{height:100%;background:linear-gradient(90deg,var(--green),var(--glow));box-shadow:0 0 24px rgba(0,255,102,.35);}\n    .pct{font-weight:900;color:var(--glow);}\n\n    .cta{padding:86px 0 110px;}\n    .cta-box{border-radius:38px; padding:52px; text-align:center; border:1px solid rgba(0,255,102,.25); background:radial-gradient(circle at 50% 0%, rgba(0,255,102,.2), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); box-shadow:var(--shadow);}\n    .cta-box h2{max-width:850px; margin-left:auto; margin-right:auto;}\n    .cta-box p{max-width:760px; margin-left:auto; margin-right:auto;}\n\n    @media(max-width:980px){\n      .hero-grid,.grid-2,.grid-3{grid-template-columns:1fr;}\n      .pipeline{grid-template-columns:repeat(2,1fr);}\n      .nav-links{display:none;}\n      .lab-orb{min-height:500px;}\n    }\n    @media(max-width:640px){\n      section{padding:64px 0;}\n      .hero{padding-top:78px;}\n      .form-grid{grid-template-columns:1fr;}\n      .pipeline{grid-template-columns:1fr;}\n      .priority{grid-template-columns:1fr;}\n      .cta-box{padding:34px 22px;}\n      .idea-node{position:static; transform:none!important; width:100%; margin:8px 0; min-height:auto;}\n      .orb-content{display:block; overflow:auto;}\n      .center-core{width:170px;height:170px;margin:20px auto;}\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"onyx-lab-page\">\n    <div class=\"noise\"><\/div>\n\n    <nav class=\"nav\">\n      <div class=\"wrap nav-inner\">\n        <div class=\"brand\"><span class=\"brand-mark\"><\/span> Onyx Ideas Lab<\/div>\n        <div class=\"nav-links\">\n          <a href=\"#submit\">Submit Idea<\/a>\n          <a href=\"#priorities\">Priorities<\/a>\n          <a href=\"#pipeline\">Pipeline<\/a>\n          <a href=\"#build\">Build With Us<\/a>\n        <\/div>\n      <\/div>\n    <\/nav>\n\n    <section class=\"hero\">\n      <div class=\"wrap hero-grid\">\n        <div>\n          <div class=\"eyebrow\">Community Intelligence Layer<\/div>\n          <h1>What Should We Build Next?<\/h1>\n          <p class=\"lead\">The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next Onyx platform.<\/p>\n          <p>Every essential platform starts with a real problem. Pull-Up began with transportation. ChowDown began with commerce. The next institution may begin with your idea.<\/p>\n          <div class=\"hero-actions\">\n            <a class=\"btn btn-primary\" href=\"#submit\">Submit A Need Or Idea<\/a>\n            <a class=\"btn btn-ghost\" href=\"#pipeline\">See The Build Pipeline<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"lab-orb\" aria-label=\"Animated community ideas ecosystem\">\n          <div class=\"orb-content\">\n            <div class=\"center-core\">Community<br\/>Ideas<br\/>Lab<\/div>\n            <div class=\"idea-node n1\">Transportation <small>Access gaps<\/small><\/div>\n            <div class=\"idea-node n2\">Food Access <small>Local commerce<\/small><\/div>\n            <div class=\"idea-node n3\">Workforce <small>Skills + jobs<\/small><\/div>\n            <div class=\"idea-node n4\">Housing <small>Stability<\/small><\/div>\n            <div class=\"idea-node n5\">Healthcare <small>Essential care<\/small><\/div>\n            <div class=\"idea-node n6\">Youth <small>Future builders<\/small><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"wrap\">\n        <div class=\"section-head center\">\n          <div class=\"kicker\">Why This Exists<\/div>\n          <h2>Communities should not have to wait for solutions.<\/h2>\n          <p>The Ideas Lab creates a direct pathway from community voice to community infrastructure. It helps Onyx identify what people need, validate demand, organize builders, and decide which platforms should move into research, pilot, launch, and expansion.<\/p>\n        <\/div>\n        <div class=\"grid-3\">\n          <article class=\"card\"><div class=\"icon\">01<\/div><h3>Identify Needs<\/h3><p>Residents share the challenges, missing services, and quality-of-life gaps they experience every day.<\/p><\/article>\n          <article class=\"card\"><div class=\"icon\">02<\/div><h3>Collect Data<\/h3><p>Submissions help reveal patterns, priorities, demand, and opportunities for new community-owned solutions.<\/p><\/article>\n          <article class=\"card\"><div class=\"icon\">03<\/div><h3>Build Solutions<\/h3><p>Validated ideas can move through the Onyx pipeline toward pilots, platforms, institutions, and infrastructure.<\/p><\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"submit\">\n      <div class=\"wrap grid-2\" style=\"align-items:start;\">\n        <div class=\"section-head\">\n          <div class=\"kicker\">Submit Your Idea<\/div>\n          <h2>Your experience is data.<\/h2>\n          <p>If you see a problem in your neighborhood, workplace, school, business corridor, or family life, submit it. Onyx uses community input to understand what needs to be built next.<\/p>\n          <p><strong style=\"color:#fff;\">Use this form layout inside WordPress, Jotform, Forminator, Gravity Forms, or WPForms.<\/strong> Connect submissions to a spreadsheet or CRM so every idea becomes part of the Community Intelligence database.<\/p>\n        <\/div>\n        <form class=\"lab-form\">\n          <div class=\"form-grid\">\n            <div>\n              <label for=\"name\">Name<\/label>\n              <input id=\"name\" type=\"text\" placeholder=\"Your name\" \/>\n            <\/div>\n            <div>\n              <label for=\"email\">Email \/ Phone<\/label>\n              <input id=\"email\" type=\"text\" placeholder=\"Best contact\" \/>\n            <\/div>\n            <div>\n              <label for=\"role\">I am a&#8230;<\/label>\n              <select id=\"role\">\n                <option>Resident<\/option>\n                <option>Worker<\/option>\n                <option>Business Owner<\/option>\n                <option>Student \/ Youth<\/option>\n                <option>Organization \/ Partner<\/option>\n                <option>Builder \/ Volunteer<\/option>\n              <\/select>\n            <\/div>\n            <div>\n              <label for=\"category\">Category<\/label>\n              <select id=\"category\">\n                <option>Transportation<\/option>\n                <option>Food Access \/ Commerce<\/option>\n                <option>Workforce \/ Jobs<\/option>\n                <option>Housing<\/option>\n                <option>Healthcare<\/option>\n                <option>Education<\/option>\n                <option>Youth Opportunities<\/option>\n                <option>Technology<\/option>\n                <option>Other<\/option>\n              <\/select>\n            <\/div>\n            <div class=\"full\">\n              <label for=\"problem\">What problem or need should be addressed?<\/label>\n              <textarea id=\"problem\" placeholder=\"Describe the problem, who it affects, and why it matters.\"><\/textarea>\n            <\/div>\n            <div class=\"full\">\n              <label for=\"solution\">What solution do you think should be built?<\/label>\n              <textarea id=\"solution\" placeholder=\"Share your idea for a platform, service, business, institution, or infrastructure project.\"><\/textarea>\n            <\/div>\n            <div>\n              <label for=\"help\">Would you help build it?<\/label>\n              <select id=\"help\">\n                <option>Yes, I want to help<\/option>\n                <option>Maybe, contact me<\/option>\n                <option>No, just submitting idea<\/option>\n              <\/select>\n            <\/div>\n            <div>\n              <label for=\"skills\">Skills \/ Resources<\/label>\n              <input id=\"skills\" type=\"text\" placeholder=\"Driving, trades, tech, organizing, etc.\" \/>\n            <\/div>\n            <div class=\"full\">\n              <button class=\"btn btn-primary\" type=\"button\" style=\"width:100%;\">Submit To The Ideas Lab<\/button>\n              <div class=\"form-note\">This demo button is visual. Replace this form with your live WordPress form shortcode or connect the fields through your form plugin.<\/div>\n            <\/div>\n          <\/div>\n        <\/form>\n      <\/div>\n    <\/section>\n\n    <section id=\"priorities\">\n      <div class=\"wrap grid-2\" style=\"align-items:center;\">\n        <div>\n          <div class=\"kicker\">Community Priorities<\/div>\n          <h2>From individual ideas to shared direction.<\/h2>\n          <p>As submissions grow, Onyx can display the most common needs and highest-priority categories. This helps the community see what people are asking for and helps determine what should move into research next.<\/p>\n        <\/div>\n        <div class=\"priority-list\">\n          <div class=\"priority\"><strong>Workforce<\/strong><div class=\"bar\"><div class=\"fill\" style=\"width:82%\"><\/div><\/div><span class=\"pct\">82%<\/span><\/div>\n          <div class=\"priority\"><strong>Transportation<\/strong><div class=\"bar\"><div class=\"fill\" style=\"width:76%\"><\/div><\/div><span class=\"pct\">76%<\/span><\/div>\n          <div class=\"priority\"><strong>Food Access<\/strong><div class=\"bar\"><div class=\"fill\" style=\"width:68%\"><\/div><\/div><span class=\"pct\">68%<\/span><\/div>\n          <div class=\"priority\"><strong>Housing<\/strong><div class=\"bar\"><div class=\"fill\" style=\"width:61%\"><\/div><\/div><span class=\"pct\">61%<\/span><\/div>\n          <div class=\"priority\"><strong>Youth<\/strong><div class=\"bar\"><div class=\"fill\" style=\"width:54%\"><\/div><\/div><span class=\"pct\">54%<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"pipeline\">\n      <div class=\"wrap\">\n        <div class=\"section-head center\">\n          <div class=\"kicker\">The Build Pipeline<\/div>\n          <h2>Ideas do not sit still. They move.<\/h2>\n          <p>Each validated idea can move through a public development pipeline so residents can see how community needs become platforms, institutions, and infrastructure.<\/p>\n        <\/div>\n        <div class=\"pipeline\">\n          <div class=\"stage\"><b>1<\/b><span>Need Submitted<\/span><small>Community identifies a problem.<\/small><\/div>\n          <div class=\"stage\"><b>2<\/b><span>Pattern Found<\/span><small>Similar needs begin clustering.<\/small><\/div>\n          <div class=\"stage\"><b>3<\/b><span>Validation<\/span><small>Community demand is measured.<\/small><\/div>\n          <div class=\"stage\"><b>4<\/b><span>Research<\/span><small>Costs, partners, risks, and models are reviewed.<\/small><\/div>\n          <div class=\"stage\"><b>5<\/b><span>Pilot<\/span><small>A small version is tested.<\/small><\/div>\n          <div class=\"stage\"><b>6<\/b><span>Launch<\/span><small>The solution enters operation.<\/small><\/div>\n          <div class=\"stage\"><b>7<\/b><span>Scale<\/span><small>The model grows and strengthens GAF.<\/small><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"wrap\">\n        <div class=\"section-head center\">\n          <div class=\"kicker\">What We Are Looking For<\/div>\n          <h2>Submit problems, not just ideas.<\/h2>\n          <p>The strongest platforms begin with a clear need. A great submission explains who is affected, what is missing, how often the need appears, and what kind of solution could create jobs, revenue, ownership, or better quality of life.<\/p>\n        <\/div>\n        <div class=\"grid-3\">\n          <article class=\"card\"><div class=\"icon\">!<\/div><h3>Service Gaps<\/h3><p>Where are people forced to rely on outside systems that do not serve them well?<\/p><\/article>\n          <article class=\"card\"><div class=\"icon\">$<\/div><h3>Economic Leaks<\/h3><p>Where is money leaving the community every day instead of circulating locally?<\/p><\/article>\n          <article class=\"card\"><div class=\"icon\">+<\/div><h3>Buildable Opportunities<\/h3><p>What can become a platform, business, institution, or infrastructure project?<\/p><\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"build\" class=\"cta\">\n      <div class=\"wrap\">\n        <div class=\"cta-box\">\n          <div class=\"kicker\">Build With Us<\/div>\n          <h2>The next Pull-Up, ChowDown, or community institution may start here.<\/h2>\n          <p>Use the Ideas Lab to tell Onyx what your community needs, what you can help build, and what opportunities should move into the pipeline next.<\/p>\n          <div class=\"hero-actions\" style=\"justify-content:center;\">\n            <a class=\"btn btn-primary\" href=\"#submit\">Submit An Idea<\/a>\n            <a class=\"btn btn-ghost\" href=\"\/builder-portal\/\">Become A Builder<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next Onyx platform. Every essential platform&#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-3146","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=\"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/\" \/>\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=\"community idea lab - onyxrepository.org\" \/>\n\t\t<meta property=\"og:description\" content=\"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/\" \/>\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:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-22T14:27:03+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"community idea lab - onyxrepository.org\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next\" \/>\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\\\/community-idea-lab\\\/#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\\\/community-idea-lab\\\/#listItem\",\"name\":\"community idea lab\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/community-idea-lab\\\/#listItem\",\"position\":2,\"name\":\"community idea lab\",\"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\\\/community-idea-lab\\\/#organizationLogo\",\"width\":2826,\"height\":1087},\"image\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/community-idea-lab\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/community-idea-lab\\\/#webpage\",\"url\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/community-idea-lab\\\/\",\"name\":\"community idea lab - onyxrepository.org\",\"description\":\"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onyxrepository.org\\\/index.php\\\/community-idea-lab\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-22T15:04:47+01:00\",\"dateModified\":\"2026-06-22T15:27:03+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":"community idea lab - onyxrepository.org","description":"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next","canonical_url":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/#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\/community-idea-lab\/#listItem","name":"community idea lab"}},{"@type":"ListItem","@id":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/#listItem","position":2,"name":"community idea lab","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\/community-idea-lab\/#organizationLogo","width":2826,"height":1087},"image":{"@id":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/#webpage","url":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/","name":"community idea lab - onyxrepository.org","description":"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/onyxrepository.org\/#website"},"breadcrumb":{"@id":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/#breadcrumblist"},"datePublished":"2026-06-22T15:04:47+01:00","dateModified":"2026-06-22T15:27:03+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":"community idea lab - onyxrepository.org","og:description":"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next","og:url":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/","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:47+00:00","article:modified_time":"2026-06-22T14:27:03+00:00","twitter:card":"summary_large_image","twitter:title":"community idea lab - onyxrepository.org","twitter:description":"Community Ideas Lab | Onyx Repository Foundation Onyx Ideas Lab Submit Idea Priorities Pipeline Build With Us Community Intelligence Layer What Should We Build Next? The Community Ideas Lab turns lived experience into development data. Residents, workers, business owners, organizers, and partners can submit needs, ideas, service gaps, and opportunities that help shape the next","twitter:image":"https:\/\/onyxrepository.org\/wp-content\/uploads\/2023\/12\/cropped-onyx-repository-co-3-TRANSPARENT-1.png"},"aioseo_meta_data":{"post_id":"3146","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:48","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\tcommunity idea lab\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/onyxrepository.org"},{"label":"community idea lab","link":"https:\/\/onyxrepository.org\/index.php\/community-idea-lab\/"}],"campaignId":"","_links":{"self":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3146","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=3146"}],"version-history":[{"count":2,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3146\/revisions"}],"predecessor-version":[{"id":3161,"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/pages\/3146\/revisions\/3161"}],"wp:attachment":[{"href":"https:\/\/onyxrepository.org\/index.php\/wp-json\/wp\/v2\/media?parent=3146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}