fundbüro is my personal collection of interesting things.
👉 fundbüro [ˈfʊntbyroː] is the German translation for “Lost and found office”.
- fundbüro [ˈfʊntbyroː]
- Table of contents
- Basics & Concepts
- Architecture
- Field Reports & Product Analysis
- Base Libs
- Frontend
- Basics
- Icons
- Styling
- Styling with CSS
- Styling with JS
- DOM
- Webworker & "Multi-Threading"
- Input & Interactions
- Conversational Interfaces
- Drawing & Imaging
- Media
- Micro Components
- Grid Layouts
- Application Components
- Website Components
- Mobile Components
- Animation
- Charting
- Graphs and Flows
- Physics
- Gaming, Drawing and Creative Coding
- UI libraries and frameworks
- Design Systems
- React
- React.Misc
- React.Basics
- React.Concepts
- React.TypeScript
- React.Helpers
- React.Stores-And-State-Container
- React.CSS-in-JS
- React.Routing
- React.Data-Fetching
- React.Universal-Rendering
- React.Interactions
- React.Accessibility
- React.UI-Components
- React.Animation
- React.Meta-Components
- React.Windowing
- React.Forms
- React.Design-System-Basics
- React.UI-Frameworks
- React.Live-Coding-WYSIWYG
- React.Performance
- React.Testing
- React.RealWorldApplications
- React.Next.js
- Data Fetching
- Client-side Databases
- Static site generators
- Hacks & Tricks
- Inspiration
- Sandboxing
- Automation
- Frontend-Backend-Communication
- Building and Bundling
- Backend
- Tools
- Storytelling
- Mapping
- Tracing / Profiling / Debugging
- IoT
- P2P / WebRTC
- Language & Speech
- Misc
- Services & APIs
- CLI
- Package Mangement
- Design
- Discussions
- You Don't Know JS is a book series on JavaScript.
- A brief history of prototypes is talk by Katerina Marchá about the origins of prototype-based programming.
- Understanding the Almighty Reducer is an article by Sarah Drasner that beautifully explains the
reduce
function.
- Help I'm stuck in an event loop is a talk by Philip Roberts that explains how the JavaScript event loop works.
- Do you want a better understanding of Buffer in Node.js? is an article by Justice Mba that explains what Buffers are.
- Data Structures in JavaScript shows how to implement basic data structures plain JavaScript.
- javascript-algorithms collects algorithms and data structures implemented in JavaScript with explanations and links to further readings.
- blog.yoshuawuyts.com/graphs is an article by Yoshua Wuyts about the different types of graphs.
- math-as-code is a cheat-sheet for mathematical notation in code form.
- Write tests. Not too many. Mostly integration. is a talk by Kent C. Dodds about testing best practices.
- Conventional Commits is a specification for adding human and machine readable meaning to commit messages.
- Lose Koppelung durch Messaging und Domain Events – Teil 1.
- Lose Koppelung durch Messaging und Domain Events – Teil 2.
- Building the Google Photos Web UI is an article by Antin Harasymiv that provides a peek under of the Google Photos Web UI.
- CSS Findings From The New Facebook Design is blog article by Ahmad Shadeed about little but very interesting technical details of a Facebook design relaunch.
- How Apple reinvented the cursor for iPad is an in-depth analysis of the mouse cursor redesign for the iPad.
- lodash provides great helpers for dealing with arrays and objects.
- i18next is a full-featured i18n javascript library for translating your webapplication.
- strman is a JavaScript string manipulation library without npm dependencies.
- date-fns is a modern JavaScript date utility library.
- tinydate is a tiny (340B) reusable date formatter. Extremely fast!
- common-tags provide useful template literal tags for dealing with strings in ES2015+.
- just is a library of dependency-free utilities that do just do one thing.
- superstruct provides a simple and composable way to validate data in JavaScript.
- dlv provides safe deep property access in 128 bytes. See also idx or lodash/get.
- emuto transforms and queries data structures like JSON, text, csv, tsv, and dsv.
- big.js is a small, fast JavaScript library for arbitrary-precision decimal arithmetic.
- klona is a tiny (366B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more.
- async provides async utilities for node and the browser.
- asynquence provides promise-style async sequence flow-control.
- vo is a control flow library for minimalists.
- promise-frites provides promise utilities.
- callbag is a tiny and fast reactive/iterable programming library.
- emittery is a simple and modern async event emitter.
- deque is an extremely fast double-ended queue implementation.
- async-sema is a semaphore using
async
andawait
.
- highland.js provides High-level streams library for Node.js and the browser.
- pull-stream provides a minimal streams.
- pump pipes streams together and closes all of them if one of them closes.
- pumpify combines an array of streams into a single duplex stream.
- mississippi is a collection of useful stream utility modules for writing better code using streams.
- moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates.
- You-Dont-Need-Momentjs provides a list of date-fns or native functions which you can use to replace moment.js.
- date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
- Day.js is a 2KB immutable date library alternative to Moment.js with the same modern API.
- iodine is a micro client-side validation library.
- fuzzysearch is a iny and blazing-fast fuzzy search in JavaScript.
- Fuse provides lightweight fuzzy-search, in JavaScript.
- HEAD is a list of everything that goes in the head of your document.
- How to Favicon in 2021: Six files that fit most needs
- Bytesize Icons is a tiny style-controlled SVG iconset.
- iconify is universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other open source icon sets (100+ icon sets, 100,000+ icons).
- patternbolt is a election of SVG pattern background, packed in a single CSS or SCSS file.
- base-files is a plain CSS starter kit.
- primercss.io "The CSS toolkit and guidelines that power GitHub."
- CSS-Best-Practices "Notes meant as a guide for writing clean CSS"
- milligram is a a minimalist CSS framework.
- grd is a CSS grid framework using Flexbox. Only 512 bytes (Gzipped).
- layout.css is a wrapper around flexbox to make doing flexbox layouts simple and declarative. Inspired by polymer.
- tachyons provides Functional CSS for humans.
- tailwindcss is a utility-first CSS framework for rapid UI development.
- css-gridish automatically builds your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.
- Pure CSS scrolling shadows with background-attachment: local is an article by Ley Verou about creating scroll shadows with CSS only.
- emotion is a CSS-in-JS library designed for high performance style composition.
- css-in-js is a CSS in JS techniques comparison.
- free-style makes CSS easier and more maintainable by using inline style objects.
- jss is an abstraction over CSS.
- polished provides Sass-style helper functions for writing styles in JavaScript.
- stitches provides CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
- twind is the smallest, fastest, most feature complete Tailwind-in-JS solution in existence.
- sprint is a tiny, lightning fast jQuery-like library for modern browsers.
- zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API .
- jQuery
- You-Dont-Need-jQuery provides examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.
- fastdom eliminates layout thrashing by batching DOM measurement and mutation tasks.
- vdom provides a DOM create and patch algorithm for vtree.
- cash is an absurdly small jQuery alternative for modern browsers.
- comlink makes WebWorkers enjoyable.
- partytown relocates resource intensive third-party scripts off of the main thread and into a web worker.
- draggabilly makes things draggable.
- dragscroll is a tiny library for drag-n-drop scrolling style.
- hammer.js is a JavaScript library for multi-touch gestures.
- pressure.js is a JavaScript library for handling both Force Touch and 3D Touch on the web.
- zingtouch is a JavaScript touch gesture detection library for the modern web.
- botui is a JavaScript framework to build UI for your bot.
- bottender lets you make bots in your way, fast and flexibly.
- artyom.js is a voice control - voice commands - speech recognition and speech synthesis javascript library.
- konva.js is a 2d html5 canvas framework for desktop and mobile applications.
- Simple Proof-Of-Concept of a React drawing app by Ryan Florence. https://gist.github.com/ryanflorence/a4cb023508ded9772545948eeaaaecb3
- grafijs is a JavaScript Image Processing Library.
- rough creates graphics with a hand-drawn, sketchy, appearance.
- rough-notation creates and animates hand-drawn annotations on a web page.
- excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
- Two.js is a renderer agnostic two-dimensional drawing api for the web.
- diagram-maker is a library to display an interactive editor for any graph-like data.
- FitVids automates the Intrinsic Ratio Method by Thierry Koblentz to achieve fluid width videos in your responsive web design.
- howler.js is a JavaScript audio library for the modern web.
- wavesurfer.js provides navigable waveform built on Web Audio and Canvas.
- video.js is an Open Source HTML5 & Flash video player.
- balloon.css provides simple tooltips made of pure CSS.
- Slideout.js is a touch slideout navigation menu for your mobile web apps.
- layzr.js is a small, fast, modern, and dependency-free library for lazy loading.
- minigrid is minimal 2kb zero dependency cascading grid layout.
- FieldKit lets you take control of your text fields.
- cleave.js lets you format input text content when you are typing.
- Jets.js is a native CSS search engine.
- tether.js is a library for efficiently making an absolutely positioned element stay next to another element on the page.
- popper.js is a positioning engine, its purpose is to calculate the position of an element.
- floating-ui is a low-level toolkit to position floating elements while intelligently keeping them in view. Tooltips, popovers, dropdowns, menus, and more .
- clipboard.js provides modern copy to clipboard. No Flash.
- in-view notifies you when a DOM element enters or exits the viewport.
- localForage provides offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
- Clusterize.js is a tiny vanilla JS plugin to display large data sets easily.
- fitty makes text fit perfectly.
- scroll provides a function that animates an element’s scrollTop/scrollLeft positions.
- lozad.js is a highly performant, light ~0.5kb and configurable lazy loader with no dependencies for images, iframes and more.
- genie.js is a keyboard control for web applications inspired by Alfred.
- scrollama is a helper for Scrollytelling with IntersectionObserver.
- driver.js is a light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page.
- scroll-into-view-if-needed is an Element.scrollIntoView ponyfills for things like "if-needed" and "smooth".
- WinBox is an HTML5 window manager for the web: lightweight, no dependencies, fully customizable.
- muuri provides responsive, sortable, filterable and draggable grid layouts.
- history manages session history with JavaScript.
- router5 is a flexible and powerful universal routing solution.
- slate.js is a completely customizable framework for building rich text editors.
- Draft.js is a rich Text Editor Framework for React.
- mobiledoc-kit is a toolkit for building WYSIWYG editors with Mobiledoc.
- ag-grid Advanced Datagrid for Pure Javascript / AngularJS 1.x / AngularJS 2 / Web Components.
- PhotoSwipe is an image gallery for mobile and desktop, modular, framework independent.
- okayNav is a responsive navigation plugin für jQuery.
- bootstrap-easy-sidebar is sidebar for bootstrap designed around theme integration and flexibility.
- ionic is a beautiful, open source front-end SDK for developing amazing mobile apps with web technologies.
- TouchstoneJS is a React.js powered UI framework for developing beautiful hybrid mobile apps.
- Velocity.js is an accelerated animation engine with the same API as jQuery's $.animate().
- velocity-react React components for Velocity.js.
- anime.js is a flexible yet lightweight JavaScript animation library.
- popmotion is a functional, flexible JavaScript motion library.
- popmotion/pose is a declarative motion system for HTML, SVG, React & React Native.
- mo.js is a motion graphics toolbelt for the web.
- Rebound.js provides spring dynamics in JavaScript.
- GSAP is a full-blown animation and tweening engine that also supports timelines.
- dynamics.js lets you create physics-based animations.
- raf is a requestAnimationFrame polyfill.
- loaders "Delightful and performance-focused pure css loading animations."
- granim.js creates fluid and interactive gradients animations.
- datavizcatalogue.com is a handy guide and library of different data visualization techniques.
- dc.js provides Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js.
- epoch is a general purpose, real-time visualization library based on d3.
- MetricsGraphics.js is a library built on top of D3 that is optimized for visualizing and laying out time-series data.
- c3.js is a D3-based reusable chart library.
- Labella.js enables placing labels on a timeline without overlap.
- nivo provides a rich set of dataviz components, built on top of d3 and React.
- vx react + d3 = vx | visualization components.
- sparkline generate SVG sparklines with JavaScript without any external dependency.
- muze provides composable data visualisation library for web with a data-first approach.
- vega & vega-lite Vega is a declarative format for creating, saving, and sharing visualization designs. With Vega, visualizations are described in JSON, and generate interactive views using either HTML5 Canvas or SVG.
- reaviz is a data visualization library for React based on D3.
- d3fc is a collection of components that make it easy to build interactive charts with D3 using SVG, Canvas and WebGL.
- flowy is a minimal javascript library to create flowcharts.
- algorithm-visualizer is an interactive online platform that visualizes algorithms from code.
- TremulaJS Picture Streams + Momentum Engine + Bézier Paths + Multi-Device.
- Proton is a particle engine for JavaScript.
- Pixi.js is a super fast HTML 5 2D rendering engine that uses webGL with canvas fallback.
- p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing.
- pts is a library for visualization and creative-coding.
- canvas-sketch is a (beta) framework for making generative artwork in JavaScript and the browser.
- stage.js is a 2D HTML5 rendering and layout engine for game development.
- React is a view layer based upon the concept of a virtual DOM.
- vue.js is a simple yet powerful library for building modern web interfaces.
- choo is a sturdy 4kb frontend framework.
- riot.js is a React-like, 3.5KB user interface library.
- hyperHTML is a fast & light virtual DOM alternative.
- heresy provides React-like Custom Elements via V1 API builtin extends.
- alpine is a lightweight JavaScript framework.
- seek-style-guide is the living style guide for SEEK, powered by React, webpack, CSS Modules and Less.
- gestalt is a set of components that supports Pinterest’s design language.
- carbon-design-system is the design system for IBM Cloud products.
- braid-design-system is the themeable design system for the SEEK Group.
- Wrapping DOM libs explains how to make React work with traditional DOM libs.
- react-awesome-components is catalog of React components.
- react-sketchapp renders React components to Sketch.
- Interarctive React lifecycle diagram by github.com/wojtekmaj
- Beautfiul React lifecycle diagram by @dceddia
- server-side-rendering is an interactive guide to server-side rendering with Webpack, React, React.
- react-bits is a compilation of React Patterns, techniques, tips and tricks.
- Send Props to Children in React explains how to iterate over children to send props to them.
- Conditional React props with TypeScript is a blog article on using TypeScript to only allow a React prop to be set when another has a specific value.
- Polymorphic React Components in TypeScript is a blog article on how to define strongly-typed React components that can inherit props from arbitrary HTML elements.
- recompose is a React utility belt for function components and higher-order components.
- react-helmet is a document head manager for React.
- repng converts React components to PNG.
- loadable-components is React code splitting made easy.
- react-loadable is a higher order component for loading components with promises.
- react-perimeter creates an invisible perimeter around an element and respond when its breached.
- react-scrolllock prevents scroll on body.
- why-did-you-update puts your console on blast when React is making unnecessary updates.
- exenv provides React's ExecutionEnvironment module extracted for use in other packages & components.
- react-custom-scrollbars provides custom scrollbars as React component.
- libreact is a collection of useful React components.
- react-use Collection of essential React Hooks (Port of libreact).
- the-platform is Web API's turned into React Hooks and Suspense-friendly React components.
- mobx provides simple, scalable state management. .
- Redux provides predictable state management for JavaScript apps.
- immer creates the next immutable state by mutating the current one.
- unistore is 350b / 650b state container with component actions for Preact & React.
- xstate provides state machines and statecharts for the modern web.
- PureState is the stupidest state management library that works.
- freezer an immutable tree data structure that is always updated from the root, making easier to think in a reactive way.
- scour is a general-purpose library for dealing with JSON trees.
- baobab is a JavaScript persistent and optionally immutable data tree with cursors.
- emotion is a CSS-in-JS library designed for high performance style composition.
- styled-components provide visual primitives for the component age.
- react-with-styles let's you use CSS-in-JavaScript with themes for React without being tightly coupled to one implementation.
- @compiled/css-in-js provides the CSS in JS authoring experience we love without the runtime cost.
- react-router provides declarative routing for React.
- Animated page transitions with React Router 4, ReactTransitionGroup and Animated is an article by Martin Haagensli about animating routes.
- react-router-transition are transitions built for react-router, powered by react-motion.
- wouter is a tiny router for modern React and Preact apps that relies on Hooks.
- swr provides React components for efficiently rendering large lists and tabular data.
- react-query provides hooks for fetching, caching and updating asynchronous data in React.
- Next.js is a React hooks library for remote data fetching.
- razzle enables server-rendered universal JavaScript applications with no configuration.
- react-draggable is a draggable component.
- react-beautiful-dnd provides beautiful, accessible drag and drop for lists.
- react-sortable-hoc is a set of higher-order components to turn any list into an animated, touch-friendly, sortable list.
- react-with-gesture is a little helper for component-tied mouse/touch gestures.
- react-aria is a library of React Hooks that provides accessible UI primitives for your design system.
- belle is a collection of configurable React Components.
- react-dates is an accessible, easily internationalizable, mobile-friendly datepicker library for the web
- react-date-range is a React component for choosing dates and date ranges.
- reactable provides fast, flexible, and simple data tables.
- react-select is a flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and async support.
- react-laag provides primitives to build things like tooltips, dropdown menu's and popovers in React
- framer/motion is an open source, production-ready animation and gesture library for React.
- react-motion is a spring that solves your animation problems.
- react-spring is helping react-motion and animated to become best friends.
- react-move provides beautiful, data-driven animations for React.
- boron is a collection of dialog animations with React.js.
- react-game-kit is a component library for making games with React & React Native.
- downshift provides primitives to build simple, flexible, WAI-ARIA compliant React autocomplete/dropdown/select/combobox components.
- react-content-loader uses SVG to create a collection of loaders which simulates the structure of the content that will be loaded.
- react-powerplug is a set of pluggable renderless components and helpers that provides different types of state and logics so you can use with your dumb components.
- react-virtualized provides React components for efficiently rendering large lists and tabular data.
- react-window provides React components for efficiently rendering large lists and tabular data.
- react-jsonschema-form is a React component for building Web forms from JSONSchema.
- formsy-react is a form input builder and validator for React.
- redux-form is a Higher Order Component using react-redux to keep form state in a Redux store.
- formstate provides form state so simple that you will fall in love.
- formik provides forms in React, without tears.
- xstyled provides consistent theme based CSS for styled-components & emotion.
- styled-system provides style props for rapid UI development .
- chakra-ui provides React Components that Implement Google's Material Design.
- radix provides unstyled, accessible components for building high‑quality design systems and web apps in React.
- material-ui provides React Components that Implement Google's Material Design.
- office-ui-fabric-react provides React components for building experiences for Office and Office 365.
- blueprint is a React-based UI toolkit for the web.
- Semantic-UI-React is the official Semantic-UI-React integration.
- arwes is a futuristic sci-fi and cyberpunk GUI framework for web apps.
- reakit is a toolkit for building interactive UIs with React.
- evergreen is a React UI Framework by Segment.
- react-ui-kits is a list of UI Kits available for React and React Native.
- prisma/lens is the Prisma design system.
- react-syntax-highlighter is a syntax highlighting component for react with prismjs or highlightjs ast using inline styles.
- react-live provides a flexible playground for live editing React components.
- jarle is Just Another React Live Editor.
- Creating More Efficient React Views with Windowing is a talk by Brian Vaughn about performance optimizations and the windowing technique.
- Debugging React performance with React 16 and Chrome Devtools Ben Schwarz
- enzyme provides JavaScript Testing utilities for React.
- dpla-frontend: React application for the Digital Public Library of America website.
- nextjs-prism-markdown: Example using Prism / Markdown with Next.js including switching syntax highlighting themes.
- Markdown/MDX with Next.js is a blog article about how to combine MDX with Next.js.
- ladda is a JavaScript data fetching layer with caching.
- sheetsee.js is a client-side library for connecting Google Spreadsheets to a website and visualizing the information in tables and maps.
- sql.js is SQLite compiled to JavaScript through Emscripten.
- PouchDB is a pocket-sized database.
- NeDB is a MongoDB compatible datastore written in JavaScript.
- Yjs is a framework for real-time p2p shared editing on any data.
- Nano-SQL is a universal database layer for the client, server & mobile devices.
- gatsby is a blazing fast static site generator for React.
- react-static is a progressive static site generator for React.
- eleventy is a simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
- eleventy-high-performance-blog A high performance blog template for the 11ty static site generator.
- Codrops: Creative Gooey Effects "A set of examples that use a gooey SVG filter for creating a variety of different effects for all kinds of website components."
- Codrops: Loaders "Playful loaders using animation with SVG and GSAP."
- How to build a plugin system on the web and also sleep well at night is an article by the Figma Team how to build a plugin system using Realms.
- realms-shim is a spec-compliant shim for Realms TC39 Proposal.
- hygen is a simple, fast, and scalable code generator that lives in your project.
- socket.io enables real-time bidirectional event-based communication.
- oboe.js enables streaming JSON from server to client.
- aedes is a barebone MQTT broker that can run on any stream server, the node way.
- webpack is a bundler for JavaScript and friends.
- rollup is a module bundler for JavaScript for libraries.
- Parcel.js is a bundler focused on web applications.
- browserify is a bundler focused on Node.js compatibility.
- budo is a dev server for rapid prototyping.
- bankai is a streaming {js,html,css} compiler.
- autoprefixer parses CSS and adds vendor prefixes to rules.
- uncss removes unused styles from CSS.
- imagemin minifies PNG, JPEG, GIF and SVG images.
- lqip-loader provides low quality image placeholders (LQIP) for webpack.
- error-overlay-webpack-plugin displays an error overlay in your application.
- puppeteer provides a high-level API to control headless Chrome.
- nightmare is a high-level browser automation library.
- webdriverio is a webdriver (browser automation) module for Node.js.
- sharp provides high performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images.
- pixelmatch is a small, simple and fast JavaScript pixel-level image comparison library.
- Resemble.js provides image analysis and comparison.
- fastlane builds and releases mobile apps.
- http-server is a simple zero-configuration command-line http server.
- servor is a dependency free file server for single page app development.
- ElectroDB is a DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
- fly.io runs your full stack apps (and databases!) all over the world. No ops required.
- brain.js provides neural networks in JavaScript.
- ai2html is a script for Adobe Illustrator that converts your Illustrator document into html and css.
- wzrd is a super minimal browserify development server.
- sizzy is a tool for developing responsive websites crazy-fast.
- insomnia is a cross-platform REST client, built on top of Electron.
- rclone is rsync for cloud storage.
- reveal.js is the HTML Presentation Framework.
- Spectacle is a React based Presentation Library.
- decktape is an PDF exporter for HTML presentation frameworks.
- lagom.js is a simplistic presentation generator.
- mdx-deck enables MDX-based presentation decks.
- turf.js is a modular geospatial engine written in JavaScript.
- ngraph.path provides path finding in a graph.
- geo-maps provides high Quality GeoJSON maps programmatically generated.
- flatbush is a very fast static spatial index for 2D points and rectangles in JavaScript.
- opentrees is the front end for opentrees.org, a data visualisation of hundreds of thousands of council-maintained trees.
- electron is across-platform desktop application shell by github.
- muon is a framework that leverages the full power of Chromium including extensions support, and allows you to build browsers and browser like applications with HTML, CSS, and JavaScript.
- nativefier wraps any web page natively without even thinking, across Windows, OSX and Linux.
- electron-packager packages and distributes your electron app in OS executables (.app) via JS or CLI.
- electron-forge is a complete tool for creating, publishing, and installing modern Electron applications.
- menubar is a high level way to create menubar desktop applications with electron.
- nw.js "Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies."
- vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser.
- statsd is a simple daemon for easy stats aggregation.
- awesome-open-iot is a curated list of awesome open source IoT frameworks, libraries and software.
- hypercore is a secure, distributed append-only log.
- hyperdrive is a secure, real time distributed file system.
- hypertrie is a distributed single writer key/value store.
- dat is a distributed data community.
- simple-peer provides simple WebRTC video/voice and data channels for the browser and Node.js.
- nlp_compromise is a cool way to use natural language in JavaScript.
- tesseract.js provides pure Javascript OCR for 62 Languages.
- annyang is a tiny SpeechRecognition library that lets your users control your site with voice commands.
- github.com/words is a collection of linguistic javascript modules.
- artyom.js is a voice control - voice commands - speech recognition and speech synthesis javascript library.
- airpaste is a 1-1 network pipe that auto discovers other peers using mdns.
- node_mdns enables mdns/zeroconf/bonjour service discovery add-on for Node.js.
- tern.js is a stand-alone code-analysis engine for JavaScript.
- twemoji provides Twitter Emojis for everyone.
- Scaleway Elements is a public cloud with data centers in Paris (France), Amsterdam (Netherlands) and Warsaw (Poland).
- ionic/appflow provides accessible mobile DevOps for all.
- appsignal.com
- sentry.io
- checklyhq.com is an API & E2E monitoring/testing platform.
- maze.design is a platform for user testing from first design mockup to a full-fledged product.
- applitools.com is a test automation platform powered by Visual AI.
- checklyhq.com is an API & E2E monitoring/testing platform.
- datasette.io is an open source multi-tool for exploring and publishing data.
- labelbox.com is a training data platform.
- ora is an elegant terminal spinner.
- cli-spinners is a collection of spinners for use in the terminal.
- oclif is a Node.js Open CLI Framework built by Heroku.
- verdaccio is a lightweight private npm proxy registry.
- Gutenberg is a modern framework to print the web correctly.
- pdfmake provides client/server side PDF printing in pure JavaScript.
- awesome-design is a collection of UI/UX design resources for developers & designers.
- [webgradients.com]https://webgradients.com/) is a free collection of 180 linear gradients that you can use as content backdrops.
- Asap is a contemporary sans-serif family with subtle rounded corners.
- hack is a typeface designed for source code.
- Cairo is a contemporary Arabic and Latin typeface family.
- Maven Pro is a sans-serif typeface with unique curvature and flowing rhythm.
- Titillium was born inside the Accademia di Belle Arti di Urbino as a didactic project Course Type design of the Master of Visual Design Campi Visivi.
- Cal Sans is the geometric sans-serif typeface to adorn the headlines and interfaces of Cal.com.
- capsize is flipping how we define typography in CSS.