@mark_reyes
Adaptive Identity
Just launched the first test of emotion-mapped profiles. Colors shift with your real-time sentiment. 🚀
@syncix_dev
Storage + Realtime
Avatar sync across devices with Supabase Storage feels instant. Next up: edge-cached thumbnails.

demo video

NeoProfiles — Community

@mark_reyes

Just launched the first test of emotion-mapped profiles! The adaptive colors shift with your real-time sentiment. 🚀

@syncix_dev

Testing out avatar syncing between devices using Supabase storage. Feels smooth and responsive so far.

@astro_girl

The new UI feels like the future — minimal but emotional. Can’t wait for the next update.

NeoProfiles — Community
NeoProfiles — Community
/* layout with right rail */ .np-layout{display:grid;grid-template-columns:1fr;gap:16px} .np-col{min-width:0} .np-rail{position:sticky; top:72px; align-self:start} @media(min-width:1024px){ .np-layout{grid-template-columns:minmax(0,2.1fr) minmax(280px,1fr);} } /* tags */ .np-trending{border:1px solid #1d2230;border-radius:14px;background:linear-gradient(180deg,#131724,#0f1422);box-shadow:inset 0 1px 0 #ffffff14,0 0 0 1px #00000066;padding:12px} .np-tr-h{display:flex; align-items:center; justify-content:space-between; margin-bottom:8px} .np-trange{font-size:12px;color:#9aa4b4} .np-tr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px} .np-tr-list li{display:flex;align-items:center;justify-content:space-between;gap:8px} .np-tag{border:1px solid #24304a;background:#0f1626;color:#e7ecff;border-radius:999px;padding:6px 10px;cursor:pointer} .np-tcount{color:#9aa4b4;font-size:12px} /* infinite scroll sentinel */ .np-sentinel{height:40px}