florinpop17 /
app-ideas
A Collection of application ideas which can be used to improve your coding skills.
100/100 healthLoading repository data…
brianpetro / repository
A collection of low-to-no dependency modules for building smart apps with JavaScript
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
JS Brains is a collection of lightweight modules for building intelligent applications with JavaScript. It's designed to empower developers to easily integrate AI capabilities into their projects, with a focus on minimal dependencies, extendability, and security.
smart-environment/
Manages global runtime configuration, settings loading/saving, and provides a context to integrate collections, file systems, and model adapters.
smart-collections/
Generalized collection framework for persisting items (sources, blocks, messages) using JSON, AJSON, or SQLite, offering CRUD, filtering, and batch processing utilities.
smart-model/
Base classes for model abstractions and adapter management, setting a pattern for uniform access to various AI model types.
Our mission is to democratize AI development for JavaScript developers, providing a robust toolkit that simplifies the creation of smart, AI-powered applications while maintaining high standards of performance and security. We aim to:
Below is a condensed but comprehensive reference to these libraries, detailing directory structures, classes, and usage patterns.
The "smart-*" set of libraries in JS Brains comprise a modular ecosystem for:
Collection and CollectionItem form the base for higher-level collections.SmartGroups manages multiple SmartGroup instances and supports batch updates and labeling.SmartGroups primitives.SmartModel.embed() and embed_batch() to produce vectors via local or remote adapters.SmartModel with rank(query, documents) and adapters for Cohere or Transformers.fetch, Obsidian's requestUrl, and more.SmartGroups for grouping semantics.SmartView with environment-specific adapters like SmartViewNodeAdapter or SmartViewObsidianAdapter.Common structure:
smart-xyz
├── adapters
│ └── ...
├── index.js
├── package.json
├── [library_name].js
└── test
└── ...
smart-* library.init(), build_groups(), embed(), complete(), rank(), etc.).npx ava).smart-sources/test/ajson_multi_file.test.js verifies multi-file storage.test_content.js).env.smart_sources, env.smart_clusters, etc.Selected from shared topics, language and repository description—not editorial ratings.
florinpop17 /
A Collection of application ideas which can be used to improve your coding skills.
100/100 healthenaqx /
A collection of awesome things regarding React ecosystem
87/100 healthsorrycc /
smart-fs/ Abstracts file system operations through multiple adapters (Node.js FS, Obsidian Vault, Web File System Access), adding support for ignore patterns, AJSON, and other features.
smart-actions/ Registers and executes reusable actions, enabling automation workflows and command dispatching across modules.
smart-contexts/ Builds and merges context templates for prompts or configuration generation, supporting variable interpolation and adapters.
smart-settings/ Persists user-facing configuration with schema-driven forms and hot-reload support.
smart-view/ Handles UI and rendering tasks for settings interfaces, markdown previewing, and icon sets, with adapters tailored to Node.js, Obsidian, or browser environments.
smart-events/ Event bus coordinating module communication.
smart-settings/ Centralized configuration accessible across modules.
smart-groups/ Organizes items into labeled groups with vector-based summaries.
smart-directories/ Generates directory structures from collections and sources.
smart-notices/ Delivers predefined notices through adapters to the DOM.
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
swagger-api /
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
91/100 healthoxc-project /
⚓ A collection of high-performance JavaScript tools.
93/100 healthSBoudrias /
A collection of common interactive command line user interfaces.
94/100 health