Validate that your components can safely be updated with Fast Refresh
A wrapper around React that will hide hooks from the React Server Component compiler
ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding
[](https://github.com/MatteoGioioso/serverless-pg/)
FlowFuse Node-RED Expert plugin
ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding
OpenClaw plugin for Cortex memory — Auto-Recall, Auto-Capture, and agent memory tools
Polyfill for the URLPattern API
Agent skill that generates beautiful HTML pages for diagrams, diff reviews, plan reviews, slide decks, and data tables
Ethereum Name Service (ENS) Name Normalizer
Prompts module that can prompt users for inputs required for odata service writing
Interactive explainer runtime + Vue components — standalone, framework-agnostic engine with optional Vue 3 UI
ActiveRecord-style API for IndexedDB with TypeScript support
The Sitecore theme for Chakra-UI components
Prompts module that can prompt users for inputs required for FLP configuration
Compiles agent-generated MDX into interactive static dashboards
Prompts module that can prompt users for inputs required for UI5 application writing
Prompts module that can provide prompts for the abap deployment config writer
Polyfill for the Trusted Types
Prompts module that can provide prompts for cf deployment config writer
README.md
Common Libraries for the Explainer Project
Check password strength against several rules. Includes ActiveRecord/ActiveModel support.
Speed up your Vite application by preloading server rendered lazy modules and stylesheets as early as possible
This gem automatically logs SQL EXPLAIN of every queries. You can check naturally every SQL EXPLAIN from development log, without manually executions.
Extends ActiveRecord#explain with support for EXPLAIN ANALYZE and output formats of JSON, XML, and YAML.
Detects N+1 queries in Rails applications and provides actionable suggestions to fix them
AwesomeExplain provides the same APM level of query analysis under your development and test Rails environments.
A Ruby on Rails gem that analyzes SQL queries and suggests optimizations like missing indexes, inefficient sorts, and risky joins.
It uses activerecord's notifications to run an explain query on each query that uses a WHERE statement
explain method for ActiveRecord 3.0.x and 3.1.x
This gem extends `ActiveRecord::Relation#explain` to make it possible to get EXPLAIN in JSON format.
Uses EXPLAIN to get an estimate count for an ActiveRecord::Relation
Benedictus is a Rails developer's CLI for inspecting the execution plan of any ActiveRecord relation, scope, or query object. It boots the host Rails app, evaluates the expression you pass in, runs EXPLAIN (or EXPLAIN ANALYZE inside a rolled-back transaction), parses the JSON plan, and renders it as a colored, annotated tree with inline performance warnings.
Rails Console Pro enhances your Rails console with powerful debugging tools: - Beautiful colored formatting for ActiveRecord objects - Schema inspection with columns, indexes, associations, validations - SQL explain analysis with performance recommendations - Interactive association navigation - Model statistics (record counts, growth rates, table sizes) - Object diffing and comparison - Export to JSON, YAML, and HTML - Smart pagination for large collections