Showing 126 open source projects for "less"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    AdminLTE

    AdminLTE

    Free admin dashboard template based on Bootstrap 4

    .... Best open source admin dashboard & control panel theme. Built on top of Bootstrap, AdminLTE provides a range of responsive, reusable, and commonly used components. Mobile first design. Fits many resolutions, from large desktops to small mobile devices. Support for printing any page. The invoice page makes a perfect example. Choose a skin that matches your branding or edit the LESS variables to create your own.
    Downloads: 352 This Week
    Last Update:
    See Project
  • 2
    tailwindcss

    tailwindcss

    A utility-first CSS framework for rapid UI development

    .... Because Tailwind is so low-level, it never encourages you to design the same site twice. Even with the same color palette and sizing scale, it's easy to build the same component with a completely different look in the next project. Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 3
    NodeMCU

    NodeMCU

    Lua based interactive firmware for ESP8266, ESP8285 and ESP32

    NodeMCU is an open source Lua-based firmware for the ESP8266 WiFi SOC from Espressif and uses an on-module flash-based SPIFFS file system. NodeMCU is implemented in C and is layered on the Espressif NON-OS SDK. The firmware was initially developed as a companion project to the popular ESP8266-based NodeMCU development modules, but the project is now community-supported, and the firmware can now be run on any ESP module.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    Elasticsearch Exporter

    Elasticsearch Exporter

    Elasticsearch stats exporter for Prometheus

    ... using a dedicated job with its own scraping interval. Commandline parameters start with a single - for versions less than 1.1.0rc1. Username and password can be passed either directly in the URI or through the ES_USERNAME and ES_PASSWORD environment variables. Specifying those two environment variables will override authentication passed in the URI (if any).
    Downloads: 12 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 5
    FastAPI

    FastAPI

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. Get production-ready code. With automatic interactive documentation. Based on (and fully compatible with) the open standards for APIs: OpenAPI...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Pterodactyl Panel

    Pterodactyl Panel

    Pterodactyl® is a free, open-source game server management panel

    Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Stop settling for less. Make game servers a first-class citizen on your platform. Security is a first-class citizen on this platform with bcrypt hashing, AES-256-CBC encryption, and HTTPS support out of the box. Built on a modern stack utilizing...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    UIkit

    UIkit

    Lightweight modular front-end framework for developing web interfaces

    ... the files in your own HTML and then create the markup of any of the components. When you have installed UIkit with Less sources, you can compile it and add your own custom theme. Less is the language that the UIkit styles are written in. This allows you to include customizations in the build process, rather than manually overwriting a lot of CSS rules by hand.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    CadQuery

    CadQuery

    A python parametric CAD scripting framework based on OCCT

    CadQuery is an intuitive, easy-to-use Python library for building parametric 3D CAD models. It has several goals. Build models with scripts that are as close as possible to how you’d describe the object to a human, using a standard, already established programming language. Create parametric models that can be very easily customized by end users. Output high-quality CAD formats like STEP and AMF in addition to traditional STL. Provide a non-proprietary, plain text model format that can be...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Ruby on Rails

    Ruby on Rails

    Web Application Framework written in Ruby

    Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    Bloom filters

    Bloom filters

    Go package implementing Bloom filters

    A Bloom filter is a concise/compressed representation of a set, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. A Bloom filter will always correctly report the presence of an element in the set when the element is indeed present. A Bloom filter can use much less storage than the original set, but it allows for some 'false positives': it may sometimes report that an element is in the set whereas it is not. When you construct, you need to know...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Yii 2

    Yii 2

    The Fast, Secure and Professional PHP Framework

    Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic. Works right out of the box. Has reasonable defaults. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools helps you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. It is fast, secure and efficient and works right out of the box pre-configured with reasonable defaults. The framework is easy to adjust...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    WP-Desktop

    WP-Desktop

    WordPress.com for Desktop

    A desktop app that gives WordPress a permanent home in your taskbar. A control panel for all your WordPress sites. Write and design with no other browser tabs to distract you. Switch easily between managing your WordPress sites and your favorite desktop apps. The desktop app builds upon the already fast WordPress.com by bundling the entire site as a local copy. You get near-instant page-loads and less waiting around. The WordPress.com desktop app will scale to any size. Do you need a small...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    AriaNg Native

    AriaNg Native

    A better aria2 desktop frontend than AriaNg, containing all features

    AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure HTML & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses a responsive layout and supports any desktop or mobile device. Pure Html & Javascript, no runtime required. Responsive design, supporting desktop and mobile devices. User-friendly interface. Sort tasks (by name, size, progress, remaining time,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Pico.css

    Pico.css

    Minimal CSS Framework for semantic HTML

    Minimal CSS Framework for semantic HTML. Elegant styles for all native HTML elements without .classes and dark mode automatically enabled. Pico uses simple native HTML tags as much as possible. Less than 10 .classes are used in Pico. No dependencies, package manager, external files, or JavaScript. Elegant and consistent adaptive spacings and typography on all devices. Shipped with two beautiful color themes, automatically enabled according to the user preference. We use simple native HTML tags...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    ... process locks, encode/decode helpers and mmap logics and nothing more. It's really tidy. MMKV adds about 50K per architecture on App size, and much less when zipped (apk). MMKV is published under the BSD 3-Clause license. Starting from v1.2.8, MMKV has been migrated to Maven Central. Older versions (<= v1.2.7) are still available on JCenter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Yii Web Programming Framework

    Yii Web Programming Framework

    Yii PHP Framework 1.1.x

    Yii, a high-performance component-based PHP framework. Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic. Works right out of the box. Has reasonable defaults. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools helps you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. The minimum requirement by Yii is that your Web server supports PHP 5.1.0 or above...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    graphql upload typescript

    graphql upload typescript

    Middleware and an Upload scalar to add support for GraphQL

    Minimalistic and developer-friendly middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers. This module was forked from the amazing graphql-upload-minimal. The original module is exceptionally well-documented and well-written. It was very easy to fork and amend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Eloquent Power Joins

    Eloquent Power Joins

    The Laravel magic you know, now applied to joins.

    The Laravel magic you know, now applied to joins. Joins are very useful in a lot of ways. If you are here, you most likely know about and use them. Eloquent is very powerful, but it lacks a bit of the "Laravel way" when using joins. This package make your joins in a more Laravel way, with more readable with less code while hiding implementation details from places they don't need to be exposed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    goober

    goober

    A less than 1KB css-in-js solution

    As the subtitle notes, this is the smallest and fullest featured css-in-js solution out there. Weighing at 1KB and once bundled it's gonna be less due to tree-shake. goober does more with less! Since the code measure less in size, it's served, read and ran quicker. goober is built on the shoulders of well-established solutions. That means the API has been paved and we need to follow it. You'll find as, forwarded, CSS, keyframes, styled and so much more. Easily access your common sizes, colors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    go-cqhttp

    go-cqhttp

    The golang implementation of cqhttp, lightweight, native cross-plat

    ... memory is less than 128M, it is recommended to close the database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Sisk Framework

    Sisk Framework

    Sisk's request and response processor mainframe source code

    ..., stable results. The entire Sisk ecosystem is less than 500 KB in size. The entire Sisk ecosystem is open source, and all the libraries and technologies we use are also open source. Sisk is entirely distributed under the MIT License, which allows commercial development. You are the one who makes the project, Sisk gives you the tools. Because it is open source, the community (including you) can maintain, fix bugs, and improve Sisk over time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Laravel Backpack

    Laravel Backpack

    Build custom admin panels

    ..., React, WebPack, Mix, Less, Sass, NPM etc. If you want to. But you don't have to. Backpack comes with support for multiple Bootstrap themes. If you need to build a custom page, dashboard, or component, you just copy-paste HTML blocks from its website. No designer is required. No pixel pushing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Networked-Aframe

    Networked-Aframe

    Web framework for building multi-user virtual reality experiences

    ... and rotation components are synced, but if you want to sync other components or child components you need to define a schema. For more advanced control over the network messages see the sections on Broadcasting Custom Messages and Options. Create an instance of a template to be synced across clients. The position and rotation will be synced by default. The buffered-interpolation is added to allow for less network updates while keeping smooth motion.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Slate Text Editor framework

    Slate Text Editor framework

    Completely customizable framework for building rich text editors

    you can do things like turn a selection of text bold, or add a semantically rendered block quote in the middle of the page. The most important part of Slate is that plugins are first-class entities. That means you can completely customize the editing experience, to build complex editors like Medium's or Dropbox's, without having to fight against the library's assumptions. Slate's core logic assumes very little about the schema of the data you'll be editing, which means that there are no...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    electron-vite-vue

    electron-vite-vue

    Really simple Electron + Vite + Vue boilerplate

    Really simple Electron + Vue + Vite boilerplate. Out of the box, based on the official template-vue-ts, less invasive, extensible, really simple directory structure, supports using Node.js API in Electron-Renderer, supports C/C++ native addons. It's easy to implement multiple windows. By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option.
    Downloads: 0 This Week
    Last Update:
    See Project