Model provider for component based application with focus on (de)serialization and reactivity
Utilities for Javascript applications
State management and binding approach for component based applications with focus on universality, isomorphism, data (pre)fetching and routing
Router provider for React applications focused on model first approach
No description provided.
Babel preset provider and package deployment utilities
Environment abstraction provider for efficient and sustainable Javascript application development
ProseMirror's document model
Common configuration provider for Frontful infrastructure
Get accurate and well named css box model information about an Element 📦
CSS-in-JS styling approach for component based applications with focus on style API-ification, dynamic runtime modifications and isomorphism without compromising CSS features
Parser and generator for CSS color strings
Configuration provider for isomorphic applications, packages and Frontful infrastructure
Eslint configuration provider
Data access object focused on memoization, caching, observability and isomorphism
A helper library for loading and saving the .api.json files created by API Extractor
Types and validators that help describe the model of a Backstage Catalog
Microsoft Azure Functions NodeJS Framework
Easily display interactive 3D models on the web and in AR!
AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.
Babel syntactic sugar for v-model support in Vue JSX
TUF metadata models
Decorators and some other features for sequelize
This package contains helpers to process webpack stats
Serum is a simple object model on static posts with YAML front matter.
Starting from the metamodel of a DSL (abstract classes and their relationship), Astrapi generates a compiler front end for this DSL. The model itself is expressed in S-expressions
Datatables is a Rails 3 plugin that enables the easy creation of dynamic datatable views on top of any ActiveRecord model. Datatables provides a simple helper that can be utilized in the view to automatically display a dynamic view on top of a model. Datatables handles the entire front end and backend support to do this.
With listable you can consolidate fields from several models into one, backed up by a database view. It is perfect for e.g. a front page where you may want to display the most recent additions to your site in a joint list. By providing scopes for each model you wish to include in a view, Listable will automatically create the database view for you.
Internal cognitive weather systems for brain-modeled agentic AI — atmospheric fronts, storms of confusion, fog of uncertainty, and lightning strikes of insight
== Ocean Ocean is an application template and an architecture for creating server-oriented architectures (SOAs) in the cloud. Ocean is a complete and extremely scalable back end solution for RESTful JSON web services and web applications, featuring aggressive caching and full HTTP client abstraction. Ocean fully implements HATEOAS principles, allowing the programming object model to move fully out onto the net, while maintaining a very high degree of decoupling. Ocean is also a development, staging and deployment pipeline featuring continuous integration and testing in a TDD and/or BDD environment. Ocean can be used for continuous deployment or for scheduled releases. Front end tests are run in parallel using a matrix of operating systems and browser types. The pipeline can very easily be extended with new development branches and quality assurance environments with automatic testing and deployment. Together, Ocean allows you to code front end clients completely independently of browser type and OS, and back end code completely agnostic of whether it is called by a client browser or another server system.
Currently in development. This set of generators allows to quickly create JSON API CRUDs with RBAC, Pagination and Ember.js front-end. Includes following generators: * json_api_controller - generates JSON API controller * json_api_crud_controller - generates JSON API CRUD controller * json_api_model - generates model with pagination helper * json_api_frontend - generates Ember.js stuff for resource * json_api_scaffold - invokes json_api_crud_controller, json_api_model, json_api_frontend generators Please, note, that it supports only RSpec test at this moment.