
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
24 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

Schedule appointments with automatic calendar syncing and send automated reminders.
@helloukey · X

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

Create events and collaborate with attendees seamlessly.
@lynkxapp · X

Track countdowns for events and releases you're excited about.
u/_xtr0_ · Reddit
I built a hype almanac — a countdown calendar for everything you're waiting for Twenty-ish years ago I built a little tool just for myself to track release dates of video games I was hyped about with a funny js hype graph. I love to be able to look fw to things in my calendar. So I rebuilt it properly this time (vibe-coded the whole thing) and figured I'd share it: hypanac.com (hype + almanac -- back to the future) What it does: One calendar for everything you're looking forward to — ga

Manage salon appointments, integrate Google Calendar, and track finances.
@pedromusculini · X

Chat with Nylo to plan your time, manage your calendar, and review AI-proposed schedule changes before they happen.
@FinnFreema69220 · X
Nylo - Learning plans shaped to your fixed Schedule

Convert your content into bookings on an operating system for solopreneurs.
@vchamariaX · X

AI chief of staff that monitors your email, calendar, and messages to automatically categorize, prioritize, and action tasks.
@AriaInbox · X
Aria is an AI chief of staff that reads your inbox, drafts replies in your voice, and books meetings while you sleep.

AI-powered daily digest combining Gmail, Calendar, GitHub, and Figma.
@CodewithDivine · X
check this out

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