AI Agentsdevbot
Autonomous GitHub issue-to-PR agent powered by Claude AI.
- Two-phase planner + coder agent pipeline
- Monitors repositories for labelled issues
- pgvector semantic knowledge base
- Session recovery for interrupted runs
- TypeScript
- Node.js
- Anthropic SDK
- PostgreSQL
SaaS PlatformsDriveFlow
CRM built for driving schools.
- Calendar booking with instructor availability
- Real-time GPS tracking with student consent
- Stripe subscriptions and PCI DSS compliance
- iOS & Android app via Expo
- NestJS
- Next.js 15
- Expo
- Stripe
SaaS Platformswebcode
Kubernetes-native browser IDE for Claude Code sessions.
- Monaco editor with IntelliSense and XTerm.js terminal
- Real-time collaboration via Socket.IO
- 5-tier RBAC with Keycloak OIDC
- Multi-language UI (EN, ZH, JA, ES)
- NestJS
- Next.js 15
- Monaco Editor
- gRPC
SaaS Platformswirenet
Enterprise WireGuard VPN management platform.
- Multi-tenant control plane with device provisioning
- Real-time session tracking with TX/RX metrics
- Firewall rules, mesh topology, and audit logging
- React Native mobile app and CLI client
- NestJS
- Next.js
- React Native
- InfluxDB
Infrastructure Toolsrepoman
Debian package repository manager with RBAC and GPG signing.
- Multi-distribution support (Debian, Ubuntu, custom)
- Single-pool deduplication — .deb files stored once
- GPG signing with key management and rotation
- Fine-grained RBAC via SpiceDB
- NestJS
- Next.js 15
- Keycloak
- SpiceDB
Infrastructure Toolsvymanage
VyOS router configuration management — web and Electron.
- Manage multiple VyOS devices simultaneously
- 15+ config panels: firewall, NAT, VPN, routing, DNS
- Commit-confirm workflow with auto-rollback timeout
- Native Electron desktop app and web interface
- Next.js 15
- Electron 33
- React 19
- shadcn/ui
Infrastructure Toolspmx-gpu-manager
Proxmox VE plugin for Intel GPU SR-IOV and real-time telemetry.
- Auto-discovers Intel Flex, Ponte Vecchio, and Battlemage GPUs
- SR-IOV virtual function management with per-VF memory
- Real-time telemetry: temperature, power, clocks, utilisation
- Boot-persistent VF configuration via systemd
Web & MediaSNPhotography
Multi-service photography portfolio platform with admin portal.
- Gatsby static site with 60+ optimised gallery images
- GraphQL API with geospatial shoot location support
- Admin portal with Mapbox location tagging and Dropzone uploads
- Image processing microservice for gallery-ready transforms
- Gatsby 4
- GraphQL
- Apollo
- Minio S3
SaaS Platformslegacyvault
Secure digital legacy platform — store, protect, and pass on what matters.
- Encrypted vault for documents, media, and personal messages
- Beneficiary management with time-locked release controls
- Admin dashboard for vault and user oversight
- Web UI optimised for accessibility and long-term use
- React
- Node.js
- TypeScript
- AWS S3
SaaS PlatformsFitPro
Extensible fitness platform foundation for building workout, nutrition, and activity-tracking apps.
- Modular NestJS API with independently deployable domain modules
- All business logic runs through Temporal workflows and activities
- TimescaleDB hypertables for measurements, activity, and nutrition
- Expo mobile app, Wear OS watchface, and Health Connect / HealthKit sync
- NestJS
- Temporal
- TimescaleDB
- Expo
Web & Mediaprop-idx
Comprehensive index and directory of proprietary trading firms.
- Filterable firm directory with detail pages
- 5-language i18n (EN, ES, FR, DE, ZH)
- Static Gatsby build for instant global load times
- Responsive nav and mobile-first layout
- Gatsby
- TypeScript
- React
- i18next
Infrastructure Toolsgqlize
TypeScript library that generates type-safe GraphQL schemas from ORM models.
- Auto-generates queries, mutations, and subscriptions
- Sequelize and Waterline ORM adapters
- Relationship resolution with DataLoader batching
- Fully typed schema output with custom resolver hooks
- TypeScript
- GraphQL
- Node.js
- Sequelize
Infrastructure Toolsparton
Modular Node.js application framework with plugin lifecycle management.
- Declarative plugin registration with dependency ordering
- Lifecycle hooks: init, start, stop, and health
- Dependency injection container with async resolution
- Composable configuration with environment overrides
Infrastructure Toolssandwich
Layered TypeScript framework for composable middleware pipelines.
- Type-safe middleware composition with context propagation
- Declarative layer registration and ordering
- Built-in error boundary and fallback handling
- Zero runtime dependencies — pure TypeScript
Infrastructure ToolsJellyOps
Kubernetes operator that manages the full lifecycle of Jellyfin media servers and their plugins.
- Declarative Jellyfin and JellyfinPlugin custom resources
- Plugins delivered as OCI image volumes, mounted on demand
- Manages Deployments, config/cache PVCs, media libraries, Services, and Ingress
- Hardware-accelerated transcoding support
Infrastructure Toolsjellycode
JellyOps plugin that offloads Jellyfin transcoding to remote gRPC workers.
- Swaps Jellyfin's ITranscodeManager to dispatch jobs to remote workers
- Bidirectional gRPC stream between server and worker agents
- Reuses core encoding args; atomic segment writes prevent partial files
- Self-hosted Kestrel gRPC listener leaves Jellyfin routing untouched
Infrastructure Toolsjellyops-plugin-shoko
JellyOps plugin delivering the Shokofin anime plugin (and optional Shoko Server) to Jellyfin.
- Ships Shokofin as an OCI image-volume payload
- Embedded mode bundles a Shoko Server companion workload
- External mode targets an existing Shoko Server
- Declarative config + credential bootstrap via baked hook scripts
Infrastructure Toolsjellyops-plugin-oauth2
JellyOps plugin delivering OAuth2 / OpenID Connect single sign-on to Jellyfin.
- SSO authentication for Jellyfin via an external OAuth2 / OIDC provider
- Delivered as a JellyfinPlugin custom resource through JellyOps
- Declarative, image-volume plugin delivery
Web & MediaDrive
Data-driven vehicle physics for a Unity car driving game.
- Vehicle handling modelled on GTA V handling.meta parameters
- Tuneable drivetrain, tyre friction, and downforce curves
- Block-based physics components inspired by Edy's Vehicle Physics
- Built on Unity's rigidbody physics engine
AI Agentsmcp-openproject
Model Context Protocol server exposing the full OpenProject API to AI agents.
- 84 tools spanning 26 OpenProject API v3 resource domains
- CRUD for projects, work packages, time entries, memberships, and more
- Transition-aware status changes and time tracking
- Zod v4 runtime validation; native TypeScript, no Python dependency
Infrastructure ToolsAUDAC
Cross-platform audio application development framework written in Rust.
- Modular crates for audio engine, DSP, and plugin hosting
- Plugin format support (client, host, ARA) with macro tooling
- Observable ValueTree data model with undo/redo
- FFI bindings for .NET, Node, and JavaScript
Web & Mediaboredgames
A collection of small Unity games and shader experiments.
- Built with Unity and custom ShaderLab shaders
- Lightweight, self-contained mini-games
Infrastructure Toolsreact-native-duckdb
Native DuckDB analytical database for React Native — OLAP, full-text, and vector search on-device.
- Columnar OLAP query engine with native C++ performance via Nitro Modules
- Full-text search with BM25 ranking and vector similarity (HNSW) for on-device RAG
- Remote queries over HTTPS (Parquet, CSV, JSON, Hugging Face datasets)
- Expo config plugin for the managed workflow
AI Agentspexels-mcp-server
Model Context Protocol server giving AI models access to the Pexels photo and video API.
- Search photos and videos by query, orientation, size, and colour
- Browse curated, popular, and collection content
- On-the-fly image pipeline (resize, crop, rotate, format) with LRU + TTL cache
- Runs over stdio or Streamable HTTP; ships an Agent Skill