All the work

  1. 01FlaghoistOpen source · 2026–OpenFeature-native feature flags you host yourself. It runs on your infrastructure, with a dashboard, a CLI and an MCP server.
  2. 02vue-form-managerOpen source · 2025–Form validation for Vue 3 from plain configuration objects, with Zod under the hood and full type safety.
  3. 03nuxt4-starter-templateOpen source · 2025–A starter for Nuxt 4 projects with TypeScript, Tailwind, Pinia, VueUse and ESLint already wired.
  4. 04dsl-query-builderOpen source · 2025–A zero-dependency TypeScript query builder for OpenSearch and Elasticsearch DSL.
  5. 05bolsaOpen source · 2025–Lightweight state management with automatic persistence, middleware and encryption, for web and React Native.

Open source on npm

16 packages, about 4,300 downloads a month. Most of them exist because I needed them for something else first.

  • @flaghoist/serverHono app factory for Flaghoist: OFREP evaluate, admin CRUD, and pluggable auth.1,154
  • flaghoistScaffold, deploy, and manage your Flaghoist feature-flag service from the terminal.665
  • create-flaghoistScaffold a Flaghoist feature-flag service — the package behind npm create flaghoist.597
  • @flaghoist/coreFlag schema, evaluation engine, and storage/auth interfaces for Flaghoist. Zero dependencies.386
  • @flaghoist/adapter-postgresPostgres StorageAdapter for Flaghoist — stores flags in a jsonb table via any node-postgres client.308
  • @flaghoist/adapter-memoryIn-memory StorageAdapter for Flaghoist — development, tests, and fallback defaults.293
  • @flaghoist/adapter-redisRedis StorageAdapter for Flaghoist — works with ioredis (Node) and Upstash (edge).250
  • @flaghoist/adapter-cloudflare-kvCloudflare Workers KV StorageAdapter for Flaghoist — the default storage backend.140
  • @flaghoist/admin-clientHTTP client for the Flaghoist admin API, shared between the CLI, dashboard, and MCP server.108
  • @flaghoist/mcpMCP server for Flaghoist feature-flag management. Lets coding agents read and manage flags.97
  • @flaghoist/adapter-sqliteSQLite StorageAdapter for Flaghoist, stores flags in a SQLite table via any better-sqlite3-compatible driver.93
  • @flaghoist/vueVue 3 bindings for Flaghoist — the useFeatureFlag() composable and a pre-wired FlaghoistProvider.76
  • @flaghoist/provider-webOpenFeature web SDK provider for Flaghoist — a pre-wired OFREP provider for browser/client apps.71
  • @flaghoist/provider-nodeOpenFeature server SDK provider for Flaghoist — a pre-wired OFREP provider for Node/server apps.38
  • dsl-query-builderA lightweight, zero-dependency TypeScript query builder for OpenSearch/Elasticsearch DSL34
  • vue-form-managerA lightweight, type-safe form validation and management library for Vue 3 with Zod schema validation19