
TeachAny | AI Teaching Tools Platform for Teachers
用 TeachAny 创建个性化课程、工作表和测验,节省教学规划时间。
TeachAny — 使用 TeachAny AI 工具,简化您的教学 - [更多功能](https://www.teachany.com/tools)
完整作品展
技术栈
26 projects

用 TeachAny 创建个性化课程、工作表和测验,节省教学规划时间。
TeachAny — 使用 TeachAny AI 工具,简化您的教学 - [更多功能](https://www.teachany.com/tools)

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

将学习PDF转换为闪卡、测验和音频播客,具有弱点检测功能。
@indiesaasgrowth · X
I built a study app. . It's a study app for medicos , it turns pdf into flash cards , audio podcasts, quizzes and so on. It makes study easier. And also reminds them to study and analyses their weak points and then it trains us accordingly. It also shows their performance and progress over time .

为1-10年级儿童设计的测验平台,提供交互式学习体验。
@lodha13 · X
Checkout below apps Hisabarabar (Play Store)

通过DSA模式练习和ChatGPT指导追踪校招准备进度。
@8876sahil · X
If you tired of random DSA videos and unstructured placement prep. You can try trackMe a free placement tracker. Practice DSA pattern-wise, prepare topic-wise, and learn with ChatGPT. Feedback welcome. Share if useful

将笔记转化为竞争性答题对战,获得AI反馈和指导。
u/Due_Load6189 · Reddit
I built a study battle app and need honest feedback Hey everyone, I’m a student building StudyClash, an app that turns practice questions into competitive study battles. You can try a deck, answer questions, get a score, see what topics you’re weak in, and use an AI coach to understand mistakes. I’m not trying to sell anything right now — I just need honest feedback before I show it to more people. Main things I want feedback on: Is the app easy to understand? Does anything look b

通过OwsterLabs的电影级任务和交互式物理模拟学习数学和物理。
@electricdrago10 · X

从 YouTube 播放列表生成学习计划和 AI 测验,实现结构化学习。
@shuvo_xyz · X


Aivie是为7-9岁孩子设计的AI学习平台,通过游戏化课程学习编程和科技。
u/Designer_Process_715 · Reddit
I built a free AI tutor for kids that remembers each kid and makes learning feel like a game I'm a software engineer and dad of three. My two older kids were deep in YouTube Shorts and Roblox, and I didn't mind the screen — I minded that they walked away with nothing. So over the last ~7 months I built the thing I wished existed. It's called Aivie Spark. My favorite moment testing it: my son hit a Boss Challenge on a math topic and got stuck. Instead of giving up — or getting the answer


管理学术会议:提交和审阅论文、处理日程安排和注册。
@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