Aivfree !!better!! Full Com

| # | User Story | Acceptance Criteria | |---|------------|---------------------| | US‑020 | As a , I want to create a workflow: “When I receive an email with subject containing ‘Invoice’, extract total amount and send me a Slack message.” | - Builder UI with three columns: Trigger → Action → Output. - Trigger selector includes “Incoming Email (IMAP)”, with filter UI for subject. - Action block offers “Extract numeric value (AI)”. - Output block offers “Slack webhook”. - Test button runs a simulated email; result appears in a live log pane. - Workflow can be saved, edited, and enabled/disabled. | | US‑021 | As a Casual Conversationalist , I want to quickly run a pre‑built “Summarize URL” automation. | - Gallery of templates includes “Summarize URL”. - User pastes URL, clicks “Run”, receives a 3‑sentence summary and a link to copy. | | US‑022 | As a Product‑Scout , I need to export a workflow as JSON for sharing. | - Export button in workflow detail view. - JSON schema includes trigger, action, output, and credentials placeholders. |

-- Users (optional future) CREATE TABLE users ( id UUID PRIMARY KEY, email TEXT UNIQUE, created_at TIMESTAMP DEFAULT now(), is_pro BOOLEAN DEFAULT FALSE, token_quota BIGINT DEFAULT 100000 -- tokens per month ); aivfree full com

The platform is described as a "no-signup" service that provides instant access to various AI-driven tasks. | # | User Story | Acceptance Criteria