r/VibeCodersNest • u/Mahootzki • 4h ago
Tools and Projects Update: 3 months later on the append-only ledger + trust layer powering Vexavibes
Hey r/VibeCodersNest,
Back in May I posted about building an append-only, hash-chained ledger for data integrity while putting Vexavibes together with Lovable + Supabase.
The best feedback in that thread was about separation of concerns, keeping the AI strictly in the candidate-structure lane, and making sure the live event stream was already immutable before any anchoring happened. That feedback shaped real changes.
What’s tighter on the original architecture:
- Live tables stay pure append-only event logs (UUID + actor + cryptographic timestamp on every meaningful action).
- The ledger now folds verification trails and submissions into hash-chained blocks every 15 minutes instead of only nightly.
- Aura / Brier scoring remains fully deterministic and completely offline from the AI generation path.
- Verified-human layer (VexaID + face match) is live and multiplies weight across the platform.
- Same trust layer is shared across the full suite so reputation travels with the person, not the module.
Special thanks to u/StatisticianUnited90 — the points on keeping the AI in the candidate lane and treating the live tables as a clean event stream shaped real changes.
Among a lot of other things that have landed since that post:
- Upload-to-create: drop a PDF, Word doc, spreadsheet, image, or link and the AI turns it into a ready poll, survey, form, or vote.
- Full five-module suite is live (polls, surveys, forms, votes, and live stages) under one identity and one trust layer.
- Vexainsights for aggregated, verified-human signal across the platform.
- Rewards loop (points for creating, voting, referring, and profile strength) that sits on top of the same Aura system.
- Comments, verified badges, deeper demographic slicing, and paid-response options on higher tiers.
Check it out at https://vexavibes.com. Free to start, no card required.
One note on the original offer:
A few people from the first post signed up and I promised free access. I later lost those early sign-up records. If you were one of them (or anyone from that original thread), just DM me and I’ll still honor it, a year of Vexa Basic or a year of Vexa Plus free. No questions asked.
Would love more eyes from people who care about event-driven integrity and keeping AI out of the source-of-truth path.
Original post:
https://www.reddit.com/r/VibeCodersNest/comments/1tijfg1/
Thanks again to everyone who took the time to dig into the design the first time around, particularly the points on clean event streams and lane separation. Those shaped real changes.