
Schedulala - Schedule Social Media Posts to 11+ Platforms | Schedulala
Schedule posts across 11+ social platforms from one dashboard.
@AmeerHaio · X
your content everywhere!
The full gallery
Tech stack
23 projects

Schedule posts across 11+ social platforms from one dashboard.
@AmeerHaio · X
your content everywhere!

Write or record messages, videos, or voice memos to schedule for future delivery to loved ones.
@SidathRashen · X

AI-powered workspace for tracking time, managing projects, and organizing clients.
@baptistedulac · X
time tracking for freelancers and agencies

Plan YouTube videos and organize editorial calendars with AI-powered SEO suggestions.
@TubeCAlendar · X
A complete platform for YouTube content creators, from video playback to channel posting.

Plan trips together with shared itineraries, routes, decisions, and cost tracking.
@ziaabdullah00 · X

Create scheduling polls; AI picks the best time from connected Google Calendar or .ics files.
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

Drag courses onto a grid to build your weekly college schedule, then print or share.
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

Get timely reminders for team birthdays and work anniversaries with AI drafting help.
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

Organize projects and manage multiple data types in a visual planning workspace.
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.

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