Skip to main content

December 2025

Initial duck-gen and duck-query implementations, documentation site restructure, and extension updates.

duck-gen feat

Built initial implementation of duck-gen — a code generation tool with configuration schema, CLI, and API route generation.

  • Configuration schema with JSON validation
  • CLI for running generation from the terminal
  • API route scanning and generation
  • Message scanning functionality
  • Added LICENSE files and fixed README formatting

duck-query feat

Built initial implementation of DuckQuery client with TypeScript types and Axios integration.

  • Type-safe API client with full TypeScript inference
  • Added Duck Query documentation, FAQs, and templates

Documentation Site Restructure docs

  • Introduced duck-gen-docs site with Ecosystem and Features sections
  • Reorganized documentation components and navigation
  • Updated TypeScript configurations and context management
  • Added next-sitemap and updated sitemap URLs
  • Updated contributing guidelines and README structure
  • Updated package links to point to the new UI documentation base URL

duck-extension fix

  • Refined CSS selectors and cleaned up whitespace in extension files
  • Updated dependencies and improved layout