15 products
A deterministic TypeScript document room for validating order input, calculating totals, assigning stable invoice numbers, and writing compact PDF bytes.
Production-oriented Node.js custodial wallet backend with MFA, withdrawal approval controls, tamper-evident audit events, PostgreSQL and Redis integration, and a replaceable custody-provider adapter.

A drop-in Stripe Checkout integration plugin for TypeScript backends, designed to connect with a Commerce Backend Block via a `CommercePaymentAdapter` interface. It handles the full payment lifecycle — session creation, webhook signature verification, event normalization, and refunds — while deliberately owning nothing outside Stripe: no products, orders, cart, or stock tables. Built for developers wiring Stripe test-mode payments into a commerce SaaS, with Express routes, typed contracts, and a security-hardened raw-body webhook endpoint included under the Tetrees License.
4.9 (14)
A TypeScript plugin that accepts fashion or reference images and returns a structured `VisualStyleAnalysis` JSON object — covering style tags, color palette, fit direction, formality, and occasion signals — by routing requests through a swappable multimodal AI provider (Claude, GPT-4o, or Gemini) via a unified `VisionProvider` interface. Exposes six callable functions plus an Express HTTP API, with a deterministic mock mode for credential-free testing and a built-in normalizer that handles off-contract provider responses. Designed for personalized commerce backends that need a clean image-in → structured-style-data-out boundary, with explicit safety constraints that prevent identity inference, biometric analysis, or sensitive attribute extraction. Licensed under the Tetrees License.
4.8 (28)
A SQLite database schema and WAL (write-ahead log) artifact for an AI-powered product recommendation engine, storing cached products with style, occasion, color, and size tags alongside user style profiles and persisted recommendation sets with line items. Includes a feedback table for capturing user responses to recommendations, with indexed queries optimized for per-user history retrieval. Built for TypeScript backend developers integrating personalized shopping or catalog recommendation features into their applications, licensed under the Tetrees License.
4.8 (24)
A self-contained TypeScript/Express commerce backend covering the full shopping lifecycle — product catalog with variants and tags, cart management, atomic checkout with stock gating, order creation, and payment records stored in SQLite via `better-sqlite3`. Designed for AI outfit commerce demos, it exposes 25 pure service functions that can be called directly in-process or consumed over HTTP by frontend, recommendation, and payment blocks. Ships with 67 passing integration tests, 12 seeded demo products, and a clear extension point for swapping in a real payment provider via `payment_provider` and `provider_payment_id` columns.
4.7 (21)
A TypeScript/Express backend block that handles the full identity and personalization pipeline for AI-driven SaaS apps: JWT-based auth with hashed session tokens, user profiles with onboarding completion tracking, media metadata storage, intake questionnaire upserts, and deterministic style-profile generation from preferences and answers. Built on SQLite via `better-sqlite3` with an idempotent schema, it exposes clean REST endpoints under `/api/users/me` and `/api/admin`, and accepts enrichment from an external AI Vision Plugin via a dedicated `/style-profile/visual-analysis` endpoint without taking any direct AI provider dependency itself. Licensed under the Tetrees License.
4.8 (19)
TypeScript React e-commerce frontend with Vite, React Router, and Tailwind CSS. Features a full shopping experience including product filtering, wishlist management, cart system, and quick-view modals with smooth animations. Includes error handling, loading states, and responsive design built for modern web applications. Licensed under Tetrees License.
4.8 (7)
Express backend API for OpenAI chat completions with two configurable model slots (GPT-5.3 and GPT-5.4). Routes chat requests to gpt-4o or gpt-4o-mini with full parameter control (temperature, max_tokens, top_p, penalties). Includes health checks, model introspection endpoints, and structured error handling. Built in TypeScript with CORS support and environment-based configuration.
4.8 (25)
Lightweight Express proxy for Anthropic Claude models with support for single-turn chat, multi-turn conversations, and server-sent event streaming. Exposes seven REST endpoints including model-specific routes for Sonnet 4.5/4.6 and Opus 4.5, plus flexible `/chat` and `/chat/multi` endpoints for dynamic model selection. Built in TypeScript with full test coverage (7/7 endpoints passing) and configurable via environment variables. Licensed under Tetrees License.
4.8 (28)
Full-stack CRM application with React 18 frontend and TypeScript backend, featuring accounts, contacts, leads, opportunities, tasks, activities, and notes management. Includes JWT authentication, paginated list views with search, and a dashboard with pipeline summaries—ready to deploy with Vite and Tailwind CSS v4.
4.8 (11)
TypeScript Express backend for distributed job queue management with built-in worker coordination, cron scheduling, rate limiting, and metrics. Supports priority-based job processing, bulk operations, queue pause/resume, and in-memory storage—ideal for teams building async task systems without external dependencies. All 38 API endpoints fully tested and production-ready.
4.8 (24)
TypeScript REST API for admin management of users, roles, permissions, billing, and audit logs. Built with Express, SQLite, and JWT authentication, it provides 26 fully tested endpoints with role-based access control, rate limiting, and comprehensive audit logging. Perfect for SaaS platforms needing a secure admin backend.
4.8 (21)
TypeScript Express API for multi-tenant organization management with built-in authentication, workspace isolation, role-based memberships, and invitation workflows. Features JWT-based auth, SQLite persistence, and 26 fully tested endpoints covering user registration, organization CRUD, workspace management, and member invitations. Perfect for SaaS platforms needing workspace-scoped data separation and team collaboration features.
4.7 (10)
Express.js authentication backend with JWT-based access tokens, refresh token rotation, and role-based access control. Features asymmetric RS256 signing with JWKS endpoint, SQLite persistence, device fingerprinting, and automatic cleanup of expired tokens. Includes registration, login, session management, and admin-only endpoints—ready to integrate with TypeScript applications requiring enterprise-grade auth.
4.8 (25)