עתיד NOW, INC. | Enterprise Portal
hubMulti-entity corporate structure
rocket_launchMinchyn launching Q4 2026
groups137k+ verified waitlist signups
languageU.S. Based · Global Reach
hubMulti-entity corporate structure
rocket_launchMinchyn launching Q4 2026
groups137k+ verified waitlist signups
languageU.S. Based · Global Reach
Waitlist📋
boltCULTURE-DRIVEN ENTERPRISE

Logo

"Building the Future of Culture-Driven Marketing"

hubUnified Vision

Synthesizing specialized verticals into a cohesive cultural powerhouse.

languageDigital Ecosystem

Leveraging tokenomics and proprietary data for creator monetization.

precision_manufacturingActionable Structure

Deconstructing complex silos into dynamic, collaborative nodes.

Organizational Structure

We operate through a multi-entity structure enabling focused innovation while maintaining strategic coherence.

Select a subsidiary node to explore its assets and strategy decks.

account_balanceTINY NOW, INC.
domain

TINY NOW, INC.

Holding Entity & Strategy Hub.

Directing capital and data flow across all subsidiaries.

Sector

Corporate Governance

Revenue Stream

Equity Management

layersStrategy Stack

2026 Ecosystem Overview.

extensionCore Assets
Corporate Overview

Company Snapshot

businessCompany

Tiny Now, Inc.

TypePrivate
Founded2026
Employees3

psychologyLeadership

Kristen Candler

Founding CEO, Chairman, President

Jazmine Chase

Chief Influence Officer

Alyse Young

Chief Operating Officer

exploreIndustry

Building the future of Culture-Driven Marketing

TINY HOME

A Tiny Space

Detroit, MI

inventory_2Core Products

XPMinchynAdvertisingDataPadEvents

BREMS Model & SATX Framework

Tiny operates on a dynamic SATX framework — Subscriptions, Advertising, Transactions, and XP (Minchyn XP, the currency that powers engagement) — strategically embedded across our Family of entities. This framework powers the BREMS Stratagem: a unified approach to Business, Revenue, Economic, Monetization, and Sales architecture that scales across AI, digital, immersive, and real-world experiences.

rocket_launchMinchyn is Tiny Now's inaugural product set to activate Q4 2026.

autorenewSubscriptions

Recurring revenue through premium access and enhanced capabilities like Minchyn+ and Minchyn DSP. Subscription infrastructure powers everything from platform utilities to enterprise services.

campaignAdvertising

AI-native monetization engine supporting shared-leverage ads and content marketplace. Formats include CPM, CPI, CPC, CTA, and CPR with sensory-aligned, hyper-targeted campaigns.

paidTransactions

2-to-4 sided markets powering peer-to-peer, brand-to-consumer, and platform-mediated exchanges. Real-time revenue via Minchyn XP rewards — the currency that powers engagement. Dynamic transactions convert engagement into value.

tollXP

The currency that powers engagement. Creators buy XP to incentivize reshares & boost reach. Advertisers buy XP to reward ad engagement (Brave BAT model applied to social). Audiences earn XP for clicks, views, reshares → convert to cash.

account_balanceEntity & Capitalization

Tiny is privately held, with Tiny Now, Inc., a Delaware C corporation, as the primary central holding entity overseeing a multi-entity architecture for synchronized equity, innovation continuity, IP integrity, and optimized capitalization cycles.

K

Founders

Hold majority economic interest and governance control.

I

Investors

Hold minority interest. Aligned capital partners supporting an enduring vision.

E

ESOP & Employees

Class C Capital Stock held through ESOP pool, NSOs, ISOs, RSUs, RSAs, and SPVs.

gavelCorporate Governance

Key filings and foundational documents shaping corporate architecture and ensuring compliance, structural integrity, and transparent direction.

T

Investor Relations

Managed by Kristen Candler | TINY NOW

lightbulbInvestment Thesis

Capitalizing on unprecedented pre-launch demand. Tiny is positioned to disrupt the creator economy by solving core infrastructure gaps for a massive, verified audience ready for day-one adoption.

trending_up

targetTarget Round

$6.6M

Seeking Lead

groupsWaitlist Traction

137k+

Verified Signups

Global Brand Guidelines

Standardized visual identity for all internal and external communications.

Big ideas start in tiny spaces.

tiny, inc. is a U.S. based, global marketing powerhouse. Our name is a visual play on the Hebrew word for "Future" (עתיד).

Future BlueGrowth GreenEnergy OrangePassion Red
ד
TDalet (ד)

Stability

י
iYod (י)

Growth

ת
nTav (ת)

Energy

ע
yAyin (ע)

Vision

paletteColor System

Strategic Verticals

Service Allocation

Focus distribution for global operations.

Media & Entertainment

Distributing high-impact narratives across global digital channels.

Creator Monetization

Building financial tools for the new digital workforce.

Reward-Based Experiences

Gamifying brand loyalty through tangible user incentives.

text_fieldsTypography

Primary: Noto Sans

Technical: Roboto Mono

Ready
'; document.getElementById('deckFrame').srcdoc = deckHTML; document.getElementById('deckModal').classList.remove('hidden'); document.body.style.overflow = 'hidden'; } function closeDeck() { document.getElementById('deckModal').classList.add('hidden'); document.getElementById('deckFrame').srcdoc = ''; document.body.style.overflow = ''; } // ==================== EXISTING FUNCTIONS ==================== function openPreview(doc){ previewDoc=doc; if(doc.status==='Restricted'&&!isUnlocked){ window.pendingPreviewDoc=doc; showRequestModal(); return; } renderPreview(doc); } function renderPreview(doc){ var m=document.getElementById('previewModal'); document.getElementById('previewTitle').innerText='Preview: '+doc.name; document.getElementById('previewContent').innerHTML='
'+doc.cat+'description '+doc.type+'

'+doc.name+'

'+doc.desc+'

Preview (mock)

picture_as_pdf

Document preview not available.
Click "Download" to access.

'; document.getElementById('previewDownloadBtn').onclick=function(){ showToast('Downloading '+doc.name+'...'); }; m.classList.remove('hidden'); m.classList.add('flex'); } function closePreview(){ document.getElementById('previewModal').classList.add('hidden'); previewDoc=null; } function showInvestorModal(){ document.getElementById('investorModal').classList.remove('hidden'); document.getElementById('investorModal').classList.add('flex'); document.body.classList.add('modal-open'); } function closeInvestorModal(){ document.getElementById('investorModal').classList.add('hidden'); document.getElementById('investorModal').classList.remove('flex'); document.getElementById('investorForm').reset(); document.querySelectorAll('.investor-type-btn').forEach(function(b){ b.classList.remove('bg-black','text-white'); b.classList.add('bg-white','text-black'); }); document.getElementById('investorType').value=''; document.body.classList.remove('modal-open'); } function setupInvestorTypeButtons(){ document.querySelectorAll('.investor-type-btn').forEach(function(btn){ btn.addEventListener('click',function(){ document.querySelectorAll('.investor-type-btn').forEach(function(b){ b.classList.remove('bg-black','text-white'); b.classList.add('bg-white','text-black'); }); this.classList.add('bg-black','text-white'); this.classList.remove('bg-white','text-black'); document.getElementById('investorType').value=this.dataset.value; }); }); } async function collectInvestorData(event){ event.preventDefault(); var name=document.getElementById('investorName').value.trim(), email=document.getElementById('investorEmail').value.trim(), type=document.getElementById('investorType').value, firm=document.getElementById('investorFirm').value.trim(); if(!name||!email||!type){ showToast("Please fill in all required fields."); return; } if(!email.includes('@')){ showToast("Please enter a valid email address."); return; } try{ var response=await fetch(FLUENTCRM_BASE+'/subscribers',{ method:'POST', headers:{'Content-Type':'application/json','Authorization':FLUENTCRM_AUTH}, body:JSON.stringify({ email:email, first_name:name, last_name:'', lists:[FLUENTCRM_LIST_ID], tags:['investor'] }) }); if(!response.ok) throw new Error('FluentCRM API error ('+response.status+')'); localStorage.setItem('investorSubmitted','true'); showToast('Thank you '+name+'!'); closeInvestorModal(); } catch(error){ console.error('Submission error:',error); showToast('Submission failed. Check console & CORS/hosting.'); } } function initUI(){ document.getElementById('ui-round-size').innerText=CONFIG.roundSize; document.getElementById('ui-waitlist').innerText=CONFIG.waitlistCount; document.getElementById('ui-committed-status').innerText=CONFIG.amountCommitted==="$0"?"Seeking Lead":CONFIG.amountCommitted+" Committed"; renderSubsidiaries(); renderChart(); renderDocs(currentFilter); selectSubsidiary('tiny',false); setupInvestorTypeButtons(); document.getElementById('investorForm').addEventListener('submit',collectInvestorData); if(!localStorage.getItem('investorSubmitted')){ setTimeout(function(){ showInvestorModal(); },500); } } function renderSubsidiaries(){ var c=document.getElementById('subsidiaryMap'); c.innerHTML=''; orgData.subsidiaries.forEach(function(sub){ var d=document.createElement('div'); d.className='p-6 bg-'+(colorMap[sub.color]||'memphis-yellow')+' border-black-3 rounded-2xl chunky-shadow chunky-shadow-hover memphis-press cursor-pointer group'; d.innerHTML='

'+sub.name+'

'+sub.description+'

'; d.onclick=function(){ selectSubsidiary(sub.id); }; c.appendChild(d); }); } function selectSubsidiary(id, scroll){ if(typeof scroll==='undefined') scroll=true; var sub=(id==='tiny')?orgData.parent:orgData.subsidiaries.find(function(s){ return s.id===id; }); if(!sub) return; currentSelection=sub; var mColorClass=colorMap[sub.color]||'memphis-pink'; var dc=document.getElementById('deepDiveContent'); dc.className='mt-16 bg-'+mColorClass+' border-black-3 p-8 md:p-12 rounded-2xl chunky-shadow transition-opacity'; document.getElementById('subsidiaryMarker').innerHTML='domain'; document.getElementById('subsidiaryDeepTitle').textContent=sub.name; document.getElementById('subsidiaryDeepDesc').textContent=sub.description; document.getElementById('subsidiaryLongDesc').textContent=sub.longDesc; document.getElementById('subsidiaryDeepReport').textContent=sub.deepReport; document.getElementById('subsidiaryDeepMon').textContent=sub.monetization; document.getElementById('deckFocus').textContent=sub.deckFocus; var tags=document.getElementById('subsidiaryTags'); tags.innerHTML=''; sub.tags.forEach(function(t){ var s=document.createElement('span'); s.className="px-3 py-1 bg-black text-white rounded-md font-black text-[10px] uppercase tracking-widest border-black-2"; s.textContent=t; tags.appendChild(s); }); if(orgData.subSubsidiaries&&orgData.subSubsidiaries[sub.id]){ var ssDiv=document.createElement('div'); ssDiv.className='mt-4 w-full'; orgData.subSubsidiaries[sub.id].forEach(function(ss){ var ssCard=document.createElement('div'); ssCard.className='p-3 bg-white/50 rounded-xl border-black-2 flex items-center justify-between'; ssCard.innerHTML=''+ss.name+'View Site'; ssDiv.appendChild(ssCard); }); tags.appendChild(ssDiv); } if(scroll) dc.scrollIntoView({ behavior:'smooth', block:'center' }); } function renderDocs(filter){ var container=document.getElementById('document-grid'); if(!container) return; container.innerHTML=''; var filtered=filter==='all'?docs:docs.filter(function(d){ return d.cat===filter; }); filtered.forEach(function(doc){ var isRestricted=doc.status==='Restricted'&&!isUnlocked; var card=document.createElement('div'); card.className=(isRestricted?'bg-memphis-bg':'bg-white')+' p-6 border-black-3 rounded-2xl chunky-shadow chunky-shadow-hover memphis-press transition-all flex flex-col justify-between'; var inner='
'+doc.cat+''+(isRestricted?'lock':'check_circle')+' '+(isRestricted?'Locked':'Ready')+'

'+doc.name+'

'+doc.desc+'

draft '+doc.type+'
'; if(isRestricted){ inner+=''; } else{ inner+='Download download'; } inner+='
'; card.innerHTML=inner; container.appendChild(card); }); } function switchTab(t,el){ currentFilter=t; document.querySelectorAll('#investors button').forEach(function(b){ b.classList.remove('active-tab','bg-black','text-white'); b.classList.add('bg-white','text-black'); }); el.classList.remove('bg-white','text-black'); el.classList.add('active-tab'); renderDocs(t); } function showRequestModal(){ document.getElementById('modal-overlay').classList.remove('hidden'); } function closeModal(){ document.getElementById('modal-overlay').classList.add('hidden'); window.pendingPreviewDoc=null; } function checkPassword(){ if(document.getElementById('passwordInput').value===CONFIG.accessKey){ isUnlocked=true; closeModal(); renderDocs(currentFilter); showToast("ACCESS GRANTED"); if(window.pendingPreviewDoc){ openPreview(window.pendingPreviewDoc); window.pendingPreviewDoc=null; } } else{ var i=document.getElementById('passwordInput'); i.classList.add('animate-shake','border-memphis-pink'); setTimeout(function(){ i.classList.remove('animate-shake','border-memphis-pink'); },500); } } function renderChart(){ var canvas=document.getElementById('companyFocusChart'); if(!canvas) return; if(chartInstance) chartInstance.destroy(); chartInstance=new Chart(canvas.getContext('2d'),{ type:'doughnut', data:{ labels:['Ads','Creators','Data','Impact','Media','AI'], datasets:[{ data:[30,20,20,10,10,10], backgroundColor:['#6bbde0','#6dd4a8','#e0d240','#e8869a','#1a1a1a','#ec5b13'], borderWidth:3, borderColor:'#1a1a1a' }] }, options:{ responsive:true, maintainAspectRatio:false, cutout:'80%', plugins:{ legend:{ display:false } } } }); } function initBrandGuidelines(){ var ctx=document.getElementById('focusChartBrand'); if(!ctx) return; ctx=ctx.getContext('2d'); new Chart(ctx,{ type:'doughnut', data:{ labels:['Media & Entertainment','Creator Monetization','Reward-Based Experiences','Emerging Tech'], datasets:[{ data:[35,30,25,10], backgroundColor:['#0000FF','#008000','#FF8C00','#FF0000'], borderWidth:0 }] }, options:{ cutout:'75%', plugins:{ legend:{ position:'bottom', labels:{ usePointStyle:true, padding:25, font:{ family:"'Noto Sans', sans-serif", weight:'bold' } } } } } }); var typeInput=document.getElementById('brandTypeTester'); if(typeInput){ var pSL=document.getElementById('previewSansL'), pSB=document.getElementById('previewSansB'), pML=document.getElementById('previewMonoL'), pMB=document.getElementById('previewMonoB'); var update=function(){ var v=typeInput.value; pSL.textContent=v; pSB.textContent=v; pML.textContent=v; pMB.textContent=v; }; typeInput.addEventListener('input',update); update(); } } function copyBrandColor(hex){ navigator.clipboard.writeText(hex).then(function(){ showToast(hex+" copied!"); }); } function showToast(m){ var t=document.getElementById('toast'); t.innerText=m; t.classList.add('show'); setTimeout(function(){ t.classList.remove('show'); },2000); } window.onload=function(){ initUI(); initBrandGuidelines(); };
Explore
Drag