Skip to content

Changelog

  • Notification preferences — users can control which emails they receive via the settings page
  • Transactional email triggers for feedback comments, status changes, vote milestones, usage warnings, and billing events
  • Profile roles — user and admin role types on the profiles table
  • Admins bypass all plan limits and can manage any feedback item
  • Settings page now has General and Notifications tabs

  • Landing page redesign with updated hero section and feature grid
  • Legal pages (Terms of Service, Privacy Policy)
  • Public feedback system with voting, comments, and status tracking
  • skillett feedback CLI command for submitting feedback directly

  • Billing integration with Dodo Payments
  • Free, Pro ($29/mo), and Unlimited ($49/mo) plans
  • Plan enforcement — connection limits, API call limits, API key limits
  • Usage meters on dashboard showing daily API calls

  • Notion integration with 12 endpoints (pages, databases, blocks, search)
  • Google Sheets integration with 10 endpoints (read, write, append, batch operations)
  • Google Drive integration with 15 endpoints (files, folders, permissions, search)
  • Google Calendar integration with 10 endpoints (events, calendars, freebusy)

  • Gmail integration with 12 endpoints (send, read, search, labels, threads)
  • Skill execution logging — all API calls recorded in skill_calls table
  • Dashboard logs page for viewing execution history

  • GitHub integration with 55+ endpoints across 6 categories
  • skillett pull command for downloading integration docs locally
  • skillett skills three-level discovery (integrations → categories → endpoints)
  • Platform detection for Claude Code, Cursor, and Windsurf

  • Device authorization flow (RFC 8628) for CLI login
  • API key management (create, list, revoke)
  • Dashboard with integrations page, API keys page, and settings
  • OAuth 2.0 connection framework with token refresh

  • Initial project scaffold
  • Supabase database schema (profiles, api_keys, connections, credentials, integrations, routes)
  • Core Fastify server with auth middleware
  • skillett login CLI command with direct key auth
  • Core skill pointer (SKILL.md) installation