
Schedulala - Schedule Social Media Posts to 11+ Platforms | Schedulala
在统一仪表板中为 11+ 个社交平台排期和发布帖子。
@AmeerHaio · X
your content everywhere!
完整作品展
技术栈
23 projects

在统一仪表板中为 11+ 个社交平台排期和发布帖子。
@AmeerHaio · X
your content everywhere!

MessageFuture让你为亲人创建并安排消息、视频或语音,在特定日期发送。
@SidathRashen · X

用于跟踪时间、管理项目和组织客户的AI驱动工作区。
@baptistedulac · X
time tracking for freelancers and agencies

使用AI助力规划YouTube视频并组织编辑日历。
@TubeCAlendar · X
A complete platform for YouTube content creators, from video playback to channel posting.


创建日程投票,AI 根据 Google Calendar 选择最佳会议时间。
u/Hot_Spend_2860 · Reddit
Two of us built a group-scheduling tool over two months - the stack, what took longest, and the mistake that cost us our analytics Upfront so nobody wastes their time: free product, $0 revenue, no company formed. This isn't a revenue flex. I'm posting the build because the two things that went wrong were more interesting than the things that went right. here’s the link! What it is: Meetly, a group scheduling poll. The people you invite never make an account, calendars auto-import so nob

拖动课程到网格创建周课程表,可打印或分享。
u/Next_Bluejay265 · Reddit
I built a free college schedule maker — type or speak your week and it draws the timetable Built this because every semester I was redrawing my week in Notes / Excel. College Schedule Maker — free weekly class timetable in the browser. • Drag & drop courses on a week grid • Print / PNG / share link (no account) • “Type your week”: paste lines like “BIO 201 MWF 9-9:50am” and it builds the grid • Optional voice: say a line, it lands in the text box (Chrome/Safari) Parsing runs on yo

为团队生日和工作纪念日获得及时提醒,支持AI文案帮助。
u/Nearby_Dish2675 · Reddit
A year later, I rebuilt GreetIGo around the part that mattered: workplace relationships A year ago I was working on birthday messages and overfocused on AI drafting. The criticism was fair: a generated note is not the hard part. The real problem is realizing at 5pm that a teammate's birthday or work anniversary passed, then having no good way to fix it. I rebuilt GreetIGo around that: a small place for coworkers and employees, their important dates, and advance reminders so recognition ha

Space Planner - 在规划工作空间中组织项目和管理数据类型。
u/One_Progress_1044 · Reddit
Update #3: from 0 to 3k monthly active users in less than 3 months, and my 2 cents! hey everyone! been quiet for about 40 days so i figured i owe an update. quick background i started building spaceplanner 2.5 months ago and have already posted here a few times about the progress. it is a simple floor planning tool, in a seriously boring niche. nobody dreams about floor plan software. and that is exactly why it worked. why i built it i needed one myself. everything goo

Mavo Life is a shared family calendar and planner that turns school emails, schedules, and notes into one plan with owners, reminders, and covered status.
@mavolife · X
She's the only one that knows the shoe sizes, and Mavo is where she finally stops being the calendar.

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