
Attendify | Smart Attendance Verification Platform
通过GPS地理围栏、数字售票和反欺诈功能验证大学出勤
@TechPriest_001 · X
完整作品展
技术栈
14 projects

通过GPS地理围栏、数字售票和反欺诈功能验证大学出勤
@TechPriest_001 · X

在津巴布韦购买和销售活动门票,支持音乐会、喜剧秀等。
@Munyah_Wacho · X
Hie guys, I'm just here to announce that I built a ticket listing (selling) platform and now I'm officially launching it. It's basic, very useful, reliable and secure. You can browse it here: Listing your Events is FREE! We retain %10 of every ticket

提供60+个滚动驱动分区过渡效果的React库,用于现代网站。
@itz_sayan_03 · X
Ever wondered how cinematic scroll-driven websites are built? 👀 Meet SectionFlow—an open-source React library with 60+ ready-to-use section transitions, a one-command CLI, reusable sections, and optimized performance. 🚀

@suni_code Here it is: https://t.co/FJRlXNARp2 Definitely appreciating feedbacks
@sykatt01 · X
Here it is: Definitely appreciating feedbacks

arXivMax – AI生成的学术论文视频讲解平台
rwu1997 · HN
ArXivMax – video explainers for any research paper

在协作学习小组中上传、组织和分享学习资料。
u/Ser_Duncen4126 · Reddit
Made a side project to organise the study material in college by creating study groups I've been working on a side project called StudyHubAI. The idea came from how difficult it can be to manage notes, assignments, and study material spread across different places. The app lets students upload PDFs and notes, ask questions based on their own study material, and get AI-generated summaries and answers. It also has study groups where students can share resources and discuss topics together.

与校园学生进行问卷调查,通过回答赚取积分。
@g8zxtrp9p6 · X
🚀 Just launched CampusVerify No more begging for survey responses. Reach real verified students on campus, get genuine answers fast, and earn credits by participating. Sign up & get free credits → @Lovable @supabase #Lovable #StudentsMatter

印度图书馆管理平台,支持二维码签到、学生管理和支付处理。
@itsarvinddev · X

AI驱动的活动规划平台,可管理参与者并分析活动数据。
@Puneet626 · X
hi, let's connect, i'm building


将平面图转为3D虚拟看房工具。
@ShivamMish11788 · X
We've been helping developers and brokers turn floor plans into interactive 3D walkthroughs. Makes it much easier for buyers to visualize the space.

管理学术会议:提交和审阅论文、处理日程安排和注册。
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age