future built this AI calendar for a hackathon because I got tired of clicking through 5 different form fields just to add a single meeting.
it basically takes care of your schedule so you don't have to think about it.
what works type like a normal person: type team sync tomorrow at 3pm in the bar and it parses it automatically.
voice input: click the mic icon and speak your event out loud.
one-click conflict fix: if you double book yourself, it highlights the overlap in red and shifts the meeting to a free slot with one click.
focus time: keeps your deep work blocks locked so you actually get stuff done.
demo button: click Load Demo in the top right to drop in fake events and test the conflict resolver.
stack literally zero frameworks or npm packages.
vanilla JS
raw HTML + CSS
Web Speech API for voice
setup no npm install needed. just clone it and open index.html in your browser.