awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

user preference/settings management library

Clasament actualizat la 30 iun. 2026

For sistem centralizat pentru gestionarea preferințelor utilizatorilor, the strongest matches are jeric-x/syncclipboard (SyncClipboard is a self-hosted clipboard synchronization service with a), owncloud/core (ownCloud is a self-hosted file sync and sharing platform) and falconry/falcon (Falcon is a general-purpose Python web API framework, not). laurent22/joplin and oatpp/oatpp round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Selectăm repository-uri open-source de pe GitHub care se potrivesc cu „user preferences”. Rezultatele sunt clasificate după relevanța față de căutarea ta — folosește filtrele de mai jos pentru a rafina rezultatele sau utilizează AI-ul.

Rezultate pentru „sistem centralizat pentru gestionarea preferințelor utilizatorilor”

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jeric-x/syncclipboardAvatar Jeric-X

    Jeric-X/SyncClipboard

    3,940Vezi pe GitHub↗

    SyncClipboard is a cross-platform synchronization service and server designed to share clipboard content and history across multiple devices. It utilizes a central server and a REST-based API to facilitate the exchange of data between custom client implementations. The system features a self-hosted synchronization server and a command-line interface for controlling clipboard data and executing application commands via the terminal. It includes an image format converter that downloads original source files and transforms modern image formats into compatible types to ensure successful pasting a

    SyncClipboard is a self-hosted clipboard synchronization service with a REST API, not a library or service for managing user preferences or settings—it targets sharing clipboard content and history, which is a different use case than storing and syncing application settings across devices.

    C#REST APIsSelf-Hosted Synchronization Services
    Vezi pe GitHub↗3,940
  • owncloud/coreAvatar owncloud

    owncloud/core

    8,793Vezi pe GitHub↗

    This project is a self-hosted cloud storage server and content collaboration platform implemented as a PHP web application framework. It functions as a centralized server for storing, synchronizing, and sharing files and data across multiple devices. The system operates as a WebDAV file server and a synchronization server for scheduling and contact information using CalDAV and CardDAV protocols. It features a plugin architecture that allows the server to be extended with additional applications and custom features. The platform provides capabilities for user and group access management, exte

    ownCloud is a self-hosted file sync and sharing platform, not a dedicated library for managing and synchronizing application user preferences; it can store settings as files but lacks the preference-specific data types, conflict resolution, and integration patterns you need.

    PHPPrivate Synchronization ServersREST APIs
    Vezi pe GitHub↗8,793
  • falconry/falconAvatar falconry

    falconry/falcon

    9,794Vezi pe GitHub↗

    Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat

    Falcon is a general-purpose Python web API framework, not a dedicated user preferences or settings management library—you would need to build all the preference storage, synchronization, and conflict-resolution logic yourself on top of it.

    PythonREST API ServicesREST APIs
    Vezi pe GitHub↗9,794
  • laurent22/joplinAvatar laurent22

    laurent22/joplin

    55,233Vezi pe GitHub↗

    Joplin is an open-source, cross-platform note-taking application designed for secure, private knowledge management. It functions as a local-first productivity platform, maintaining a complete relational database on the user's device to ensure offline availability and high-performance data retrieval. The application prioritizes data sovereignty by implementing an end-to-end encryption layer, which secures all information locally with a master key before any synchronization occurs. The platform distinguishes itself through a delta-based synchronization engine that transmits only specific file c

    Joplin is a full note-taking application with synchronization, not a reusable library or service for managing user preferences or settings within other applications.

    TypeScriptPrivate Synchronization ServersSelf-Hosted Synchronization Services
    Vezi pe GitHub↗55,233
  • oatpp/oatppAvatar oatpp

    oatpp/oatpp

    8,553Vezi pe GitHub↗

    Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It functions as an asynchronous HTTP server that utilizes coroutines to handle thousands of simultaneous connections without blocking threads. The toolkit includes a native C++ object-relational mapping layer for executing SQL queries and transforming database results into data objects. It also provides a WebSocket communication library for establishing full-duplex channels to support real-time data streaming and live media. The framework covers a broad range of capabilities, i

    Oat++ is a general-purpose C++ web framework that can be used to build a user preferences API, but it does not provide any built-in preference storage, synchronization, or conflict resolution, so it is not a dedicated user preferences management library.

    C++REST API ServicesREST APIs
    Vezi pe GitHub↗8,553
  • loro-dev/loroAvatar loro-dev

    loro-dev/loro

    5,374Vezi pe GitHub↗

    Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c

    Loro is a general-purpose real-time collaborative state engine and CRDT framework, not a dedicated user preference management library; while it can synchronize arbitrary data including settings, its design targets collaborative document editing rather than key-value preference storage with dedicated APIs, authentication, or custom storage backends.

    RustConflict-Free Replicated Data TypesLast-Write-Wins Semantics
    Vezi pe GitHub↗5,374
  • syncthing/syncthingAvatar syncthing

    syncthing/syncthing

    85,400Vezi pe GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central servers. By utilizing content-addressable block indexing and block-level delta synchronization, the system identifies and transfers only the modified segments of files, ensuring efficient data propagation across heterogeneous environments. The project distinguishes itself through a s

    Syncthing is a decentralized file synchronization engine, not a library for storing or managing user preferences—it syncs whole files rather than structured settings with APIs or authentication, so it's a related sync tool but not the category you asked for.

    GoREST APIsConflict Resolution Strategies
    Vezi pe GitHub↗85,400
  • olric-data/olricAvatar olric-data

    olric-data/olric

    3,469Vezi pe GitHub↗

    Olric is a distributed data grid and in-memory key-value store that partitions and replicates data across a cluster of servers. It serves as a shared memory system for managing distributed maps, performing atomic operations, and acting as an in-memory data cache. The system provides a distributed locking mechanism for concurrency control and a pub-sub messaging system that broadcasts and routes messages over named channels across the cluster. The platform covers wide-ranging capabilities including cluster management and orchestration, data replication with configurable quorums, and automated

    Olric is a distributed in-memory key-value store and data grid, not a dedicated library for managing user preferences or settings with synchronization logic, so it could serve as a storage backend but lacks the higher-level features the intent calls for.

    GoConflict Resolution StrategiesLast-Write-Wins Semantics
    Vezi pe GitHub↗3,469
  • payloadcms/payloadAvatar payloadcms

    payloadcms/payload

    43,053Vezi pe GitHub↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Payload is a headless CMS and application framework, not a dedicated library for managing and synchronizing user preferences across devices; despite having API and storage features, its core purpose is content management rather than user preference management.

    TypeScriptREST API ServicesAPI Client SDKsStorage Adapters
    Vezi pe GitHub↗43,053
  • kanidm/kanidmAvatar kanidm

    kanidm/kanidm

    4,595Vezi pe GitHub↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Kanidm is an identity management server for authentication and directory services, not a library or service dedicated to storing or synchronizing user application preferences across devices—the core capability this search requires is absent.

    RustConflict Resolution StrategiesUser Authentication Strategies
    Vezi pe GitHub↗4,595
  • pubkey/rxdbAvatar pubkey

    pubkey/rxdb

    23,048Vezi pe GitHub↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    RxDB is a reactive offline-first NoSQL database that syncs data across devices, so it can be used to store and synchronize user preferences, but it is a general-purpose sync database engine rather than a dedicated user preferences/settings management library with built-in conflict resolution and authentication abstractions.

    TypeScriptPluggable Storage DriversConflict-Free Replicated Data Types
    Vezi pe GitHub↗23,048
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
jeric-x/syncclipboard3.9KC#mit22 feb. 2026
owncloud/core8.8KPHPAGPL-3.016 iun. 2026
falconry/falcon9.8KPythonApache-2.017 iun. 2026
laurent22/joplin55.2KTypeScriptNOASSERTION16 iun. 2026
oatpp/oatpp8.6KC++apache-2.012 nov. 2025
loro-dev/loro5.4KRustmit4 feb. 2026
syncthing/syncthing85.4KGoMPL-2.016 iun. 2026
olric-data/olric3.5KGoApache-2.012 iun. 2026
payloadcms/payload43.1KTypeScriptMIT16 iun. 2026
kanidm/kanidm4.6KRustmpl-2.019 feb. 2026

Related searches

  • Configuration management system
  • a configuration management tool for infrastructure automation
  • librărie pentru RLHF și alinierea preferințelor
  • extensie de browser pentru personalizarea barelor de instrumente
  • framework de configurare Emacs pentru utilizatori noi
  • unealtă de gestionare a configurațiilor pentru startup-uri
  • o bibliotecă pentru construirea sistemelor de recomandare
  • o bibliotecă pentru personalizarea componentelor UI