Party Planning Note Drafter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
AI-powered party planning note drafter that creates structured, organized planning notes from party or event details. The script reads party or event information from the current page—party type, date, time, location, guest count, theme, and requirements—and generates a clear planning note with key details and action items. The AI produces a structured note summarizing the party's essential information and listing next steps for preparation. You can customize the note format (bulleted/paragraphs/table), tone (practical/friendly/detailed), and toggle inclusion of guest lists, shopping lists, timelines, and setup notes. The user reviews the output before copying or using it.
WHERE IT RUNS
Works on all party and event planning pages (match pattern *://*/*), including birthday party sites, event planning platforms, celebration planning pages, party supply sites, and any page containing party or event details.
HOW TO USE
Install the script and the Party Planning Note Drafter appears in the panel. Configure your preferred format, tone, and toggle inclusion of guest lists, shopping lists, timelines, and setup notes using the settings controls. Click "Draft Note" to analyze the current page. The AI extracts party details and generates a structured planning note. Review the output in the panel. Click "Copy to Clipboard" to copy the note for use in planning documents, task lists, or sharing with co-planners. Adjust the settings and regenerate if you want a different format or level of detail.
REAL MECHANISM: DOM CONTENT EXTRACTION WITH AI PARTY PLANNING NOTE DRAFTING AND REVIEW GATE
This script uses a hybrid extraction approach that prioritizes structured content when available. First, it checks for WebMCP (navigator.modelContext), a W3C proposal that exposes structured tools on the page. If available, it calls getContent() to obtain structured party data. If WebMCP is not present—the common case today—it falls back to DOM scraping using targeted selectors for party sections (party-details, event-details, party-info, party-planning, party-description, party-requirements, event-summary, guest-list, and party-theme). It also scans for party-related keywords (party, birthday, celebration, event, date, time, location, venue, guest, theme, decorate, food, cake, gift, invite) in paragraphs, headings, and list items. The extracted text is sent to an AI backend via GM_xmlhttpRequest, which processes it with a system prompt that includes the user's format preference, tone, and inclusion preferences. The AI returns a structured planning note (up to 200 words) organized into Overview, Key Details, and Action Items sections. The response is displayed in a bordered container for review before copying. Copy-to-clipboard uses GM_setClipboard. All settings (noteFormat, tone, includeGuestList, includeShopping, includeTimeline, includeSetup) are persisted via GM_setValue. The script enforces a review-before-use pattern: the user must read and approve the AI output before copying it.
THE PANEL
Drag the panel anywhere on screen by clicking and holding the header. It snaps to screen edges when released. Collapse it to a small bubble by clicking the minimize button, and expand it back by clicking the bubble. Resize the panel from any corner. Press Escape to close the configuration panel. Your position and size preferences are saved automatically per site.
PLEASE NOTE
This script requires the free BotGentz browser extension and an active AI subscription for the drafting service. AI-generated notes should be reviewed for accuracy before use—the AI may misinterpret party details or omit important items. The script reads the current page content and sends it to the AI backend for processing; no data is stored or logged. Websites change frequently; if the script stops detecting party content, check for updates to the extraction selectors.