Create Modelence applications with one command
The Node.js Framework for Real-Time MongoDB Apps
React Query utilities for Modelence
ESLint configuration used by Create React App
Babel preset used by Create React App
Official React bindings for Redux
webpack utilities used by Create React App
Configuration and scripts for Create React App.
The official, opinionated, batteries-included toolset for efficient Redux development
Predictable state container for JavaScript apps
Modelence AI engine
Create Next.js-powered React apps with one command
Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts
Polyfills for various browsers including commonly used language features
> **Compatibility Note:** > Vite requires [Node.js](https://nodejs.org/en/) version 20.19+, 22.12+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
The base template for Create React App.
Create React apps with no build configuration.
Storybook for Create React App preset
Resend Adapter fro Modelence
Create universal Expo apps
React Bootstrap components
A better opn. Reuse the same tab on Chrome for 👨💻.
JavaScript SDK for Base44 API
In-memory filesystem with Node.js fs-compatible API
machine is an implementation of the factory pattern for creating model objects when testing Ruby apps. It borrows concepts from factory_girl, but has a different implementation for associations.
If you have an existing Rails app and just getting started with factory_bot, you can use this to generate factories for all existing models.
Limit your ActiveRecord models
Referer tracking automates better tracking in your Rails app. It tells you who creates activerecord objects / models, where did they originally come from, what url did they use etc. It does it by saving referrer url to session and saving information about the request when creating new item. It enables you to optimize your web-app user interface and flow.
Allows you to create graphical database diagrams of your ActiveRecord models from within your rails app.
Voxelamming is an AR programming learning app. Even programming beginners can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads with iOS 16 or later, and Apple Vision Pro.
Create a composite feed of 'recent activity' from multiple models in your rails app. They will be sorted by a datetime column (usually created_at). This removes the need for insert hooks to create 'activity' in an extra table.
Development of `voxelamming_gem` has been terminated. Please use `voxelamming` as a successor. Voxelamming is an AR programming learning app. Even programming beginners can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads with iOS 16 or later, and Apple Vision Pro.
ActsAsLearnable is a Ruby gem for ActiveRecord models. It provides a simple way to create flashcards in your app. It automatically schedules flashcards for review depending on recall quality (1 to 5). You can easily create a Spaced Repetition System (SRS) using this gem.
A Sequel plugin that logs changes made to an audited model, including who created, updated and destroyed the record, and what was changed and when the change was made. This plugin provides model auditing (a.k.a: record versioning) for DB scenarios when DB triggers are not possible. (ie: on a web app on Heroku).
A Sequel plugin that logs changes made to an audited model, including who created, updated and destroyed the record, and what was changed and when the change was made. This plugin provides model auditing (a.k.a: record versioning) for DB scenarios when DB triggers are not possible. (ie: on a web app on Heroku).
Watch for a method call in any class and run before/after callbacks. You can even watch your Rails models for events (like create, update, destroy), send these events to a event-runner instance and it redirect these events to other apps that are subscrived for them. This gem also provides classes that you can use to process the received events too.