
LearnerFast | Build, Sell & Scale Online Courses Easily
Create and sell online courses with a drag-and-drop builder and integrated payment processing.
learnerfast · Product Hunt
LearnerFast AI Course Creator & Website Builder for Educators
The full gallery
Tech stack
21 projects

Create and sell online courses with a drag-and-drop builder and integrated payment processing.
learnerfast · Product Hunt
LearnerFast AI Course Creator & Website Builder for Educators

Platform for learning and teaching online courses with AI tools.
@1809157Gaurav · X

Upload images and add customizable grids for drawing practice, then export in multiple formats.
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

Track your learning progress and project development as a developer.
@Dev_code_04 · X

Chrome extension that uses AI to organize YouTube videos into playlists.
@almalimir · X
– a @YouTube extension for organizing videos

Interactive lessons in math, programming, data analysis, AI, and science.
@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.

Create tier lists and AI-generated rankings for games, anime, and more with drag-and-drop templates.
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:

Extract images, icons, videos, fonts, and documents from any webpage into a single grid.
@gaurav_jain26 · X
Built a tool which will help developers and designers to extract resources without touching inspect try out and leave feedback

Manage academic conferences: submit and review papers, handle scheduling and registration.
@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