
LearnerFast | Build, Sell & Scale Online Courses Easily
LearnerFast 让您使用拖拽编辑器创建和销售在线课程。
learnerfast · Product Hunt
LearnerFast AI Course Creator & Website Builder for Educators
完整作品展
技术栈
21 projects

LearnerFast 让您使用拖拽编辑器创建和销售在线课程。
learnerfast · Product Hunt
LearnerFast AI Course Creator & Website Builder for Educators


上传图片,添加可定制的网格辅助绘画练习,支持多种格式导出。
ShawnHacks · V2EX
做了一个免费的在线 Grid Maker,给画画/临摹用的 最近做了个小工具:[Art Grid Maker]( https://artgridmaker.com/) 主要是给画画、临摹的时候给参考图片加网格。上传图片后可以调整行列数、颜色、线宽、透明度等,然后导出 PNG / JPG / PDF 。 图片处理都在浏览器本地完成,不会上传服务器。 除了 Grid Maker ,还顺手做了一些绘画相关的小工具,比如比例计算、可打印网格、透视网格、Worksheet Maker 等。 目前还在持续完善中,欢迎大家体验,有任何建议或者发现 bug 都可以告诉我 🙏 [https://artgridmaker.com/]( https://artgridmaker.com/)

16 spaces. Zero guarantees. Take territory. Get seen. Hold it while you can.
@gavinelliott · X
Finding that some people cared about but not enough to make it viable, maybe


用AI自动整理YouTube视频到播放列表的Chrome扩展。
@almalimir · X
– a @YouTube extension for organizing videos

Brilliant 提供数学、编程、数据分析、人工智能和科学的交互式课程。
@BruceWayne95290 · X
just leaving a comment cause its 1am and im vibe coding, will come back tomorrow (on an alt account for open claw fyi) I've worked with the following brands: vytadose, bajabeachco, jaje health, eric javits, 4knines, welleco, coatdefence

Get better at writing the next piece of code. Practice for people who can follow generated code but get stuck deciding what to write next.
@CinderwayInt · X
Not sure if counts but sure why not, just launched yesterday. LFGGGG may luck ever be in everyones favor.

创建游戏、动漫等的天梯排行榜和AI排名,支持拖拽操作。
epic_chain · Product Hunt
OBPAI Tier List maker All-in-one Tier List Maker & AI Ranking Generator

Turn documents into interactive courses in minutes. scibly is the first AI-native micro-learning and learning in the flow of work platform.
@chefkoch_24 · X
New way of Corporate Learning:

从任何网页中提取图片、图标、视频、字体和文档到网格中
@gaurav_jain26 · X
Built a tool which will help developers and designers to extract resources without touching inspect try out and leave feedback

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