awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to shfrmn/cycle-lot

Open-source alternatives to Cycle Lot

30 open-source projects similar to shfrmn/cycle-lot, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cycle Lot alternative.

  • alejoar/flask-azure-storageAvatar von alejoar

    alejoar/Flask-Azure-Storage

    22Auf GitHub ansehen↗

    Flask extension that provides integration with Azure Storage

    Python
    Auf GitHub ansehen↗22
  • alisaifee/flask-limiterAvatar von alisaifee

    alisaifee/flask-limiter

    1,202Auf GitHub ansehen↗

    Rate Limiting extension for Flask

    Python
    Auf GitHub ansehen↗1,202
  • andrewjfreyer/monitorAvatar von andrewjfreyer

    andrewjfreyer/monitor

    2,104Auf GitHub ansehen↗

    Distributed advertisement-based BTLE presence detection reported via mqtt

    Shell
    Auf GitHub ansehen↗2,104
  • atomiks/tippyjsAvatar von atomiks

    atomiks/tippyjs

    12,270Auf GitHub ansehen↗

    Tippy.js is a JavaScript tooltip library and interactive popup framework used to create tooltips, popovers, and dropdowns. It functions as a floating UI component toolkit that renders content relative to a reference element with support for automatic positioning, flip-positioning, and offsets. The library acts as an accessible overlay manager, using ARIA attributes and focus management to ensure screen reader compatibility. It also serves as a CSS animation tool, providing utilities for transitions, spring physics, and themes to manage the visual entry and exit of floating interface elements.

    JavaScriptcomboboxdropdownmenu
    Auf GitHub ansehen↗12,270
  • atomrc/cyclejs-auth0Avatar von atomrc

    atomrc/cyclejs-auth0

    23Auf GitHub ansehen↗

    #cyclejs-auth0

    JavaScript
    Auf GitHub ansehen↗23

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cenobites/flask-jsonrpcAvatar von cenobites

    cenobites/flask-jsonrpc

    294Auf GitHub ansehen↗

    Basic JSON-RPC implementation for your Flask-powered sites

    Python
    Auf GitHub ansehen↗294
  • cgeorg/sinjectAvatar von cgeorg

    cgeorg/sinject

    10Auf GitHub ansehen↗

    sinject is a simple injection framework for javascript. It was built because circular dependencies and module loaders don't play nicely together, and neither do circular dependencies and constructor injection.

    JavaScript
    Auf GitHub ansehen↗10
  • cyclejs-community/cyclejs-sortableAvatar von cyclejs-community

    cyclejs-community/cyclejs-sortable

    17Auf GitHub ansehen↗

    Makes all children of a selected component sortable

    TypeScript
    Auf GitHub ansehen↗17
  • danielperna84/hass-configuratorAvatar von danielperna84

    danielperna84/hass-configurator

    334Auf GitHub ansehen↗

    Configuration UI for Home Assistant

    Python
    Auf GitHub ansehen↗334
  • erykpiast/cyclejs-groupAvatar von erykpiast

    erykpiast/cyclejs-group

    18Auf GitHub ansehen↗

    Utility for the Cycle.js framework for reducing boilerplate when creating many dependent streams.

    JavaScript
    Auf GitHub ansehen↗18
  • erykpiast/cyclejs-wcE

    erykpiast/cyclejs-wc

    0Auf GitHub ansehen↗

    Utility for creating Web Components based on Cycle.js

    Auf GitHub ansehen↗0
  • fatcherjs/fatcherF

    fatcherjs/fatcher

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • floating-ui/floating-uiAvatar von floating-ui

    floating-ui/floating-ui

    32,629Auf GitHub ansehen↗

    Floating UI is a JavaScript positioning library and layout engine designed to calculate the exact coordinates for floating interface elements such as tooltips, popovers, and dropdowns. It functions as a floating element orchestrator that ensures these components remain visible and aligned relative to a reference element. The library features a platform-abstraction layer that decouples positioning logic from the document object model. This allows the engine to support both standard web environments and non-DOM targets, including canvas or graphics buffers, through custom coordinate and measure

    TypeScriptdropdownhacktoberfestpopover
    Auf GitHub ansehen↗32,629
  • frozen-flask/frozen-flaskAvatar von Frozen-Flask

    Frozen-Flask/Frozen-Flask

    799Auf GitHub ansehen↗

    Freezes a Flask application into a set of static files.

    Python
    Auf GitHub ansehen↗799
  • google/zxAvatar von google

    google/zx

    45,536Auf GitHub ansehen↗

    This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc

    JavaScriptbashchild-processcli
    Auf GitHub ansehen↗45,536
  • graphql-python/flask-graphqlAvatar von graphql-python

    graphql-python/flask-graphql

    1,339Auf GitHub ansehen↗

    Adds GraphQL support to your Flask application.

    Python
    Auf GitHub ansehen↗1,339
  • honmaple/flask-msearchAvatar von honmaple

    honmaple/flask-msearch

    225Auf GitHub ansehen↗

    Full text search for flask.

    Python
    Auf GitHub ansehen↗225
  • immutable-js/immutable-jsAvatar von immutable-js

    immutable-js/immutable-js

    33,060Auf GitHub ansehen↗

    Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning

    TypeScript
    Auf GitHub ansehen↗33,060
  • iurisilvio/flask-pusherAvatar von iurisilvio

    iurisilvio/Flask-Pusher

    9Auf GitHub ansehen↗

    Flask extension for Pusher

    Python
    Auf GitHub ansehen↗9
  • js-sdsl/js-sdslJ

    js-sdsl/js-sdsl

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • krisk/fuseAvatar von krisk

    krisk/Fuse

    20,347Auf GitHub ansehen↗

    Fuse is a JavaScript fuzzy search library and client-side search engine designed to index and query JSON data. It provides utilities for approximate string matching and ranking results by relevance, allowing applications to perform fast filtering and searching of datasets without a dedicated backend. The library distinguishes itself through a token-based search implementation that supports word-order independence and relevance weighting. It utilizes edit-distance scoring to handle typos and insertions, and employs a system of field weighting to prioritize matches in high-value data keys. The

    JavaScriptbitapjavascriptlightweight-fuzzy-search
    Auf GitHub ansehen↗20,347
  • kvesteri/sqlalchemy-searchableAvatar von kvesteri

    kvesteri/sqlalchemy-searchable

    276Auf GitHub ansehen↗

    Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL

    Python
    Auf GitHub ansehen↗276
  • lepture/flask-wtfAvatar von lepture

    lepture/flask-wtf

    1,507Auf GitHub ansehen↗

    Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.

    Python
    Auf GitHub ansehen↗1,507
  • lixxu/flask-paginateAvatar von lixxu

    lixxu/flask-paginate

    288Auf GitHub ansehen↗

    Pagination support for flask

    Python
    Auf GitHub ansehen↗288
  • madcapjake/earl-hyperscriptAvatar von MadcapJake

    MadcapJake/earl-hyperscript

    2Auf GitHub ansehen↗

    Converts Earl Grey's document building syntax to vtree that works with Cycle.js.

    Auf GitHub ansehen↗2
  • maiermic/cycle-storageifyAvatar von maiermic

    maiermic/cycle-storageify

    6Auf GitHub ansehen↗

    Augments your Cycle.js component (main function) by storing its onion-shaped state in local storage.

    TypeScript
    Auf GitHub ansehen↗6
  • mattupstate/flask-mailAvatar von mattupstate

    mattupstate/flask-mail

    643Auf GitHub ansehen↗

    Flask-Mail adds SMTP mail sending to your Flask applications

    Python
    Auf GitHub ansehen↗643
  • miguelgrinberg/flask-socketioAvatar von miguelgrinberg

    miguelgrinberg/Flask-SocketIO

    5,509Auf GitHub ansehen↗

    Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask applications, enabling persistent bidirectional connections between servers and clients. It transparently switches between WebSocket and HTTP long-polling while maintaining a persistent session identity, and provides a full event-driven framework for real-time web application communication. The library distinguishes itself with support for namespace multiplexing, allowing event handlers to be isolated into separate namespaces with independent lifecycle and routing. It also offers room

    Pythonflaskflask-socketiopython
    Auf GitHub ansehen↗5,509
  • ohanhi/hyperscript-helpersAvatar von ohanhi

    ohanhi/hyperscript-helpers

    631Auf GitHub ansehen↗

    Terse syntax for hyperscript.

    JavaScript
    Auf GitHub ansehen↗631
  • ph200/cycle-reactAvatar von pH200

    pH200/cycle-react

    369Auf GitHub ansehen↗

    An RxJS functional interface to Facebook's React.

    JavaScript
    Auf GitHub ansehen↗369