Showing 898 open source projects for "you-get"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Sass

    Sass

    An extension of CSS, adding nested rules, variables, mixins and more

    Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries. Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has worked endlessly to not only keep up, but stay ahead. Sass has been actively supported for over 14 years by its loving Core Team. Over and over again, the industry is choosing Sass as the premier CSS extension language. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Universal Bypass
    ...Universal Bypass circumvents annoying link shorteners. Universal Bypass bypasses templates that are used on thousands of domains and it would be impossible for me to keep a complete list of domains that are bypassed. You would have to get a new Universal Bypass version and accept its new permissions for each new bypass. Custom Bypasses would be pretty pointless if you could only create them for sites that are already bypassed. Also known in the options as "Give and take the destinations of unbypassable shorteners.", this feature exists to bypass a respectable amount of link shorteners using CAPTCHAs and other forms of backend validation to make sure you've actually waited before you can proceed to the target link, to share this target with other Universal Bypass users, who come across the same link in the future, so they can proceed to the target immediately.
    Downloads: 70 This Week
    Last Update:
    See Project
  • 3
    Vue-Lazyload

    Vue-Lazyload

    A Vue.js plugin for lazyload your Image or Component in your app

    ...Some of goals of this project worth noting include being lightweight, powerful and easy to use, work on any image type, add loading class while image is loading. It supports both of Vue 1.0 and Vue 2.0. You can configure which events you want vue-lazyload by passing in an array of listener names. This is useful if you are having trouble with this plugin resetting itself to loading when you have certain animations and transitions taking place. use Intersection Observer to to improve performance of a large number of nodes. If only the event is provided, remove all listeners for that event. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KeexyBox

    KeexyBox

    The box to keep the Internet under your control

    ...It thus intercepts all connections to the Internet to carry out website filtering or to activate browsing via the Tor anonymity network according to connection profiles which you have configured.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    site-watcher

    site-watcher

    A Discord bot that alerts you when a website changes

    A Discord bot that alerts you when (part of) a website changes. Discord changed the way bots work, and this bot is not working anymore because of that. I won't work on this project anymore so feel free to fork this project and create your own version based on this (and feel free to submit pull requests).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    html-sketchapp

    html-sketchapp

    HTML to Sketch export solution

    ...Additionally, it allows exporting of shared text styles and document colors. The motivation behind this project was ability to easily share Front-End style guide with our Design team. html2asketch is a library that you can use to create a script that extracts specific parts of your website and saves them as layers, shared text styles, document colors and symbols. Your script can then be run in a regular or a headless browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gas-github

    gas-github

    sync gas code to github

    ...Manage your Google Apps Script code with your favorite SCM (Github/Github enterprise/bitbucket). The new version requires Google OAuth to call Apps Script API, before the OAuth app be verified by Google, it only allow to grant 100 users' permission, if you encounter some errors said can not grant permission to the app, please wait for the verification process completed, sorry for the inconvenience! The extension does not use the Google Drive API, so you don't need any google authentication. Moreover, this extension supports Bound scripts. Support two-factor authentication (GitHub, GitHub Enterprise only). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DropYet

    DropYet

    It's the simple cloud.

    ...Setting it up is easier than ever before. Just try DropYet. Currently working on MORE features for you. Now with Dark Mode! Requirements: PHP (recommended is 7 and higher), HTML, cURL, sendmail Read everything else on our website! :) https://dropyet.maximiliansixdorf.de/en
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Beaker Browser

    Beaker Browser

    An experimental peer-to-peer Web browser

    Beaker is an experimental, open source peer-to-peer Web browser that allows you to create websites from inside the browser. It has a built in editor that lets you edit your source code side-by-side with your page. With Beaker you can create a new P2P site with just a click, and allow other Beaker users to visit your site directly from your computer! Beaker works through a new peer-to-peer network called Hypercore Protocol, which allows other Beaker users to access these websites with no servers necessary. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    NoSleep.js

    NoSleep.js

    Prevent display sleep, enable wake lock in any Android or iOS browser

    Prevent display sleep and enable wake lock in all Android and iOS web browsers. Check out the live demo in any Android or iOS web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    csv-parser

    csv-parser

    Streaming csv parser inspired by binary-csv that aims to be faster

    ...Because it works incrementally (row by row), it is well suited for ETL pipelines, data ingestion workflows, CSV-to-database imports, or any context where you need to process or transform large tabular data in Node.js efficiently. Using the .on('data') / .on('end') (or equivalent async patterns), you can accumulate, filter, transform, or stream data further downstream without waiting for the whole file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    serverless-chrome

    serverless-chrome

    Run headless Chrome/Chromium on AWS Lambda

    Serverless Chrome contains everything you need to get started running headless Chrome on AWS Lambda (possibly Azure and GCP Functions soon). The aim of this project is to provide the scaffolding for using Headless Chrome during a serverless function invocation. Serverless Chrome takes care of building and bundling the Chrome binaries and making sure Chrome is running when your serverless function executes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Babel Plugin Root Import

    Babel Plugin Root Import

    Add the opportunity to import modules by the root path

    ...Install with your package manager of choice. Add it to your plugins array in your babel config. For recent react-native versions, add it as a plugin in babel.config.js. You can configure this plugin by changing the string plugin name to a two-item array. Note that this array is nested inside the plugins array. By default, the import will be relative to the working directory of the process running babel. Typically this means you'll have import paths like ~/src/foo.js. You can change the prefix of "./" to e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IZ-WAMP

    IZ-WAMP

    Easily install WAMP Server with Wordpress and more.

    IZ-WAMP is a WAMP package combining the latest stable versions of Windows x64, Apache, MySQL and PHP. In addition, IZ-WAMP embeds the latest version of differents CMS. In this way, you can manage your site on your local machine and offline without a network connection. A good way to work on improvements and a redesign of the site securely before switching it online. Once IZ-WAMP installed on your PC, note the appearance of a drop-down menu accessible from the system tray. Among the different items available, you find the components of the WAMP package that you administer easily. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    QPyDesk

    QPyDesk

    Code editor and real-time QR code generator for QPython

    QPyDesk is a code editor, and real-time QR code generator for QPython. It is a Python code editor with syntax highlighting that also generates the QR code that represents said code in real time. This application also allows you to print the generated QR code to distribute the created application. However, because QR codes have a limited storage capacity, if the code is very long, QPyDesk creates a QR code that is only valid while the application is running, that is, the QR code generated in this case is useless for distribute the application, but it is still useful to check the operation of the script while it is encoded from the computer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fire Detector

    Fire Detector

    Detect web framework and javascript libraries run on browsing website

    ...With this WebExtension, You can detect:
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    DigiOz .NET Portal

    DigiOz .NET Portal

    ASP.NET MVC Based Portal CMS System to Create an Instant Website

    ...List of Technologies used: - ASP.NET MVC 5 - Microsoft SQL Server - Bootstrap - HTML 5 - jQuery Demo Site: http://digioznetportal.digioz.net/ Source Code: https://sourceforge.net/p/digioznetportal/codenew/ci/master/tree/ Installation Instructions: https://sourceforge.net/p/digioznetportal/wiki/Home/ Help Wanted: If you are a developer, and wish to join the project, please email us at support@digioz.com.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    ...The important part of the configuration is that when you create a new WebpackDevServer, you need to specify hot: true as an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AWS Greengrass Core SDK for JavaScript
    ...This should create a aws-greengrass-core-sdk folder which includes the SDK. Your console.log operation will be logged as INFO. A console.error operation will be logged as error. Currently, our NodeJS SDK only allows you to log at info or error level only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project allows you to create a SourceForge bumper sticker size banner to promote your project - as easy as one-two-three. Hang them on your wall or create a t-shirt promoting your site!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FTPT

    FTPT

    file transfer system created using FTP protocol...

    FTPT is a file transfer system based on ftp protocol you can transfer any file unlimited between pc to pc and pc to android you can also upload and download files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fire Time Tracker

    Fire Time Tracker

    Track and limit time your activity in the browser every day.

    How much time you spend on the web? –– This add-on tracks and limits time you spent on sites Updating: 09.03.2020 - Source code is available for download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mellow

    Mellow

    Mellow is a rule-based global transparent proxy client for Windows

    Mellow is a rule-based global transparent proxy tool that can run on Windows, macOS and Linux, and can also be configured as a router transparent proxy or proxy gateway, supporting multiple proxy protocols such as SOCKS, HTTP, Shadowsocks, VMess, etc. Mellow is a transparent proxy client. If you don’t understand it, then to be more realistic, it can not only proxy browser requests, but also proxy WeChat, QQ, Telegram clients, Instagram clients, NetEase Cloud Music, and various command lines Network requests from tools, Docker containers, virtual machines, WSL, various IDEs, various games, etc. do not require any additional proxy settings. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    Privacy Cleaner

    Privacy Cleaner

    Quickly clear your cache with this browser extension

    You can customize what and how much of your data you want to clear on the options page, including:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Fire Clear Cache

    Fire Clear Cache

    Clear your cache and browsing data with a single click of a button

    You can customize what and how much of your data you want to clear on the options page in your browser Firefox, including:
    Downloads: 0 This Week
    Last Update:
    See Project