
Vexavibes | polls, surveys, forms, votes & live stages
Create polls, surveys, forms, and live stages with AI verification and reputation-based scoring.
@Eli_Greenfeld · X
The full gallery
Tech stack
19 projects

Create polls, surveys, forms, and live stages with AI verification and reputation-based scoring.
@Eli_Greenfeld · X

Look up UK postcodes to get AI-generated insights on crime, health, flood risk, air quality, and house prices.
u/Apprehensive_Lock260 · Reddit
Made a simple UK postcode lookup app with AI insights - free to use Thought I'd try to build something for my portfolio and dabble with some AI integration too. Using deepseek, it analyses publicly available data from multiple government/free-to-use APIs. Data is available to browse separately of AI too. https://postcodecooker.com Things im still working on: - The calculation for the area score, sometimes feels to generous/harsh, hard to find a balance - The area circle on the map is

AI-powered notes app built with Codex and refined with Grok.
@Number1AIFanboy · X
I got to go to bed. More coding tomorrow. I just had a realization that I'm building cool shit, using @grok in an app that I built with Codex and refined with Grok. And now Grok just works on himself. LFG🚀 Drop me a note here: Get the app here (use LAUNCH50):

Analyze Hacker News profiles with your own LLM API key, fully client-side.
Topfi · HN
Like everyone on HN, I love nothing more than to (re)read my own comments. Getting my intuition that I am among the smartest, most humble, highest quality commenters on here confirmed by an LLM so capable that the US government had to temporarily export restrict it [0] seemed only natural. Having had my perfection confirmed, I decided to share this joy with you as I had a few percent usage left before a reset. I took a few prompts, then did a review of the output which resulted in Selbstbild, a BYOK (Anthropic / OpenRouter) web app that gives you a summary and assessment of your public comments by one of our machine Gods, including Fable 5 (provided your can afford that luxury at API pricing). In all seriousness, I have, for a long time, used my own comments on social media (including HN) as part of a personal needle-in-haystack test, simply because I do know my somewhat peculiar style and what I tend to write, but also because I can sometimes write in a slightly confusing manner, ma

Make group polls in under a minute with swiping votes, no login required.
@DrockStowe · X
For anyone who has a hard time with group decision making.

Compare perpetuals funding rates across platforms to identify arbitrage opportunities.
@cryptolfggo · X
用 DAPPOS @dappOS_com 做了一个 Perps DEX 套利网站,也是我人生中做的第一个网站,简直太绝了! 立即发现 Perps DEX 资金费率套利机会: 最近我没撸啥项目,做的比较多的就是在 Perps DEX 之间做一些价差、费率套利,赚点生活费。其实我一直有想法做一个关于 Perps DEX 套利的网站,但又无从下手。 我知道可以借助AI 帮我做网站,但是往常的 Cursor、Claude Code 、Codex 等 AI coding 工具,对于我这个技术白痴来说还是有点困难。直到我刷到 @dappOS_com 关于 Polymarket Agent SOP 的推文,发现用 @xBubble_ai 做一个网站竟然如此简单,用户仅需陈述:构建一个网站,用于跟踪与伊朗相关的 Polymarket 市场和突发动态,xBubble 马上就做出了一个实用性很强的网站来了! 我用同样的操作生成了一个发现 Perps DEX 资金费率套利机会的网站,我不需要亲自解决服务器环境配置、域名解析、API KEY配置等繁琐技术底层,只需要把我的想法告诉 xBubble ,几分钟内就帮我生成了一个关于发现 Perps DEX 资金费率套利机会的网站,网站包括了套利机会、DEX 对比、收益计算器、观察列表和风险说明等栏目,比我想象的更加齐全! 通过这次 DAPPOS Coding 初体验,我真正感受到了 AI 的强大,原来 OPC 经济(一人公司)早已不是停留在概念阶段了。但你还对 AI 不屑一顾,很多人已经利用 AI 创建了自己的一人公司,实现了阶级的跨越。xBubble 帮小团队和个人彻底抹平了技术雇佣成本,让每一个原本无法变现的细分长尾需求,都变成了能够产生暴利现金流的真实生意。 只有你有点子,就立马去行动,说不定下一个利用 AI 实现阶层跨越的就是你!

Embed a live chat widget on your site to communicate with visitors through Telegram.
@hajlomi · X
- Telegram-powered live chat widget

AI voice agent that answers missed calls, books jobs, and tracks revenue.
@Jithendhar40266 · X
Ai voice agents that books calls

Discuss and debate topics with others through text, voice, and video.
@nameisnotanoun · X

Play nested Tetris where each pixel is another complete Tetris game.
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main

Browse daily wing specials, beer deals, and happy hours at nearby restaurants.
@WingBeerSpecial · X
- Discover daily specials at restaurants near you. Currently limited to Ontario Canada. Let us know if you like to concept and want to see coverage in your area next!

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。