Track Awesome List Updates Weekly
We track over 500 awesome list updates, and you can also subscribe to daily or weekly updates via RSS or News Letter. This repo is generated by trackawesomelist-source, visit it Online or with Github.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Github · 🌐 Website · 📝 08/23 · ✅ 08/23
Table of Contents
Recently Updated
Aug 24 - Aug 30, 2026
1. Free Programming Books (English, By Subjects)
Competitive Programming
- Principles of Algorithmic Problem Solving - Johan Sannemo (PDF)
2. Awesome Digital History
Archives and primary sources / Global
- Castlemap - Interactive world map and open CC0 dataset of 2,400 castles, fortresses, palaces, and ruins across 131 countries.
3. Awesome Web Archiving
Tools & Software / Search & Discovery
- PastPage (⭐4) - Browser extension for Chrome and Firefox that recovers broken or changed pages by querying the Wayback Machine and other web archives in parallel. (Stable)
Tools & Software / Utilities
- WARC Explorer - Browser-based inspector for WARC files and records (client-side).
Public Data / Hosted, Closed Source
- Dead-Web Index (⭐1) - Reachability labels (alive / blocked / dead) for the top 10 million domains, two probe arms (polite HTTP and a browser TLS fingerprint), 2026. CC BY 4.0, JSONL.
- Internet Archive Wayback - Base URL for IA's Wayback Machine.
4. Awesome Remote Job
Languages
5. Awesome Mysql
GUI
- StackRender (⭐465) - Free and open-source database schema design and SQL migration generator for MySQL.
- LibreDB Studio (⭐133) - Browser-based SQL IDE for MySQL and nine other engines, deployed as a container or Helm chart next to the database.
Toolkits
- sqlaxe (⭐8) - CLI tool for searching, filtering, formatting, and splitting SQL files.
6. Webcomponents the Right Way
Component Libraries
- PlayCanvas Web Components (⭐104) - Custom elements for building 3D interactive web apps with the PlayCanvas Engine.
7. Awesome Jamstack
No-Code Platforms
- Silex - Visual website builder that outputs static HTML and CSS. Connects to any headless CMS, self-hostable, no lock-in.
Static Site Generators
- Bloggrify - Nuxt Content layer for blogging, with themes, SEO, RSS and analytics preconfigured.
API / Database
- Nhost - Open-source backend-as-a-service with a Postgres database, instant Hasura GraphQL API, authentication, storage, and serverless functions.
8. Awesome Capacitor
Official
- Blog - Official blog posts.
- Website - Project homepage.
- Documentation - Official docs.
- CLI - Command-line reference.
- Community - Official community hub.
- Repository (⭐16k) - Core runtime source.
Apps built with Capacitor / Case study
- AAA - Member services app of the American Automobile Association.
- BBC Games - Children's games from the BBC, shipped as PWAs wrapped with Capacitor.
- Bestinvest - Investment platform that wrapped its existing web app for iOS and Android.
- DayClocks Agenda - Family agenda app that moved from Cordova.
- Found - Banking app for small businesses, with an engineering write-up of its Cordova migration.
- Komed Health - Clinical communication app for hospitals.
- MyBlock - Tax preparation app by H&R Block.
- Spreekuur.nl - Dutch healthcare consultation app by Topicus.
- YesHelp - Social assistance app for iOS and Android.
- Ionic case studies - More case studies published by the Ionic team.
Related lists / Case study
- Cap-go/awesome-ionic (⭐864) - Curated list of Ionic Framework resources.
- Alexintosh/Awesome-Ionic (⭐1.5k) - Curated list of Ionic resources.
Official plugins
- File Transfer (⭐11) - Provides mechanisms for downloading and uploading files.
- File Viewer (⭐5) - Provides mechanisms for opening files and previewing media.
Community plugins
- Safe Area (⭐177) - Expose native safe area insets to your web project.
Capgo plugins / Core & Updates
- Electron Updater (⭐6) - OTA live updates for Electron apps with the same API as the updater plugin.
- Cordova Updater (⭐2) - OTA live updates for Cordova iOS and Android with the same API as the updater plugin.
- Tauri Updater (⭐1) - OTA live updates for Tauri apps.
- Notifications (⭐205) - Send native iOS and Android push notifications with user lookup, badges, and stats.
Capgo plugins / Video Calling & Real-time
- Twilio Video - Join Twilio Video rooms with native audio, camera, and room lifecycle events.
Aparajita plugins / Specialized Hardware
- Silent Notifications (⭐9) - Silent (remote) notification support on iOS.
Other plugins / Specialized Hardware
- PQ Secure Storage (⭐5) - Post-quantum signing (ML-DSA) and key encapsulation (ML-KEM) with keys held in the iOS Secure Enclave and the Android Keystore, plus biometric-gated secure storage.
Tools / Incompatible
- CLI (⭐17) - Upload and manage live update bundles and native cloud builds.
- Live Update Action (⭐1) - GitHub Action to deploy a live update.
- Docker (⭐4) - Image for building native apps.
- Native Builds - Compile and sign iOS and Android binaries in the cloud.
- Android Keystore Generator - Generate Android keystores for app signing in the browser.
- iOS Certificate Generator - Generate iOS signing certificates in the browser.
- iOS UDID Finder - Find the UDID of an iPhone or iPad.
- Vite plugin (⭐4) - Keep native platform configs in sync with the Vite dev server URL.
- n8n nodes (⭐1) - Automate live updates and native builds from n8n workflows.
- Standard Version (⭐4) - Automated versioning for apps.
Helpers / Incompatible
- vue-capacitor-haptics (⭐1) - A Vue 3 wrapper for the Capacitor Haptics plugin (composable + directive), providing an easy-to-use interface for adding haptic feedback to Ionic-Vue applications.
Learning / Community Tutorials
- The Push Notifications Guide - Integrate push notifications with Firebase on iOS and Android.
- OAuth2 in 5 steps - Implement OAuth 2.0 with PKCE across iOS, Android, and the web.
- Social Login - Google, Apple, and Facebook sign-in with native flows.
- Secure token storage - Store credentials and session tokens safely on device.
- CI/CD pipeline setup - Automate build, test, and live update deployment.
- OTA updates in CI/CD - Ship over-the-air updates from your pipeline.
Convert a web app / Case study
- Transform a PWA into a native app - Package a Progressive Web App for iOS and Android.
- Turn a web app into a mobile app - What it takes to wrap a web app and pass store review.
- Convert a Lovable app to iOS and Android - Export from Lovable, wrap with Capacitor, and ship signed binaries.
- Build iOS apps from Windows - Compile, sign, and submit to TestFlight without a Mac.
Videos / Case study
- Ionic & Capacitor for Building Native Mobile Apps - Full beginner course by freeCodeCamp.
- From React Web to Native Mobile App - Simon Grimm.
- How to Build a Native App from Angular Projects - Simon Grimm.
- Building a Native Mobile App with Next.js - Simon Grimm.
- How To Create A Mobile App Using Vite, Vue and Ionic - Aaron Saunders.
- Build a Mobile App Fast! React + Tailwind - Aaron Saunders.
- Building Modern Angular Apps with Ionic - Simon Grimm.
- How to Setup Deep Links (iOS & Android) - Simon Grimm.
- How to Create Background Tasks - Simon Grimm.
- The Ionic Image Guide (Capture, Store & Upload) - Simon Grimm.
- Cross-Platform Development with Mike Hartington - This Dot Media.
Demo apps / Case study
- vue-data-storage-sqlite-app-starter (⭐3) - Vue starter for SQLite key/value storage.
- react-data-storage-sqlite-app-starter (⭐2) - React starter for SQLite key/value storage.
9. Awesome Capacitorjs
Communities
- Ionic Discord - Official Discord community.
- Capawesome Discord - Discord community of the Capawesome team.
- Ionic Forum - Official Forum community.
- Capacitor Reddit - Official Reddit community.
AI
- Agent Skills - Pre-written instructions that let AI coding agents perform Capacitor tasks such as migrations, plugin setup, and cloud integration correctly.
Guides
- Capacitor App Updates: The Complete Guide
- The Right Way to Update Your Capacitor App Remotely
- How Live Updates Are Changing Mobile App Deployment
- CI/CD for Capacitor Apps: Choosing the Right Approach
- Best CI/CD Platforms for Capacitor Apps
- Exploring the Capacitor SQLite API
- Exploring the Capacitor Secure Preferences API
- How to Securely Store Credentials with Capacitor
- Alternative to the Ionic Secure Storage Plugin
- The Push Notifications Guide for Capacitor
- Capacitor OAuth Plugin: OAuth 2.0 & OpenID Connect
- Alternative to the Ionic Auth Connect Plugin
- Alternatives to Ionic Enterprise Plugins
- Migrating from Ionic Appflow to Capawesome Cloud
- How to Use SQLite in a Capacitor App
- Capacitor Live Updates: Signing vs Encryption
- Capacitor Live Updates: Reliability & Uptime
- Best OTA Update Tools for Capacitor
- How to Sign In with Google Using Capacitor
- How to Sign In with Okta Using Capacitor
- How to Sign In with Azure Entra ID Using Capacitor
- How to Use Better Auth in Ionic and Capacitor Apps
- How to Detect the Network Status in a Capacitor App
Convert a Web App to a Mobile App
- 11 Steps to Get Your Web App on the App Store - End-to-end overview of the whole process, from web app to a live listing on both stores.
- Build Mobile Apps with Any Web Framework and Capacitor - Turn a React, Angular, Vue, or Svelte app into native iOS and Android apps.
- How to Wrap an Angular App with Capacitor and Firebase - Wrap an existing Angular app and connect it to Firebase.
- Convert Your Lovable App to iOS & Android Apps - Turn an app built with Lovable into native mobile apps.
- How to Create Your Apple Developer and Google Play Developer Accounts - Set up the developer accounts required to publish.
- iOS Certificates and Provisioning Profiles Explained - How iOS code signing works and how to set it up.
- How to Distribute iOS and Android Apps to Testers - Ship builds to testers before a public release.
- How to Prepare Your App Store Listing - Prepare the metadata, screenshots, and assets each store requires.
Videos
- Turn Your Lovable App into an iOS & Android App - Capawesome.
- Ionic & Capacitor for Building Native Mobile Apps – Full Course for Beginners - freeCodeCamp.
- From React Web to Native Mobile App with Capacitor & Ionic - Simon Grimm.
- How to Build a Native App from Angular Projects with Capacitor - Simon Grimm.
- Building a Native Mobile App with Next.js and Capacitor - Simon Grimm.
- How To Create A Mobile App Using Vite, Vue and Ionic Capacitor - Aaron Saunders.
- Build a Mobile App Fast! React + Capacitor + Tailwind + DaisyUI - Aaron Saunders.
- Building Modern Angular 17 Apps with Ionic and Standalone Components - Simon Grimm.
- Handling OAuth in Mobile Apps the Correct Way - Capawesome.
- How to use Biometrics in a Capacitor mobile app - Capawesome.
- How to Secure Sensitive Data Using Capacitor Vault Plugin - Capawesome.
- Capacitor SQLite Tutorial — CRUD, Transactions, and Real-World Usage - Capawesome.
- How to Setup Deep Links With Capacitor (iOS & Android) - Simon Grimm.
- Add Share Target to Your Capacitor App (Receive Links, Texts, Files & More) - Capawesome.
- How to Create Background Tasks in Ionic with Capacitor - Simon Grimm.
- The Ionic Image Guide with Capacitor (Capture, Store & Upload) - Simon Grimm.
- How to set up Capawesome Live Updates in a Capacitor App - Capawesome.
- Set Up a Full CI/CD Pipeline for Your Capacitor App (iOS + Android) - Capawesome.
- Cross-Platform Development: Exploring CapacitorJS with Mike Hartington - This Dot Media.
Official Plugins
- @capacitor/preferences - The Preferences API provides a simple key/value persistent store for lightweight data (replaces the deprecated Storage API).
Capawesome Plugins / Authentication & Security
- @capawesome-team/capacitor-biometrics - Face ID, fingerprint, and device-credential authentication.
- @capawesome-team/capacitor-oauth - OAuth 2.0 and OpenID Connect with PKCE and token refresh.
- @capawesome-team/capacitor-secure-preferences - Securely store sensitive data like tokens and passwords.
- @capawesome-team/capacitor-vault - Store key/value pairs in lockable, biometric-protected vaults.
- @capawesome/capacitor-app-integrity - Verify app and device integrity using Play Integrity and App Attest.
- @capawesome/capacitor-app-tracking-transparency - Read tracking status, request permission, and access the IDFA on iOS.
- @capawesome/capacitor-apple-sign-in - Sign in with Apple on Android, iOS, and Web.
- @capawesome/capacitor-facebook-sign-in - Sign in users with their Facebook account, including Limited Login on iOS.
- @capawesome/capacitor-google-sign-in - Sign in with Google on Android, iOS, and Web.
- @capawesome/capacitor-intune - Enforce Microsoft Intune app protection policies (MAM) with MSAL authentication.
- @capawesome/capacitor-passkeys - Create and authenticate with passkeys based on the WebAuthn standard.
- @capawesome/capacitor-password-autofill - Save passwords to the platform credential store after in-app login.
- @capawesome/capacitor-permissions - Check and request device permissions through one unified API.
- @capawesome/capacitor-privacy-screen - Hide sensitive content in the app switcher and block screenshots.
- @capawesome/capacitor-root-detection - Detect rooted and jailbroken devices, emulators, and developer mode.
Capawesome Plugins / Payments & Monetization
- @capawesome-team/capacitor-admob - Monetize your app with banner, interstitial, rewarded, and app open ads.
- @capawesome-team/capacitor-purchases - Native in-app purchases and subscriptions with StoreKit 2 and Google Play Billing.
- @capawesome/capacitor-square-mobile-payments - Accept in-person payments with the Square SDK.
- @capawesome/capacitor-superwall - Manage paywalls and subscriptions with the Superwall SDK.
Capawesome Plugins / Media & Audio
- @capawesome-team/capacitor-audio-player - Play audio through the device speakers with background support.
- @capawesome-team/capacitor-audio-recorder - Record audio from the device microphone.
- @capawesome-team/capacitor-media-session - Show media controls and metadata on the lock screen.
- @capawesome-team/capacitor-speech-recognition - Transcribe speech into text (speech-to-text).
- @capawesome-team/capacitor-speech-synthesis - Synthesize speech from text (text-to-speech).
- @capawesome/capacitor-audio-session - Configure and observe the iOS audio session, output routing, and interruptions.
- @capawesome/capacitor-cloudinary - Upload files directly from the filesystem to Cloudinary.
- @capawesome/capacitor-exif - Losslessly read, write, and strip EXIF image metadata including HEIC.
- @capawesome/capacitor-photo-editor - Edit photos with filters, cropping, and annotations.
- @capawesome/capacitor-photo-manipulator - Headless crop, resize, rotate, flip and HEIC-to-JPEG image conversion.
- @capawesome/capacitor-realtimekit - Add real-time audio, video, and chat to your app.
- @capawesome/capacitor-youtube-player - Embed and control inline YouTube players.
Capawesome Plugins / Scanning
- @capawesome-team/capacitor-barcode-scanner - Scan barcodes and QR codes with the camera or from images.
- @capawesome-team/capacitor-document-scanner - Scan documents with automatic edge detection and JPEG or PDF output.
Capawesome Plugins / Files & Storage
- @capawesome-team/capacitor-file-compressor - Compress images and other files.
- @capawesome-team/capacitor-file-manager - Read, write, copy, and move files and directories with persistent folder access.
- @capawesome-team/capacitor-file-opener - Open files like PDF, DOCX, and XLSX in their default app.
- @capawesome-team/capacitor-file-transfer - Download and upload files with progress, pause and resume, and background support.
- @capawesome-team/capacitor-zip - Zip and unzip files and directories, with encryption support.
- @capawesome/capacitor-asset-manager - Read and copy files from the native app bundle.
- @capawesome/capacitor-file-picker - Let users pick files, images, or videos from the device.
- @capawesome/capacitor-pdf-generator - Generate paginated PDF files from HTML content or a URL.
- @capawesome/capacitor-pdf-viewer - Display PDF documents in a fullscreen native viewer.
Capawesome Plugins / Databases
- @capawesome-team/capacitor-sqlite - Access encrypted SQLite databases with migrations and transactions.
- @capawesome/capacitor-libsql - Work with libSQL databases in your app.
Capawesome Plugins / Device & Sensors
- @capawesome-team/capacitor-accelerometer - Read acceleration force along the x, y, and z axes.
- @capawesome-team/capacitor-barometer - Read air pressure and altitude from the barometer sensor.
- @capawesome-team/capacitor-bluetooth-low-energy - Communicate with BLE devices, including headless tasks.
- @capawesome-team/capacitor-calendar - Create, read, update, and delete calendars and events with recurrence support.
- @capawesome-team/capacitor-contacts - Read, write, and select device contacts.
- @capawesome-team/capacitor-geocoder - Geocode and reverse-geocode addresses and coordinates.
- @capawesome-team/capacitor-nfc - Read, write, and emulate NFC tags.
- @capawesome-team/capacitor-pedometer - Count steps and track distance traveled.
- @capawesome-team/capacitor-wifi - Manage Wi-Fi connectivity and network connections.
- @capawesome/capacitor-battery - Read the battery level, state, and low power mode, and listen for changes.
- @capawesome/capacitor-compass - Read the device compass heading with live updates and true north on iOS.
- @capawesome/capacitor-device-info - Read device model, OS, memory, and per-install identifier.
- @capawesome/capacitor-gyroscope - Read the device's gyroscope sensor with real-time rotation rate measurements.
- @capawesome/capacitor-haptics - Trigger impacts, notifications, vibrations, and custom haptic patterns.
- @capawesome/capacitor-network - Read network status and type, and listen for changes.
- @capawesome/capacitor-proximity-sensor - Read the device proximity sensor with real-time measurement updates.
- @capawesome/capacitor-shake - Detect physical shake gestures with configurable sensitivity.
- @capawesome/capacitor-silent-mode - Detect silent mode, read the ringer mode, and listen for changes.
- @capawesome/capacitor-sim - Read SIM card and carrier information such as name and country code.
- @capawesome/capacitor-thermal-state - Read the device thermal state before the OS throttles your app.
- @capawesome/capacitor-torch - Toggle the device flashlight.
- @capawesome/capacitor-volume - Control the volume and observe hardware volume button presses.
Capawesome Plugins / Location
- @capawesome-team/capacitor-background-geolocation - Track the device location in the background with native HTTP sync.
- @capawesome-team/capacitor-geofences - Monitor circular regions and receive transitions, even while the app is terminated.
Capawesome Plugins / Health & Fitness
- @capawesome-team/capacitor-health - Read and write health and workout data via Health Connect and HealthKit.
Capawesome Plugins / App Experience & UI
- @capawesome-team/capacitor-datetime-picker - Show a native date and time picker.
- @capawesome-team/capacitor-printer - Print HTML, PDFs, files, and web views.
- @capawesome-team/capacitor-share-target - Receive text, links, and files shared from other apps.
- @capawesome/capacitor-action-sheet - Present native action sheets with styled and destructive buttons.
- @capawesome/capacitor-age-signals - Retrieve age-assurance signals to gate sensitive content.
- @capawesome/capacitor-alarm - Create real system alarms and timers via AlarmKit.
- @capawesome/capacitor-app-icon - Change the app icon at runtime by switching between alternate icons.
- @capawesome/capacitor-app-language - Manage the app's language override independently of the device language.
- @capawesome/capacitor-app-launcher - Check whether an app can open and launch it.
- @capawesome/capacitor-app-review - Request in-app store reviews and ratings.
- @capawesome/capacitor-app-shortcuts - Add home-screen shortcuts for quick actions.
- @capawesome/capacitor-background-task - Run tasks after the app moves to the background.
- @capawesome/capacitor-badge - Set and clear the app icon badge count.
- @capawesome/capacitor-clipboard - Read and write clipboard text, HTML, images, and URLs.
- @capawesome/capacitor-dialog - Show native alert, confirm, and prompt dialogs.
- @capawesome/capacitor-home-indicator - Hide and show the iOS home indicator for fullscreen experiences.
- @capawesome/capacitor-in-app-browser - Open URLs in the external browser, system browser, or embedded web view.
- @capawesome/capacitor-keep-awake - Keep the device screen awake and prevent it from sleeping.
- @capawesome/capacitor-localization - Read the user's preferred locales, time zone, and regional formatting.
- @capawesome/capacitor-mail-composer - Open the native email composer prefilled with recipients, subject, and attachments.
- @capawesome/capacitor-maplibre - Render native MapLibre maps with markers, polylines, and GeoJSON layers.
- @capawesome/capacitor-maps-launcher - Launch navigation apps with turn-by-turn directions to a destination.
- @capawesome/capacitor-nodejs - Run a full Node.js runtime in your app.
- @capawesome/capacitor-phone-dialer - Open the native phone dialer prefilled with a number.
- @capawesome/capacitor-pixlive - Display augmented reality content with the PixLive SDK by Vidinoti.
- @capawesome/capacitor-screen-brightness - Read, set, and reset the app's screen brightness.
- @capawesome/capacitor-screen-orientation - Lock the screen to portrait, landscape, or any mode.
- @capawesome/capacitor-screenshot - Capture and save screenshots.
- @capawesome/capacitor-settings-launcher - Open native app, notification, and system settings screens.
- @capawesome/capacitor-sms-composer - Open the native SMS composer prefilled with recipients and a body.
- @capawesome/capacitor-text-interaction - Enable or disable WebView text selection and callout menus on iOS.
- @capawesome/capacitor-text-zoom - Read and control the WebView text zoom level.
- @capawesome/capacitor-toast - Show native toast notifications with position and duration.
- @capawesome/capacitor-wallet - Add passes to Apple Wallet and Google Wallet from your app.
Capawesome Plugins / Accessibility
- @capawesome/capacitor-accessibility-preferences - Read the user's system accessibility preferences like font scale and reduce motion.
- @capawesome/capacitor-screen-reader - Detect screen readers and post accessibility announcements.
Capawesome Plugins / App Updates
- @capawesome/capacitor-app-update - Check for and prompt users to install app store updates.
- @capawesome/capacitor-live-update - Ship over-the-air updates with auto-update and rollback.
Capawesome Plugins / Android
- @capawesome-team/capacitor-android-dark-mode-support - Add dark mode support via the prefers-color-scheme media feature.
- @capawesome-team/capacitor-android-foreground-service - Run foreground services with notifications.
- @capawesome/capacitor-android-battery-optimization - Manage battery optimization and Doze exemptions.
- @capawesome/capacitor-android-edge-to-edge-support - Enable edge-to-edge display and style the system bars.
- @capawesome/capacitor-android-intent-launcher - Launch arbitrary Android intents, start activities, and read their results.
- @capawesome/capacitor-android-sms-retriever - OTP autofill via the SMS User Consent and Phone Number Hint APIs.
- @capawesome/capacitor-light-sensor - Read real-time ambient light illuminance in lux via event listeners.
- @capawesome/capacitor-managed-configurations - Read MDM-managed app configuration settings.
- @capawesome/capacitor-navigation-bar - Customize the Android navigation bar.
- @capawesome/capacitor-system-webview - Detect an outdated Android System WebView and guide users to update.
Capawesome Plugins / Platforms
- @capawesome/capacitor-electron - Build, run, and package desktop apps for macOS, Windows, and Linux.
- @capawesome/capacitor-tauri - Build lean, secure desktop apps with tiny binaries for macOS, Windows, and Linux.
Capawesome Plugins / Wearables
- @capawesome-team/capacitor-watch - Exchange messages, user info, and state with Apple Watch and Wear OS apps.
Capawesome Plugins / Analytics & Feedback
- @capawesome/capacitor-formbricks - Run surveys and collect user feedback with Formbricks.
- @capawesome/capacitor-grafana-faro - Send logs, errors, and crash reports to Grafana Faro.
- @capawesome/capacitor-install-referrer - Read install attribution data from Play Install Referrer and Apple Ad Services.
- @capawesome/capacitor-posthog - Track events and user interactions with PostHog.
Capawesome Plugins / Customer Support & Chat
- @capawesome/capacitor-crisp - Add the Crisp chatbox, helpdesk, and push notifications to your app.
- @capawesome/capacitor-intercom - Present the Intercom Messenger with identity verification and push notifications.
Capawesome Plugins / AI
- @capawesome-team/capacitor-llm - Run on-device AI with Gemini Nano and Apple Intelligence.
Capawesome Plugins / ML Kit
- @capacitor-mlkit/barcode-scanning - Capacitor plugin for ML Kit Barcode Scanning.
- @capacitor-mlkit/document-scanner - Capacitor plugin for ML Kit Document Scanner.
- @capacitor-mlkit/face-detection - Capacitor plugin for ML Kit Face Detection.
- @capacitor-mlkit/face-mesh-detection - Capacitor plugin for ML Kit Face Mesh Detection.
- @capacitor-mlkit/selfie-segmentation - Capacitor plugin for ML Kit Selfie Segmentation.
- @capacitor-mlkit/subject-segmentation - Capacitor plugin for ML Kit Subject Segmentation.
- @capacitor-mlkit/translation - Capacitor plugin for ML Kit Translation.
Capacitor Community / ML Kit
- @capacitor-community/google-maps (⭐162) - Capacitor Plugin using native Google Maps SDK for Android and iOS.
Capgo / ML Kit
- @capgo/camera-preview (⭐50) - Capacitor plugin that allows camera interaction from HTML code (fork).
- @capgo/native-audio (⭐75) - Capacitor plugin for native audio engine (fork).
- @capgo/native-market (⭐16) - Capacitor community plugin for native market for Play Store/App Store.
Transistor Software / ML Kit
- @transistorsoft/capacitor-background-fetch (⭐92) - Periodic callbacks in the background for both iOS and Android.
- @transistorsoft/capacitor-background-geolocation (⭐143) - Background location tracking and geofencing with battery-conscious motion-detection intelligence for iOS and Android.
Other Creators / ML Kit
- @teamhive/capacitor-video-recorder (⭐61) - Video recorder plugin for Capacitor.
- capacitor-video-player (⭐130) - Capacitor Video Player Plugin.
- send-intent (⭐133) - This is a Capacitor plugin meant to be used in Ionic applications for checking if your App was targeted as a share goal.
Firebase Plugins / ML Kit
- @capacitor-firebase/analytics - Capacitor plugin for Firebase Analytics.
- @capacitor-firebase/app-check - Capacitor plugin for Firebase App Check.
- @capacitor-firebase/app - Capacitor plugin for Firebase App.
- @capacitor-firebase/authentication - Capacitor plugin for Firebase Authentication.
- @capacitor-firebase/crashlytics - Capacitor plugin for Firebase Crashlytics.
- @capacitor-firebase/firestore - Capacitor plugin for Firebase Cloud Firestore.
- @capacitor-firebase/functions - Capacitor plugin for Firebase Cloud Functions.
- @capacitor-firebase/messaging - Capacitor plugin for Firebase Cloud Messaging.
- @capacitor-firebase/performance - Capacitor plugin for Firebase Performance Monitoring.
- @capacitor-firebase/remote-config - Capacitor plugin for Firebase Remote Config.
- @capacitor-firebase/storage - Capacitor plugin for Firebase Cloud Storage.
Firebase Guides / ML Kit
- Track App Events with Firebase Analytics in Capacitor
- Capacitor Firestore: Real-Time Data & Offline Sync
- Upload & Manage Files with Firebase Storage in Capacitor
Firebase Demo Apps / ML Kit
- capacitor-firebase-authentication-demo (⭐32) - Simple Ionic Angular app to demonstrate the use of the Capacitor Firebase Authentication plugin.
- capacitor-firebase-plugin-demo (⭐22) - Simple Ionic Angular app to demonstrate the use of certain Capacitor Firebase plugins.
- ionic-capacitor-firebase-messaging-demo (⭐3) - Simple Ionic Angular app to demonstrate the use of the Capacitor Firebase Messaging plugin.
Demo Apps / ML Kit
- capacitor-plugin-demo (⭐129) - Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
- capacitor-mlkit-plugin-demo (⭐51) - Simple Ionic Angular app to demonstrate the use of certain Capacitor ML Kit plugins.
- ionic-capacitor-barcode-scanner-demo (⭐16) - Simple Ionic Angular app to demonstrate the use of the Capacitor ML Kit Barcode Scanning plugin.
- capacitor-sqlite-angular-demo (⭐2) - Simple Ionic Angular app to demonstrate the use of the Capacitor SQLite plugin.
- capacitor-sqlite-react-demo (⭐1) - Simple Ionic React app to demonstrate the use of the Capacitor SQLite plugin.
- capacitor-oauth-demo (⭐1) - Simple Capacitor app to demonstrate the use of the OAuth plugin.
- capacitor-vault-demo (⭐2) - Simple Ionic Angular app to demonstrate the use of the Capacitor Vault plugin.
- capacitor-biometrics-demo (⭐1) - Learn how to add biometric authentication to your Capacitor app using the Capawesome Biometrics plugin.
- capacitor-nfc-demo (⭐15) - Simple Ionic Angular app to demonstrate the use of the Capacitor NFC plugin.
- capacitor-share-target-demo (⭐3) - Simple Capacitor app to demonstrate the use of the Share Target plugin.
- capacitor-audio-recorder-demo (⭐0) - Simple Capacitor app to demonstrate the use of the Audio Recorder plugin.
- capacitor-privacy-screen-demo (⭐1) - Simple demo app to demonstrate the use of the Capacitor Privacy Screen plugin.
- capacitor-live-update-demo (⭐6) - Simple Ionic app to demonstrate the use of the Capacitor Live Update plugin.
- capacitor-angular-starter-guide-demo (⭐7) - Simple Ionic Angular app, built as part of the Capawesome starter guide.
Tools / ML Kit
- Docgen (⭐13) - Docs Readme Markdown and JSON Generator for Capacitor Plugins.
- Plugin generator (⭐121) - Create a new Capacitor plugin.
- Assets (⭐583) - Local Capacitor icon/splash screen resource generation tool.
- Capver (⭐21) - CLI for managing versions in a Capacitor project across multiple platforms.
- Tailwind Capacitor (⭐21) - Collection of helper plugins for Tailwind, it adds safe area classes and other utilities.
- Capacitor Safe Area Simulator - Chrome extension to simulate safe area in the browser, it supports Ionic, Konsta UI and Tailwind Capacitor.
- Android Keystore Generator - Generate Android keystores for app signing directly in the browser.
- iOS Certificate Generator - Generate iOS signing certificates directly in the browser, without sending data to a server.
- iOS UDID Finder - Find the UDID of an iPhone or iPad without a Mac, Xcode, or iTunes.
- Capawesome Cloud Live Updates - Push over-the-air updates to users to fix bugs and release features without an app store review.
- Capawesome Cloud Native Builds - Build signed iOS and Android binaries in the cloud from any operating system, without a Mac.
- Capawesome Cloud App Store Publishing - Publish builds to TestFlight, the App Store, Google Play, and Firebase App Distribution.
- Capawesome Cloud Automations - Turn a git push into a native build, live update, or app store submission automatically.
Apps Built with Capacitor / ML Kit
- snapAddy - B2B contact data capture app with more than 200,000 monthly active users.
- StoryHunt - Travel app with interactive maps and audio tours, built with Ionic, Angular, and Capacitor.
Showcase / ML Kit
- Appreciation Jar - Privacy-first app to send appreciative messages to your partner.
- CostPal - Price tracking app for Costco purchases.
- LEAGUES - Immersive football viewing app.
- MyBodyTutor - Personalized nutrition and weight loss coaching app.
- More showcases - Full list of Capawesome showcases.
- Capawesome case studies - Full list of Capawesome case studies.
Freelancers / ML Kit
- Dayana Jabif - Ionic Developer Expert, creator of multiple mobile apps and Capawesome team member.
10. Magictools
Graphics / Animation
- 🎉 NixieFX - Free browser-based particle and VFX editor for Three.js and PixiJS web games, with an open-source runtime.
Engines and Frameworks / Voxel Editors
- 🎉 Codename One (⭐1.9k) - Cross-platform Java framework with beta game APIs and a visual Game Builder for 2D and 3D games.
AI / Voxel Editors
- 💸 Ludo.ai - AI sprite generator for game-ready 2D assets, extending to icons, UI, textures, music, 3D and video, in 30+ art styles or matched to your own style references. Ships an MCP server, REST API and Unity plugin.
11. Awesome Game Engine Dev
Learning / Engine Development
- Developer Blogs
- 📚 Bits, Pixels, Cycles and More - Graphics, optimization and low-level engine programming.
- 📚 Bitsquid Development Blog - Archived engine architecture, rendering and tools articles.
- 📚 cybereality - Custom 3D engine development, graphics and game technology.
- 📚 Digital Grove - Low-level programming, tools, UI, debugging and game engines.
- 📚 Harold Serrano - Engine architecture, graphics and building the Untold Engine.
- 📚 Our Machinery Blog Archive - Engine architecture, rendering, ECS and tooling.
- 📚 The Danger Zone - Real-time rendering, GPU programming and graphics APIs.
- 📚 The ryg blog - Low-level programming, graphics, compression and computer architecture.
- 📚 Wicked Engine Devblog - Rendering, graphics and engine development in Wicked Engine.
12. Awesome Game Remakes
Adventure
- v64tng (⭐2) - Game Engine re-creation of The 7th Guest
Racing
- Quarantine (⭐0) - Game Engine re-creation of Quarantine by Imagexcel
13. Awesome Cl
Zed / Third-party APIs
- zed-dl (⭐15) - Common Lisp language support for the Zed editor with integrated LSP server and Jupyter kernel support. Built with LLMs. NEW in 2026.
14. Awesome Windows
Audio
- DuckDeck - Global hotkeys for your music volume that work inside fullscreen games, with automatic ducking when someone talks in Discord.
File Management
- File Renamer X - Fast batch file renamer supporting stackable actions, metadata, Exif data, regex, sequential numbering, and more.
15. Awesome Lit
Starter Templates
- Vite Lit + Intlayer (⭐3) - Per-component i18n solution for app and design-systems.
Extensions
lit-intlayer- Making a lit application multilingual using Intlayer.
16. Awesome Docker
Image Lifecycle / Registry
- Granite Registry - 💴 Store private Docker images alongside the workloads that pull them, with scoped read-only and read-write keys.
User Interfaces / Desktop
- Gantry (Desktop) (⭐52) - Native macOS app (SwiftUI, no Electron) for managing and monitoring Docker hosts, local and over SSH: fleet dashboard, live logs and stats, exec terminal, file browser, and a bundled MCP server for AI agents.
User Interfaces / Terminal
- bosun (⭐4) - A keyboard-driven terminal UI for Docker with compose project grouping, live logs, stats, and shell access.
- layerx (⭐117) - Inspect container image layers in a TUI — browse filesystem diffs, view file contents inline, sort by size, extract individual files, and gate CI on efficiency thresholds. Supports Docker, Podman, and OCI archives.
User Interfaces / Web
- Docker Commander (⭐3) - A self-hosted Docker management and monitoring UI with multi-host support, Compose management, aggregated logs, alerts, RBAC, vulnerability scanning, and MCP integration.
- DockScope (⭐104) - Visualizes Docker containers in a 3D dependency graph with live metrics, logs, and an in-browser terminal.
Developer Workflow / Development Environment
- Laradock (⭐13k) - Full PHP development environment based on Docker, running Nginx/Apache, PHP, MySQL, Redis and more as swappable Compose services.
17. Awesome Embedded Rust
Books, blogs, and training materials / Paid and commercially available materials
- Embedded Software with Rust - A practical introduction to building firmware that is fast, efficient, and far safer than traditional embedded software written in C or C++.
18. Awesome K6
Videos
- QAPractices Load Testing with k6 - Practical guide to load, stress and soak testing with k6 and Grafana.
19. Awesome Rails
Gems / Other external resources
- scryer (⭐4) - A security auditing & static analysis tool that scans Rails apps for vulnerabilities, performance issues, and code quality problems. 🔴
20. Public Apis
Art & Design
API: Iconify
Description: Search and fetch SVG icons from 200+ open source icon sets
Auth: No
HTTPS: Yes
CORS: Yes
Blockchain
API: Get Started with Web3 (⭐612)
Description: Bilingual Web3 lessons, glossary search and role-based learning paths
Auth: No
HTTPS: Yes
CORS: Yes
Data Validation
API: Attestwire
Description: Validate EN 16931 e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS
Auth:
apiKeyHTTPS: Yes
CORS: Yes
API: Temsor
Description: Validates Turkish national ID, tax number, IBAN, phone, plate and parses addresses
Auth:
apiKeyHTTPS: Yes
CORS: Yes
:
Development
API: Bored
Description: Find random activities to fight boredom
Auth: No
HTTPS: Yes
CORS: Unknown
API: Micro-SaaS AI Suite
Description: 8 serverless AI APIs for sentiment analysis, copy generation, email verification, & OCR
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
API: Orca Scan
Description: Generate barcode images (QR, Code 128, EAN, Data Matrix and more) in SVG, PNG, JPG or PDF
Auth: No
HTTPS: Yes
CORS: Yes
API: uchecker
Description: Bulk email verification with full SMTP server responses
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Environment
API: kanari
Description: Real-time worldwide wildfire detections, water bomber tracking and open fire archive
Auth: No
HTTPS: Yes
CORS: Yes
Games & Comics
API: PokéSprite
Description: Database of Pokémon sprites and icons
Auth: No
HTTPS: Yes
CORS: Yes
API: Rblxdb
Description: Verified Roblox music codes and decal IDs with live working status
Auth: No
HTTPS: Yes
CORS: Yes
API: SteamGPT
Description: Steam profiles, SteamID conversion, VAC/game bans, FACEIT stats and friends
Auth: No
HTTPS: Yes
CORS: Yes
Geocoding
API: ipwhois
Description: IP geolocation with country, city, coordinates, ISP, timezone and flag data
Auth: No
HTTPS: Yes
CORS: Yes
Government
API: DistrictAPI
Description: US school districts and schools by address, with enrollment and boundaries
Auth:
apiKeyHTTPS: Yes
CORS: Yes
API: Vett
Description: Screen names & companies against OFAC, PEP, watchlists & recalls
Auth: No
HTTPS: Yes
CORS: Yes
Machine Learning
API: Google Gemini
Description: Multimodal generative AI for text, vision, and code generation
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Open Data
API: CuttingToolsAI
Description: Cross-brand carbide insert grade equivalents by ISO application class
Auth: No
HTTPS: Yes
CORS: Yes
Security
API: CSR.plus
Description: Generate certificate signing requests and private keys without OpenSSL
Auth: No
HTTPS: Yes
CORS: Yes
Shopping
API: Sparepilot
Description: Spare parts catalog, OEM cross-references & price comparison for garden power equipment
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Sports & Fitness
API: Football Charts
Description: Tables, results, model probabilities and Monte Carlo season projections for 93 leagues
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Video
API: Shotstack
Description: Cloud video editing API to create and render videos programmatically
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
API: VidWords
Description: YouTube transcripts and subtitles as TXT, SRT, VTT or DOCX, plus AI video analysis
Auth:
apiKeyHTTPS: Yes
CORS: No
Weather
API: World Time & Weather
Description: Current weather, local time, UTC offset and DST rules for 400 cities as static JSON
Auth: No
HTTPS: Yes
CORS: Yes
21. Free for Dev
APIs, Data, and ML
- Pexafy - Semantic image search API across 9 free photo sources (Unsplash, Pexels, Pixabay, Kaboompics & more), 9M+ photos under one JSON schema instead of one integration per source. Plain-language queries, reverse image search, filters on color, orientation and license. CORS is open on read endpoints, so it runs from the browser. The free plan includes 5,000 API requests/month and 1 key, no app review.
- finlight - Real-time financial news API with entity resolution (tickers, ISIN) and sentiment tagging, available over REST, WebSocket, webhooks and an MCP server. Free tier: 5,000 requests/month on both REST and MCP, 12-hour delayed articles, no card required.
Testing
- Sample Files - Collection of free test files across video, audio, document and archive formats, useful for testing and QA.
Cloud management solutions
- Cloud Cost Analyzer - Scan AWS and Azure for cost waste with 92 automated checks including idle NAT gateways, gp2 volumes, and over-provisioned instances. Get savings estimates in a read-only, developer-first CLI. Free tier covers up to 5,000 resources per scan on one AWS account. Paid tiers add resource IDs and exact remediation steps.
Monitoring
- LastPing - Dead man's switch for AI agents, cron jobs and CI. Free for individuals with unlimited monitors and destinations. Let AI agents build monitoring for everything including themselves.
22. Awesome React
React Routing
- speedy-router (⭐147) - TanStack Router API rebuilt for faster navigations and SSR
23. Awesome Javascript
Misc / Other
- enum-plus (⭐202) - A drop-in enhancement for native TypeScript enums, adding display text, internationalization and full type safety.
24. Awesome Crystal
C bindings
- wgpu-cr (⭐2) - Bindings for wgpu-native (⭐1.4k) (WebGPU)
Network Protocols
- crystal-swim (⭐9) - Decentralized cluster discovery and eventually consistent failure detection using SWIM
LSP Language Server Protocol Implementations
- ameba-ls (⭐44) - Language Server for the Ameba (⭐561) linter
25. Awesome Neovim
AI / Diagnostics
- saya-ashen/agent-workbench.nvim (⭐3) - Workspace frontend for pi.dev with sessions, diff review, and persistent shell worksheets.
File Explorer / Markdown and LaTeX
- Dev-Addict/FloatingFile.nvim (⭐2) - Quickly preview any readable file in a centered floating window without replacing the current buffer.
Buffers / Markdown and LaTeX
- iago-lito/bufmarks.nvim - Navigation method inspired from Harpoon, but indexing buffers with "mark"-like keys instead of an ordered list.
Git / Quickfix
- Darkskittlz/GitCompanion (⭐3) - A lightweight, terminal-native Git interface. Inspect diffs, manage branches, stage modified files, manage stashes, and handle merges or commits.
Motion / Tree-sitter Based
- iago-lito/tree-spider.nvim - Tree-sitter aware local motions and distant node selection.
Editing Support / Scrollbar
- iago-lito/lastput.nvim - One mapping to (re)select the last piece of text you've pasted.
26. Awesome Open Hardware
Design Tools / Mechanical and Electrical
- Elmer (⭐1.7k) - A software suite for running finite element method simulations.
- FreeCAD - A mechanical computer-aided design program for designing 3D parametric parts.
- KiCad - An electronic design automation program for designing printed circuit boards.
- KiCad StepUp (⭐682) - A mechanical collaboration tool for moving projects between KiCad and FreeCAD.
- Ngspice - A mixed-signal electronic circuit simulator.
Design Tools / Integrated Circuit
- KLayout - A tool for viewing and editing integrated circuit layouts.
- LibreLane - An infrastructure library for creating integrated circuit design flows.
- Magic - A VLSI layout tool, primarily used for analog layout.
- OpenRAM - A framework for creating SRAM netlists, layouts, and more.
- OpenROAD - An application that implements an RTL-to-GDSII flow.
- SkyWater PDK (⭐3.7k) - A process design kit for SkyWater's 130 nm process node.
- Surfer - An extensible and snappy waveform viewer.
- Verilator - A program for simulating HDL code.
- Yosys - A framework for RTL synthesis.
27. ALL About RSS
Apps / Outline Processor Markup Language
Self Hosted Readers / Outline Processor Markup Language
Podcast apps that will work with your custom RSS link / Crypto or Blockchain relevant
Podcast Feed Validator / Crypto or Blockchain relevant
28. Awesome Material
Other
- Material Toolkit for LabVIEW (⭐25) - Material Design for LabVIEW applications; import, modify, and use generated themes.
29. Awesome Readme
Examples
- electrikhq/slate (⭐11) - Project banner, status badges, and a tidy table of contents. Screenshot gallery of the docs site, a short why-this-readme comparison table, quickstart and usage snippets, and clear links out to full documentation.
30. Awesome Microservices
Frontend / UI / Scala
- MiniApp White Paper - MiniApp standardization white paper.
API Gateways / Edge Services / Scala
- Apache APISIX - High-performance, real-time API gateway and AI gateway built on NGINX and etcd, with hot-reloaded routing and 100+ plugins.
Local Development / Scala
- mirrord - Run local code as if it were a pod in a remote Kubernetes cluster.
Reactivity / Scala
- Arroyo (⭐5k) - Distributed stream processing engine to transform, filter, aggregate, and join data streams by writing SQL.
Testing / Scala
- MockServer - Mocking, debugging proxy and chaos engineering for multiple protocols (HTTP, gRPC, GraphQL, LLM, MCP, Kafka, TCP and more); mock dependencies, record/replay traffic, verify requests, and inject faults for integration and resilience testing.
31. Awesome Cropsteering
Storing Data / Modular systems
- TimescaleDB (⭐23k) - Time-series database packaged as a Postgres extension, well suited to sensor telemetry
- VictoriaMetrics (⭐18k) - Fast, cost-effective time-series database and monitoring solution
- QuestDB (⭐17k) - High-performance open-source time-series database with SQL and InfluxDB line protocol support
- Apache IoTDB (⭐6.4k) - Time-series database designed for IoT: edge-to-cloud sync and high-frequency sensor ingestion
AI/ML
- PlantCV (⭐816) - Open-source plant phenotyping and image analysis library from the Danforth Plant Science Center
- PlantVillage Dataset (⭐952) - Open dataset of 54k+ images of healthy and diseased plant leaves across 14 crop species and 26 diseases
- PlantDoc Dataset (⭐429) - Dataset for visual plant disease detection in real (non-lab) conditions
- AgML (⭐327) - Centralized framework for agricultural machine learning: public datasets, benchmarks, pretrained models and synthetic data generation
Grow Automation
- FarmBot OS (⭐1.2k) - Operating system for FarmBot, the open-source CNC farming robot, running on Raspberry Pi
- reef-pi (⭐438) - Raspberry Pi based controller with pH monitoring, dosing pumps, ATO and timers. Aquarium-focused but directly reusable for hydroponic reservoir control
- TerrariumPI (⭐469) - Raspberry Pi automation for enclosed environments: climate, lighting, watering and webcams
- SuperGreenOS (⭐220) - ESP32 all-in-one grow controller firmware with mobile app control
- Hydruino (⭐95) - Fully configurable hydroponics automation controller for Arduino-compatible MCUs, offline with no cloud dependency
- Isley (⭐84) - Self-hosted cannabis grow journal with sensor tracking for AC Infinity controllers and Ecowitt soil sensors
Calculators
- HydroBuddy (⭐128) - Open-source hydroponic nutrient solution calculator
- Athena Batch Tank Nutrient Calculator (⭐5) - Self-hosted offline dosing calculator for the Athena nutrient and foliar range
- Trym VPD Calculator - Free VPD calculator with leaf-temperature offset and stage-specific target charts
- Pulse VPD Guide and Calculator - Detailed VPD explainer with interactive calculator and charts
Node RED / Node RED flows
- Home Automation Repository (⭐1) - repository contains configuration files for a home automation system, including various sensors, inputs, and automation scripts
Home Assistant / Home Assistant Automation
- HA-Irrigation-Strategy (⭐18) - Crop steering irrigation strategy (P0-P3 phases) for Home Assistant with GUI blueprint configuration
- Home Assistant Plant (⭐853) - Alternative Plant component with thresholds, species data and daily light integral
- OpenPlantbook integration (⭐558) - Fetches per-species care thresholds from OpenPlantbook.io
- Smart Irrigation (⭐546) - Calculates irrigation duration and volume from evapotranspiration data
- Irrigation Unlimited (⭐453) - Feature-rich irrigation controller: unlimited zones, sequences, seasonal adjustment
- AC Infinity integration (⭐196) - Home Assistant integration for AC Infinity UIS grow-tent controllers
- OpenGrowBox-HA (⭐58) - Autonomous grow-room control: VPD, climate, lighting, CO2 and irrigation over Zigbee/ESPHome/Tasmota/MQTT
Home Assistant / Home Assistant UI
- Lovelace Flower Card (⭐505) - Flower card matching the custom plant integration
- VPD Chart Card (⭐46) - Lovelace VPD chart card for grow rooms
Facility management / Home Assistant UI
- farmOS (⭐1.3k) - Web-based farm record keeping and management application
- Cannlytics (⭐80) - Open-source cannabis data pipelines and lab analytics tooling
ESPHome / ESPHome Configs
- Aquaponics-Kit (⭐6) - Code for Atlas Scientific Wi-Fi Aquaponics Kit to be compatible with ESPHome and HomeAssistant using Adafruit HUZZAH32 – ESP32 Feather Board
- sdi12-esphome (⭐8) - SDI-12 sensor interface component for ESPHome
- Growlink Terralink for ESPHome (⭐0) - ESP32/ESPHome reading a Growlink Terralink TDR substrate sensor over SDI-12, exposing VWC/pwEC/temp to Home Assistant for coco and rockwool
Tasmota / Tasmota Configs
- Tasmota-Hydroponics-Controller (⭐4) - Tasmota Berry scripts for grow-tent and hydro VPD control: lights, pump, humidifier, PWM fans
Components / Tasmota Configs
- Seeed Studio - various modules and components based on ESP32 and other MCU
DIY / Modular systems
- b-parasite (⭐2.4k) - Open-hardware wireless (BLE/Zigbee) soil moisture, temperature/humidity and light sensor with PCB and firmware
- Chirp i2c-moisture-sensor (⭐256) - The canonical open-hardware I2C capacitive soil moisture sensor
- Makerfabs LoRa Soil Moisture Sensor (⭐62) - Open hardware and firmware LoRa capacitive soil moisture node, LoRaWAN variant available
Metrics and Logging / Modular systems
- Arduino-SDI-12 (⭐186) - The de-facto Arduino library for SDI-12 communication with environmental sensors, no extra hardware needed
- ModularSensors (⭐89) - Arduino library giving environmental sensors (including SDI-12 and Modbus soil probes) a common datalogger interface
- ESP32-SDI12 (⭐17) - SDI-12 library for ESP32 microcontrollers
- Industrial-Soil-Sensor-RS485 (⭐53) - ESP32 sketches for industrial RS485 Modbus soil moisture/temp/EC/pH/NPK probes
- Telegraf (⭐18k) - Plugin-driven agent for collecting and shipping metrics (MQTT, Modbus, sensors) to InfluxDB and others
MQTT / Modular systems
- Mosquitto (⭐11k) - Mosquitto is an open source implementation of a server for version 5.0, 3.1.1, and 3.1 of the MQTT protocol
- OpenMQTTGateway (⭐4.1k) - ESP32 MQTT gateway bridging BLE (Mi Flora, b-parasite), 433MHz, IR and LoRa sensors to your broker
- Theengs Gateway (⭐174) - Multi-platform BLE-to-MQTT gateway decoding hundreds of sensors, with Home Assistant auto-discovery
- miflora-mqtt-daemon (⭐623) - Linux daemon pushing Xiaomi Mi Flora plant sensor data to MQTT
Visualization platforms / Modular systems
- ThingsBoard (⭐22k) - Open-source IoT platform: device management, MQTT data collection, rule engine and dashboards
Crop Steering Guides / Modular systems
- AROYA Crop Steering Guide - In-depth free guide on substrate sensors, dryback strategy and P1/P2/P3 irrigation phases from METER Group's AROYA team
- Cornell CEA - Cornell University's Controlled Environment Agriculture program: free research publications on greenhouse engineering, hydroponics and lighting
Other Awesome Lists / Modular systems
32. Open Source Flutter Apps
Productivity
- AppFlowy (⭐75k) - Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.
- Butterfly (⭐2k) - Butterfly is a Flutter note-taking and drawing app whose central object is an infinite canvas — pages hold freehand ink, text, shapes, images, areas, and waypoints in a custom
.bflydocument model, with optional WebDAV sync, OneNote import, and PDF/SVG export. - Feather (⭐4.5k) - Free on-device iOS/iPadOS application manager/installer, using certificates part of the Apple Developer Program.
- Habo (⭐1.4k) - Habo is a Flutter-based, privacy-first habit tracker for iOS and Android that keeps every habit, note, and streak on-device by default and only syncs through an end-to-end encrypted Supabase backend.
- Harbour (⭐755) - Docker/Portainer management app for iOS, iPadOS and macOS.
- HorizonCalendar (⭐3.2k) - HorizonCalendar is Airbnb's declarative, performant iOS calendar UI framework that renders month and week views from a single content value type, scaling from simple date pickers up to fully featured calendar apps on virtually infinite date ranges.
- ish (⭐20k) - A Linux shell environment running on iOS, useful for command-line work on mobile devices.
- Joplin (⭐56k) - Joplin is a free, open source note taking and to-do application. The mobile client is built with React Native and supports full sync via Nextcloud, Dropbox, OneDrive, WebDAV, and Joplin Cloud.
- Karakeep (⭐28k) - Karakeep is a self-hostable bookmark-everything application built on Next.js 16 + Hono + tRPC over Drizzle on SQLite with Meilisearch full-text and semantic search, capturing links, notes, images, and PDFs into a tagged personal archive with on-demand AI auto-tagging.
- LibreTrack (⭐361) - Private, cross-platform package tracking app.
- Linkwarden (⭐19k) - Linkwarden is a self-hosted collaborative bookmark manager that captures every saved page as a screenshot, PDF, and HTML snapshot to defend against link rot.
- Memex (⭐673) - Memex is a Flutter-based, local-first AI journal for iOS and Android that captures text, photo, and voice fragments, runs them through a multi-agent skill system on a BYO-LLM, and weaves them into timeline cards, P.A.R.A.-organized Markdown knowledge, and chart-driven insights.
- mhabit (⭐1.5k) - mhabit (Table Habit) is a Flutter-based micro-habit tracker that scores daily completion against configurable curves, stores everything locally, and syncs across devices through any WebDAV endpoint.
- Notesnook (⭐14k) - Notesnook is a cross-platform, end-to-end encrypted note-taking app with web, desktop, and mobile clients that sync through a zero-knowledge server.
- OnionBrowser (⭐2.7k) - An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network.
- storypad (⭐942) - Storypad is an offline-first Flutter diary and journal app that uses a timeline instead of folders, layers mood tracking, photo memories, and customizable typography over a local ObjectBox store with optional Google Drive sync.
- UTM (⭐35k) - Run virtual machines on iOS and macOS — Windows, Linux, and retro operating systems.
- YouTrack Mobile (⭐285) - Official JetBrains YouTrack mobile app — issue tracking, agile boards, knowledge base, and notifications for YouTrack projects.
Finance
- app-finance (⭐132) - Fingrom is a Flutter-built, ad-free, multi-currency personal finance app that ships to iOS, Android, macOS, Windows, Linux, and the Web from a single Dart codebase, with P2P device sync and end-to-end encryption.
- BeeCount (⭐2.1k) - BeeCount is a Flutter-based local-first bookkeeping app for iOS, Android, and Web that offers five interchangeable sync backends (the self-hosted BeeCount Cloud, iCloud, Supabase, WebDAV, and any S3-compatible store), AI-assisted capture via a dual on-device/cloud OCR pipeline, multi-ledger accounting with per-ledger currencies, and offline-first storage on Drift over SQLite.
- BlueWallet (⭐3.3k) - Bitcoin wallet for iOS & Android. Built with React Native.
- cake_wallet (⭐1.9k) - Cake Wallet is an open-source, non-custodial, multi-currency crypto wallet for iOS, Android, macOS, Linux, and Windows, built with a Flutter UI over per-chain Dart plugin packages that bridge to native C/C++ wallet code (notably the monero_c wrapper around wallet2 for Monero).
- MetaMask Mobile (⭐3k) - MetaMask Mobile is the official Consensys-maintained mobile wallet for the Ethereum ecosystem, shipped as a React Native app with native iOS and Android modules that supports multi-chain accounts, a built-in dapp browser, and self-custodial key management.
- Monekin (⭐250) - Monekin is an offline-first, open-source Flutter personal finance manager that tracks unlimited accounts, transactions, budgets, goals, investments, and debts across 50+ currencies, storing every byte on-device in SQLite with no account, no ads, and no internet connection required.
- oinkoin (⭐438) - Oinkoin is an offline-first Flutter expense tracker that keeps every record in a local SQLite database, ships with biometric app-lock and CSV import, and adds wallets, recurring records, and tags behind a paid PRO build that doubles as the project's funding model.
- peercoin_flutter (⭐32) - peercoin_flutter is a self-custodial light wallet for Peercoin and Peercoin Testnet, written in Flutter and shipped to Android, iOS, and the Web from a single Dart codebase that talks to public ElectrumX servers.
- Rainbow (⭐4.4k) - Rainbow is a multi-chain Ethereum wallet for iOS and Android, built on React Native with Reanimated 3 and Shopify FlashList for fast mobile UX and broad NFT, DeFi, and swap coverage.
- sossoldi (⭐1.4k) - Sossoldi is an MIT-licensed, Flutter-built personal wealth manager that tracks net worth, expenses, income, and investments across iOS, Android, macOS, Windows, Linux, and the Web from a single Dart codebase.
- waterfly-iii (⭐695) - Waterfly III is a Flutter-built Android and iOS client for the self-hosted Firefly III personal finance manager, wrapping its REST API into a Material 3 mobile experience with offline dashboard charts, notification-driven transaction capture, and biometric app lock.
Education
- Mathematics (⭐143) - Generate MCQ PDFs and question papers with answers and quiz mode. Useful for educators and students preparing for exams.
Tools
- admin-portal (⭐1.7k) - Invoice Ninja's operator-side admin portal, a single Flutter codebase shipped to Android, iOS, macOS, Windows, Linux, and web that manages the full billing lifecycle — quotes, invoices, recurring invoices, credits, purchase orders, payments, expenses, projects, and time tracking — against a self-hosted or cloud Invoice Ninja v5 server.
- Airdash (⭐667) - AirDrop-style file sharing to nearby devices over Wi-Fi and Bluetooth, no internet required.
- AltStore (⭐14k) - AltStore is a sideloading app store for non-jailbroken iOS devices that re-signs installed apps with a personal Apple developer certificate and refreshes them in the background via a desktop companion to bypass Apple's 7-day signing limit.
- apidash (⭐2.9k) - API Dash is a Flutter-based cross-platform API client for building, sending, and inspecting HTTP, GraphQL, and SSE requests, with code generation for 20+ languages and an optional LLM assistant called DashBot that runs locally or against a cloud model.
- BikeShare (⭐827) - SwiftUI, Jetpack Compose, Compose for Desktop and Compose for Web based Kotlin Multiplatform project (using CityBikes API http://api.citybik.es/v2/). Uses Room for local persistence.
- Blink Comparison (⭐298) - Simplifies comparing photos of tamper-evident seals and patterns using your eyes.
- brethap (⭐85) - Brethap is a Flutter meditation app that pairs a session timer with configurable six-phase breathing patterns, four selectable audio tones, per-phase vibration, and optional text-to-speech cues, persisting every completed session in a local Hive store.
- Cap - Open source Loom alternative. Beautiful, shareable screen recordings.
- Daily_You (⭐1.3k) - Daily You is a privacy-first, offline-capable journaling app for capturing daily entries with text, mood ratings, photo memories, and Markdown notes — all stored locally with no accounts, ads, or telemetry.
- Ejimo (⭐60) - A cross-platform emoji and symbol picker that goes beyond the system keyboard.
- flutter_server_box (⭐8.5k) - A Flutter-based, cross-platform client for monitoring and administering remote Linux, Unix, and Windows servers over SSH — combining real-time status charts, an embedded xterm terminal, SFTP file transfer, and Docker / systemd / S.M.A.R.T. management on iOS, Android, macOS, Linux, and Windows.
- GitUp (⭐12k) - GitUp is a native macOS Git GUI built on a bespoke in-process Git toolkit (GitUpKit) that wraps a customized libgit2 fork and re-implements everything else — including its own rebase engine — to keep operations and the live commit graph fast on large repositories.
- Immich (⭐110k) - Self-hosted photo and video backup solution directly from your mobile phone.
- MarketMonk (⭐59) - A Flutter stock and portfolio tracker that combines Yahoo Finance market data, interactive charts, local trade records, and multiple account support.
- PeopleInSpace (⭐3.4k) - PeopleInSpace is a Kotlin Multiplatform reference app that shares architecture and data code across iOS, Android, desktop, web, and wearable clients.
- SwiftHub (⭐3.1k) - SwiftHub is an iOS GitHub client built on RxSwift and MVVM-C clean architecture, wiring Moya (REST v3) and Apollo (GraphQL v4) behind a flow-coordinator navigation graph with OAuth2 and personal-access-token authentication.
- SwiftTerm (⭐1.7k) - An Xterm/VT100-compatible terminal emulator implemented in Swift for iOS.
- Tura (⭐594) - Build agent that uses 80% less token and delivers better results.
- Unwrap (⭐2.3k) - Learn Swift interactively on your iPhone.
- xbmc (⭐21k) - Kodi is a free, open-source cross-platform media-center and entertainment-hub application written primarily in C++ with a CMake build system, built on FFmpeg for codec support and featuring a binary addon framework, hardware-accelerated video playback, and a JSON-RPC control surface — running natively on Android, Linux, BSD, macOS, iOS, tvOS, and Windows.
Developer Tools
- flutter-pos-system (⭐592) - An offline-first Flutter point-of-sale app for small restaurants and shops that runs ingredient inventory, menu management, customer demographics, order taking, Bluetooth receipt printing, custom analytics charts, and Google Sheets export entirely on-device with no remote backend.
- localmind (⭐180) - A Flutter mobile chat client that connects to on-device LLMs and any OpenAI-compatible server — Ollama, LM Studio, OpenRouter — with markdown rendering, voice input, and an MCP tool layer.
- roxum-ide (⭐562) - A mobile-first Flutter code editor and mini IDE for Android with LSP, an embedded terminal, Git/GitHub tooling, and optional on-device GGUF model chat.
- rustdesk (⭐120k) - RustDesk is a self-hostable, cross-platform remote desktop application written in Rust with a Flutter UI, offering an open-source alternative to TeamViewer and AnyDesk for screen sharing, file transfer, and unattended access.
Communication
- Berty (⭐9.3k) - Berty is a peer-to-peer messenger that runs entirely over the Wesh protocol on top of libp2p, so peers connect directly via mDNS, Bluetooth Low Energy, or Tor with no central server in the loop.
- Keybase (⭐9.2k) - Keybase Go Library, Client, Service, OS X, iOS, Android, Electron.
- Mattermost Mobile (⭐2.7k) - Mattermost Mobile is the official React Native iOS and Android client for the self-hostable Mattermost messaging platform, giving enterprise and dev teams on-device access to channels, threads, calls, and push notifications backed by the same REST and WebSocket API as the web and desktop clients.
- Rocket.Chat (⭐2.4k) - Official Rocket.Chat mobile client — open-source team communication, channels, threads, file sharing, voice/video calls, end-to-end encrypted.
- Status.im (⭐4k) - Status is a secure messaging app, Ethereum wallet, and Web3 browser built on decentralized protocols.
- thunderbird-ios (⭐1.1k) - Thunderbird for iOS – Open Source Email App for iOS.
Health and Fitness
- medito-app (⭐1.3k) - Medito is a permanently-free Flutter meditation app maintained by the Medito Foundation that streams guided sessions, multi-day courses, and themed packs from a CMS-backed catalogue, pairing each track with a
just_audio+audio_serviceforeground player and an optional background-sound bed. - Open Food Facts (⭐1.4k) - The mobile companion to Open Food Facts — scan barcodes, decode ingredient lists, and contribute new products to the open database.
- wger (⭐959) - A Flutter workout and fitness tracker that syncs with the self-hosted wger server, supporting routines, exercises, and progress logs.
Business
- Invoice Ninja - Companion app for the Invoice Ninja platform. Invoicing, expenses, time-billing, payments.
Games
- Flip (⭐269) - A Reversi board game implementation with a clean interface for casual play.
Media
- AudioKit (⭐11k) - AudioKit is a Swift audio synthesis, processing, and analysis framework for iOS, macOS, tvOS, and visionOS that wraps AVFoundation and a C-backed DSP engine.
- EhPanda (⭐3.9k) - EhPanda is an unofficial iOS and iPadOS client for the E-Hentai and ExHentai galleries, written entirely in SwiftUI on top of Point-Free's Composable Architecture, with a Combine/Kanna scraping layer and Core Data persistence.
- one_second_diary (⭐401) - One Second Diary is a minimalist Flutter video diary app that lets you capture a one-to-ten second clip each day, then stitch your recordings into a shareable compilation movie of your life.
- Swift-Radio-Pro (⭐2.9k) - Swift-Radio-Pro is a Swift iOS streaming-audio reference app that plays live radio from a list of stations, surfaces now-playing metadata and album art, and integrates with the lock screen and Control Center.
Entertainment
- ATV-Bilibili-demo (⭐3.1k) - ATV-Bilibili-demo is an open-source Bilibili client demo built for Apple TV and its tvOS focus-driven interface.
Social Network
- IceCubesApp (⭐7k) - IceCubesApp is a SwiftUI-native, multi-platform Mastodon client for iOS, iPadOS, macOS, and visionOS, built and maintained primarily by a single developer (Dimillian).
Shopping
- Artsy (⭐3.8k) - Artsy Eigen is the official iOS and Android client for artsy.net, built as a React Native app with native Swift and Kotlin modules for browsing artworks, following artists and galleries, and participating in live timed auctions.
- Flutter Games (⭐345) - Flutter app for purchasing and renting games.
- Flutter WooCommerce app (⭐715) - A ready-made app template for WooCommerce stores.
News and Magazine
- feed-flow (⭐1.2k) - FeedFlow is a minimalistic RSS Reader available on Android, iOS, macOS, Windows and Linux. Built with Kotlin Multiplatform, Jetpack Compose and SwiftUI.
- Hacki (⭐1.6k) - A clean Hacker News reader for iOS, with offline support and custom themes.
About this project
- Every app is one file:
data/records/<slug>.yml. The schema and field ownership rules are documented in docs/SCHEMA.md. - Human-curated fields and automation-owned GitHub metadata live side by side in each record; scheduled jobs refresh the metadata through reviewable pull requests.
- The site is built with Grove on Astro and Tailwind CSS, and deploys as a static site to Cloudflare.
- The list section of this README is generated from the records with
grove readme generate— edit the YAML, not the list.
Add or update an app
- Create or edit
data/records/<slug>.yml. - Run
pnpm exec grove checkandpnpm build.
Automation
- Every push and pull request — CI runs an icon drift check,
grove check, and a full site build. - Weekly — GitHub metadata sync, contributor sync, and README regeneration, each landing as a reviewable pull request.
- Monthly — a cleanup report flags stale records for curator review; nothing is removed automatically.
33. Awesome Integration
Projects / AI Gateway
- agentgateway (⭐4.4k) (⭐4.5k) - An open-source data plane for agentic AI connectivity, providing security, observability, and governance for agent-to-tool (MCP) and agent-to-agent (A2A) communication.
- Bifrost (⭐7.4k) (⭐7.3k) - A high-performance AI gateway written in Go that unifies more than 20 model providers behind a single OpenAI-compatible API, with failover, load balancing, semantic caching, and governance.
- IBM ContextForge (⭐4.3k) (⭐4.3k) - An AI gateway, registry, and proxy that federates MCP, A2A, and REST services behind a single endpoint with governance and observability.
- MCPJungle (⭐1.2k) (⭐1.2k) - A self-hosted MCP gateway and registry that centralises multiple MCP servers behind one endpoint for AI agents.
- Obot (⭐953) (⭐953) - An open-source MCP platform that combines server hosting, a registry, a gateway, and a chat client with access control and audit logging.
Projects / API Management
- Gravitee.io API Management (⭐442) (⭐442) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
Projects / API Design
- Kiota (⭐3.8k) (⭐3.8k) - A command-line generator from Microsoft that turns an OpenAPI description into a lightweight, strongly typed API client in many languages.
- Redocly CLI (⭐1.5k) (⭐1.5k) - Lint, bundle, and preview OpenAPI descriptions with configurable rulesets and plugins.
- Zally (⭐946) (⭐946) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- OpenAPI Explorer (⭐353) (⭐353) - Creates intuitive, interactive user interfaces from OpenAPI specs, simplifying API exploration and testing.
- Zudoku (⭐581) (⭐581) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Apache APISIX (⭐17k) (⭐17k) - A high-performance, dynamic gateway featuring real-time traffic management and powerful plugin integrations.
- Higress (⭐9.1k) (⭐9.2k) - A next-generation cloud-native gateway based on Envoy and Istio, offering high performance, easy-to-use, and rich plugin extensibility.
- Kong API Gateway (⭐44k) (⭐44k) - A scalable, cloud-native gateway that simplifies API management through extensive plugin support and seamless microservices integration.
Projects / API Testing
- MQ clients
- JMSToolBox (⭐234) (⭐234) - A universal JMS client offering broad compatibility and streamlined messaging testing across various brokers.
- kcat (⭐5.7k) (⭐5.8k) - A lightweight command-line tool for Apache Kafka (formerly named kafkacat), providing efficient message production and consumption.
- MQTT Explorer (⭐4k) (⭐4k) - A detailed MQTT client delivering structured topic visualization and intuitive debugging.
- Offset Explorer - A comprehensive GUI for managing Apache Kafka clusters (formerly named Kafka Tool) with user-friendly monitoring and administration tools.
- Service Bus Explorer (⭐2.2k) (⭐2.2k) - An advanced GUI for Azure Service Bus that enables in-depth testing and seamless management of topics, queues, and subscriptions.
Projects / B2B Integration
- phase4 (⭐235) (⭐235) - Embeddable, lightweight Java library implementing the AS4 messaging protocol, including the Peppol and CEF/eDelivery profiles.
Projects / Business Rules Engine
- OpenL Tablets (⭐204) (⭐204) - Flexible open-source decision management system that simplifies defining and executing business rules and decision tables.
- ZEN Engine (⭐1.9k) (⭐1.9k) - A cross-platform, open-source Business Rules Engine written in Rust that executes JSON Decision Models through interconnected graphs of decision tables, functions, and expressions.
Projects / Data Integration
- Apache NiFi (⭐6.2k) (⭐6.2k) - Automated data integration tool with a visual interface that seamlessly extracts, transforms, and delivers data across systems.
- Conduit (⭐606) (⭐606) - Lightweight data integration tool written in Go that streams data between systems using built-in or standalone connectors, with Kafka Connect compatibility.
- Estuary Flow (⭐961) (⭐961) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
- Meltano (⭐2.6k) (⭐2.6k) - Declarative, code-first data integration engine that runs Singer taps and targets with version-controlled pipeline configuration.
- Sling (⭐890) (⭐890) - Fast ELT command-line tool and Go library for moving data between databases, files, and cloud storage across a wide set of connectors.
Projects / Data Mapping Solution
- AtlasMap (⭐212) (⭐212) - Interactive web-based tool that simplifies mapping across Java, XML, CSV, and JSON data sources with an intuitive interface.
- JSLT (⭐699) (⭐699) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
- Kaoto (⭐119) (⭐119) - Visual data mapper for Apache Camel with a drag-and-drop interface supporting XML, JSON, CSV, and XSLT transformations. Successor to AtlasMap.
Projects / Enterprise Service Bus
- WSO2 Integrator: MI (⭐259) (⭐259) - The configuration-driven integration runtime of the WSO2 Integrator platform, supporting enterprise integration patterns in centralised and containerised deployments.
Projects / Integration Platform as a Service
- Camel K (⭐927) (⭐927) - Lightweight Kubernetes-native integration platform built on Apache Camel that runs integration routes directly on Kubernetes and OpenShift as cloud-native serverless services.
Projects / Message Broker
- Apache Iggy (⭐4.5k) (⭐4.5k) - Persistent message streaming platform written in Rust, supporting QUIC, TCP, and HTTP transports with high throughput and low latency.
- Apache Qpid (⭐71) (⭐71) - AMQP-compliant messaging tool with multi-language support for enterprise-grade message delivery.
- LavinMQ (⭐995) (⭐995) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
Projects / Schema Registry
- Apicurio Registry (⭐918) (⭐918) - Open-source registry for API designs and schemas, supporting Avro, Protobuf, JSON Schema, OpenAPI, and AsyncAPI artifacts with configurable compatibility rules.
- Karapace (⭐630) (⭐630) - Open-source, drop-in replacement for Confluent Schema Registry and the Kafka REST API.
Projects / Self-Service Integration
- n8n (⭐201k) (⭐201k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Stream Processing
- Arroyo (⭐5k) (⭐5k) - Rust-native stream processing engine that lets users build real-time pipelines with SQL, designed for serverless operation.
- ksqlDB (⭐315) (⭐315) - Database purpose-built for stream processing applications on Kafka, queried with SQL.
Projects / Workflow Engine
- Bonita (⭐176) (⭐176) - Open-source BPMN engine with a designer interface to build and automate complex business processes.
- Dagster (⭐16k) (⭐16k) - Data orchestrator with a declarative, asset-based programming model for building and observing data pipelines.
- LittleHorse (⭐395) (⭐395) - High-throughput, low-latency microservice orchestration engine built on Kafka Streams, with SDKs in multiple languages.
- Restate (⭐4.3k) (⭐4.3k) - Durable execution engine for building resilient workflows, event-driven services, and stateful handlers as plain code.
Resources / API Specification
- Arazzo Specification (⭐464) (⭐464) - A standard, programming language-agnostic representation for describing sequences of API calls (workflows) and their dependencies.
Resources / Data Formats
- Apache Fory (⭐4.5k) (⭐4.5k) - Fast multi-language serialization framework that uses just-in-time compilation and zero-copy techniques, with a cache-friendly row format. Formerly named Apache Fury.
- YAML (⭐499) (⭐499) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
34. Awesome Machine Learning
Python / Speech Recognition
- VoxRT (⭐9) - On-device streaming speech recognition toolkit with Python bindings. Based on NVIDIA NeMo FastConformer (80 ms cache-aware lookahead). Ships companion VAD (Silero), wake-word, and 14-command keyword spotting via same runtime.
Kotlin / Speech Recognition
- VoxRT (⭐18) - On-device streaming speech recognition SDK for Android with Kotlin bindings (JitPack). Based on NVIDIA NeMo FastConformer (80 ms cache-aware lookahead). Companion Silero VAD, wake-word, and 14-command KWS via same runtime.
Swift / Speech Recognition
- VoxRT (⭐13) - On-device streaming speech recognition SDK for iOS with Swift bindings (SPM). Based on NVIDIA NeMo FastConformer (80 ms cache-aware lookahead). Companion Silero VAD, wake-word, and 14-command KWS via same runtime.
35. Awesome Mac
AI Tools / Other Tools
- Loadout - See and manage what coding assistants load — Claude Code skills, subagents, slash commands, plugins, and MCP servers, with real usage counts.
Utilities / Clipboard Tools
- PasteClip (⭐124) - Free Paste-like clipboard manager with pinboards, Quick Look previews, and one-click copying.
Utilities / Window Management
- Tungsten Edge - Per-window taskbar and Dock replacement: every open window gets its own labeled card, while single-window apps stay compact icons.
36. Awesome Go
Artificial Intelligence
- agy-mcp (⭐6) - Model Context Protocol (MCP) server wrapping the Antigravity CLI to run prompts and peer reviews.
- crewai-go (⭐4) - Idiomatic Go port of CrewAI (multi-agent orchestration). Zero dependencies, stdlib only.
Audio and Music
- go-aac (⭐3) - Pure-Go AAC-LC encoder and decoder ported from FFmpeg.
- go-audio-resampler (⭐9) - Pure-Go, high-quality audio resampler with SIMD acceleration.
- go-flac (⭐1) - Native Go FLAC encoder and decoder with SIMD acceleration.
- go-opus (⭐2) - Native Go implementation of the Opus audio codec (RFC 6716) with RFC-compliant decoder.
- go-wav (⭐2) - Pure-Go WAV/RIFF reader and writer with RF64 and BW64 support for files larger than 4 GiB.
Authentication and Authorization
- melange (⭐83) - Compiles OpenFGA authorization schemas into PL/pgSQL functions that run fine-grained relationship-based access control checks inside PostgreSQL.
Caches
- easycache (⭐121) - A simple way to use in-memory cache in Golang (TTL/FIFO/LRU/LFU).
Financial
- orderbook (⭐11) - Embeddable limit order book and matching engine with integer-exact pricing, a single-writer core, and write-ahead-log crash recovery.
Science and Data Analysis
- simd (⭐21) - Native Go vector and SIMD operations on slices with multi-architecture assembly acceleration.
Server Applications
- flue (⭐9) - Self-hosted daemon that serves terminal sessions to a browser tab. Sessions keep running after the tab is closed.
37. Awesome Web Security
Reconnaissance / OSINT - Open-Source Intelligence
- Social Mapper (⭐4.1k) - Social Media Enumeration & Correlation Tool by Jacob Wilkin (Greenwolf).
Fuzzing / Sub Domain Enumeration
- SpiderSuite (⭐973) - Cross-platform web security crawler supporting standard, headless, interactive, brute-force, and archive crawling modes, for attack-surface mapping and endpoint discovery, by @3nock.
Proxy / Server-Side Request Forgery
- Proxelar (⭐1k) - Single-binary intercepting proxy for HTTP, HTTPS, and WebSocket traffic that pauses and edits requests in flight, replays them, rewrites traffic with Lua hooks, and exports captures as HAR, curl, or raw HTTP, available as a terminal UI, web GUI, or headless REST API, by @emanuele-em.
38. Collective Ai Tools
Dating
- Dating Roast - AI dating profile roaster. Upload your profile screenshots and get brutally honest AI feedback on what photos, bio, and prompts are hurting your match rate.
#freemium
Developer Tools
- AI Router - Hosted OpenAI-compatible API relay with unified multi-model access, personal API keys, and per-key usage visibility.
#freemium - OutboundGateway - Static outbound IPs for AI agents and MCP servers.
#paid
Education
- English Speaking App - AI speaking practice for interviews, meetings, and everyday conversations with live voice feedback.
#freemium
Fashion
- DressMeAI - AI virtual try-on from a person photo and clothing image.
#paid - Outfit Roast - AI-powered outfit analysis that rates your look for any occasion, gives honest style feedback, and tells you exactly what to change. Upload a photo and get scored.
#freemium
Image Editing
- Crisp - Free AI photo upscaler that runs entirely in your browser. No upload, no signup, no watermark. Includes a dedicated anime upscaler.
#free - Wipe - Remove people and objects from photos entirely in your browser. No upload, no signup, no watermark.
#free
Marketing
- AI TikTok Analyzer Pro - Research public TikTok content: rank a creator's videos by plays, likes or comments, export comment threads to Excel or CSV, and generate AI transcripts with 9-language translation.
#freemium
Resume
- Resume Roaster - AI-powered resume critique with ATS scoring and keyword gap analysis. Upload your resume, get brutally honest feedback on what a recruiter sees, and identify keyword gaps against any job description.
#freemium
Translation
- SelectTranslate - AI translation extension for bilingual webpages, PDFs, video subtitles, images, online meetings, and eBooks, powered by 20+ AI models.
#freemium
Video
- videos.social - Turns blogs, PDFs, and prompts into editable faceless videos. 1 free render. Packs from $10. 1 credit = 1 render.
#freemium
39. Awesome Cakephp
Plugins / Email
- CakeSymfonyMailer plugin (⭐0) - Use Symfony Mailer as a CakePHP mail transport.
40. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- git-persona (⭐0) - Git will happily let you commit as one person and push as another. It never warns you, the push succeeds, and the wrong name is on that history for good.
git-personaLets you create a persona that ties one account's commit identity, SSH key and github login together, and switches them as a unit. Add as many as you have accounts.
Themes / superconsole - Windows-only
- cybergalaxy (⭐0) - Neon green and blue theme with decorators for
gitstatus, python/conda virtualenv, user@hostname, and time. Falls back gracefully to ASCII and named ANSI colors on terminals without UTF-8 or 256-color support. Uses unicode glyphs so it doesn't require Nerd Font or Powerline fonts. - goprompt (erniebrodeur) (⭐1) - A compact, two-line prompt for ZSH. It includes decorators for the current directory,
gitstate, user, optional SSH host, and local time without giving up the full width of the terminal. - goprompt (NonLogicalDev) (⭐11) - Lightning fast. Includes decorators for truncated current directory, last command duration & exit status, vim-mode indicators,
gitinformation, datetime and parent process name.
41. Awesome Webxr
Communities / Discord
- WebXR JP Discord - Japanese-language Discord server for WebXR.
42. Android Security Awesome
Tools / Dynamic Analysis Tools
- Android DBI framework
- Mobix (⭐2) - Authorized Android pentest lab: Frida SSL-pinning/root-detection bypass chain, mitmproxy traffic capture with automatic IDOR flagging, a web dashboard, and a 36-tool MCP server so a Claude Code agent can run the whole scan-to-findings loop itself.
Tools / Reverse Engineering
- PhoneSploit-Pro (⭐6.1k) - An all-in-one hacking tool to remotely exploit Android devices using ADB and Metasploit Framework to get a Meterpreter session.
Exploits/Vulnerabilities/Bugs / Malware
43. Awesome Datascience
Datasets / Book Deals (Affiliated)
- HDD Price Index (⭐0) - Daily open dataset of the cheapest new internal 3.5" SATA hard-drive price per terabyte (USD/TB) by capacity tier on Amazon US, with a historical time series. CSV, JSON and JSONL, no login, CC BY 4.0.
44. Awesome Cli Apps
Entertainment / Music
- cliamp (⭐3.4k) - Winamp-inspired local, streaming and radio player.
Productivity / Testing
- tiki (⭐198) - Markdown-based workflow builder.
Utilities / macOS
- Mole (⭐64k) - Clean your Mac and more.
- Raccoon (⭐130) - Security audits, system reports and SSH fleet management.
AI / Agents
- Keen Code (⭐57) - Context-aware coding agent written in Go.
45. Awesome Cpp
Graphics
- MESHLIB (⭐807) - An SDK to Supercharge Your 3D Data Processing Efficiency. [Free/Commercial] website
Image Processing
- Jpegli (⭐392) - an improved JPEG encoder and decoder implementation. [BSD-3-Clause]
46. Awesome Gemini Cli
MCP Servers
- Agent QA (⭐953) - Open-source self-improving QA agent for natural-language web and mobile tests. Run its MCP server with
agent-qa mcpto let Gemini CLI author, execute, inspect, triage, and repair tests.
47. Awesome Ios Books
iOS
Objective-C
Swift
UI
Machine Learning
Server Side Swift
48. Awesome Developer First
Monitoring
- Maple - OpenTelemetry-native observability for traces, logs, and metrics with dashboards, alerting, and an MCP server.
49. Awesome Playcanvas
Games / Browser Games
- Quake (⭐8) - A port of id Software's Quake to PlayCanvas.
3D Gaussian Splatting / YouTube Playables
- ImmersiveTech - Creator of bespoke 3DGS-based interactive experiences.
50. Awesome Selfhosted
Software / Blogging Platforms
- Ech0 - Lightweight federated publishing platform focused on personal idea sharing (documentation in Chinese). (Demo, Source Code (⭐2k))
AGPL-3.0Docker/K8S
Software / File Transfer - Web-based File Managers
- slcl - Simple and lightweight web cloud storage.
AGPL-3.0C
Software / Internet of Things (IoT)
- EMQX - Scalable MQTT broker. Connect 100M+ IoT devices in one single cluster, move and process real-time IoT data with 1M msg/s throughput at 1ms latency. (Demo, Source Code (⭐17k))
Apache-2.0Docker/Erlang
Software / Media Management
- Lingarr - Automatically translate subtitle files in your Radarr and Sonarr media libraries, using LibreTranslate, local AI models, or SaaS translation services. (Source Code (⭐848))
AGPL-3.0Docker
Software / Miscellaneous
- Garlic-Hub - Digital signage device and content management system with SMIL playlist support and scheduling. (Source Code (⭐138))
AGPL-3.0Docker
Software / Task Management & To-do Lists
- Tellor - Minimalist single-user kanban todo app. Clean, simplified, and compact UI. Can import boards from Trello. (Demo, Source Code (⭐12))
MITPHP
Software / Time Tracking
- TimeTracker - Track time across projects and clients, with timers, kanban tasks, CRM, expense tracking, multi-currency invoicing (PDF, Peppol/ZugFerd e-invoicing), reports, OIDC/SSO, and a REST API. (Source Code (⭐614))
GPL-3.0Docker
51. Awesome Mqtt
Brokers
- TrailMQ (⭐4) - Self-hosted MQTT broker with policy enforcement and a reviewable record of broker decisions, for regulated and industrial systems.
Tools
- dsh-mqtt (⭐2) - MQTT protocol driver and long-running agent worker gateway for DeepSeek Harness, enabling remote clients to submit, steer, cancel, and observe agent work.
Location Tracking / Firmwares for ESP based Devices
- ADSBiq - Authenticated retained-delta aircraft state over MQTT WebSockets for bounded IoT and location-aware integrations.
52. Awesome Rust
Applications / Productivity
- lockbook/lockbook (⭐429) [lb-rs] - Collaborative end-to-end encrypted notes, documents, and drawings, with native cross-platform clients built on a shared Rust core and a self-hostable server.
Applications / Utilities
- aravpanwar/decayfmt (⭐80) [decayfmt] - A file format whose files permanently corrupt a little on every open, with no recovery from the file alone.
Applications / Workflow Automation
- dali-benothmen/woml (⭐125) - WOML (Workflow Orchestration Markup Language) is a markup language for workflow automation, with a Rust execution core. Readable as HTML, versionable as code, powerful as JavaScript — no visual-builder spaghetti, no ceiling on what a step can do.
Libraries / Artificial Intelligence
- avifenesh/memra (⭐311) [memra-server] - Inference engine for NVIDIA Blackwell cards with per-device tuned defaults, serving GGUF and safetensors over an OpenAI-compatible API; speculative, CUDA-graphed and batched decode are each gated byte-identical to plain decode.
Libraries / Data processing
- openooxml/betteroffice (⭐205) - Native OOXML engines for DOCX, XLSX and PPTX: editing, layout, rendering, CRDT collaboration and agent editing, compiled to WebAssembly.
53. Awesome Testing
Software / Test Data Management
- Fake Data Generator - Browser-based generator for realistic mock/test data. Custom schema or presets, export as JSON, CSV, or SQL INSERT.
- FakeNamely - Free web generator and keyless JSON API for fictional identities, addresses and names across 38 countries. Seeded requests return byte-identical records, so a fixture can be committed; addresses pair a real city and a genuinely valid postal code with an invented street.
Software / Browser Extensions & Utilities
- BugShot - Capture a bug as a screenshot, a screen or tab recording, or a 30-second replay, with console, network, and user action logs collected automatically. Reports go straight from the browser to Jira, GitHub, Linear, Notion, GitLab, Asana, ClickUp, or Slack, with no third-party server in between. Open source, MIT.
Software / Test Automation Frameworks
- Bats (⭐6.2k) - Bash Automated Testing System.
- Selenium Boot - Java framework layered on Selenium WebDriver and TestNG. One Maven dependency and one YAML file replace the usual driver-lifecycle, wait, retry and reporting boilerplate, and the raw WebDriver stays accessible.
54. Awesome Osint
Company Research / GitHub
- WhiteIntel - Free corporate and offshore ownership graph: trace a company to its beneficial owners across 31 public registries (Companies House, GLEIF, ICIJ Offshore Leaks, OpenSanctions, SEC EDGAR), with sanctions screening and fully cited dossiers. Queryable by AI agents over MCP.
Domain and IP Research / GitHub
- CC.LA - Free WHOIS, RDAP, DNS, IP WHOIS, name server history, SSL certificate lookup, and network diagnostic tools (ping/traceroute/MTR). Also provides expiring domain calendars, TLD library, domain monitoring, and domain availability checker. No sign-up required.
- Domain Hunter (⭐4) - Free, open-source, 100% client-side bulk domain availability checker and name generator: checks up to 3,000 names across 148 TLD zones by calling registry RDAP endpoints directly from the browser (no servers, no API keys, no tracking), with DNS-over-HTTPS corroboration for low-trust ccTLDs, live registrar prices with 3-year TCO, and CSV/Markdown export. MIT. (live demo)
- ScanMalware - Free URL scanner that renders a page in a sandboxed browser and reports phishing and malware verdicts, network requests, technologies, TLS/JARM fingerprints and screenshots, with a public feed of recent scans searchable by domain, IP, ASN or favicon hash.
News / GitHub
- APITube - News API covering 500,000+ sources in 180+ countries and 60+ languages, returning articles as structured JSON with sentiment, entities and topics; free tier of 100 requests/day.
Data and Statistics / GitHub
- DataInt Databook - Country reference pages for 250 countries (population, economy, geography, infrastructure, defence, governance) compiled from World Bank, UN, UNESCO and World Factbook, with each figure attributed to its source. 25 languages. Web reference only, no API or bulk download.
Privacy and Encryption Tools / GitHub
- MetaClean (⭐5) - Cross-platform desktop app for removing sensitive metadata from files locally before sharing them during OSINT investigations.
55. Awesome Python
Projects / Caching
- hishel (⭐406) - RFC 9111 compliant HTTP caching for httpx and requests, with sync and async support.
Projects / Science
- Physics and Engineering
- pint (⭐2.8k) - Operate and manipulate physical quantities with units and dimensional analysis.
- astropy (⭐5.3k) - A community Python library for Astronomy.
- obspy (⭐1.3k) - A Python toolbox for seismology.
Projects / Documentation
- zensical (⭐5.5k) - A modern static site generator for technical documentation.
Projects / Supply Chain Security
- uv-audit (⭐89k) - (part of uv) uv's dependency vulnerability and malware scanning backed by OSV.
56. Awesome Mac
Audio & Video / Editors
- cartesiancs/cartcut (⭐588) — Video editor with motion effects and layered editing ☆
588
Developer Tools / Developer Utilities
- Avazbek22/DevProjex (⭐16) — Cross-platform GUI and CLI for building structured project context with folder trees, file contents, token counting, Smart Ignore, preview, and multi-format export. ☆
16
Security / System Security
- seemoo-lab/openhaystack (⭐13k) — Build your own AirTags via Find My network ☆
13,452
- Next: Aug 17 - Aug 23, 2026
Top 50 Awesome List
- Public Apis - (Source ⭐ 466K 📝 08/20) - A collective list of free APIs
- Awesome Python - (Source ⭐ 314K 📝 08/23) - The definitive list that answers "I want to do X in Python, which tool should I use?"
- Awesome Selfhosted - (Source ⭐ 311K 📝 08/23) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Go - (Source ⭐ 181K 📝 08/21) - A curated list of awesome Go frameworks, libraries and software
- Free for Dev - (Source ⭐ 132K 📝 08/23) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Awesome Mac - (Source ⭐ 112K 📝 08/21) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Awesome Cpp - (Source ⭐ 73K 📝 08/22) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Machine Learning - (Source ⭐ 74K 📝 08/21) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Rust - (Source ⭐ 59K 📝 08/23) - A curated list of Rust code and resources.
- Awesome React - (Source ⭐ 74K 📝 08/20) - A collection of awesome things regarding React ecosystem
- Awesome Osint - (Source ⭐ 28K 📝 08/23) - 😱 A curated list of amazingly awesome OSINT
- Awesome Remote Job - (Source ⭐ 48K 📝 08/17) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Javascript - (Source ⭐ 35K 📝 08/20) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Docker - (Source ⭐ 37K 📝 08/19) - 🐳 A curated list of Docker resources and projects
- Awesome Claude Code - (Source ⭐ 52K 📝 08/13) - A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
- Awesome Cli Apps - (Source ⭐ 20K 📝 08/22) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Datascience - (Source ⭐ 30K 📝 08/18) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Sysadmin - (Source ⭐ 35K 📝 08/16) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Readme - (Source ⭐ 21K 📝 08/21) - A curated list of awesome READMEs
- Awesome Neovim - (Source ⭐ 21K 📝 08/20) - Collections of awesome neovim plugins.
- Awesome Zsh Plugins - (Source ⭐ 18K 📝 08/22) - A collection of ZSH frameworks, plugins, themes and tutorials.
- Awesome Microservices - (Source ⭐ 14K 📝 08/21) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Web Security - (Source ⭐ 14K 📝 08/21) - 🐶 A curated list of Web Security materials and resources.
- Magictools - (Source ⭐ 17K 📝 08/18) - 🎮 📝 A list of Game Development resources to make magic happen.
- Android Security Awesome - (Source ⭐ 9.6K 📝 08/22) - A collection of android security related resources
- Awesome Artificial Intelligence - (Source ⭐ 16K 📝 08/15) - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
- Awesome Tailwindcss - (Source ⭐ 15K 📝 08/15) - 😎 Awesome things related to Tailwind CSS
- Awesome Math - (Source ⭐ 16K 📝 08/14) - A curated list of awesome mathematics resources
- Awesome Graphql - (Source ⭐ 15K 📝 08/14) - Awesome list of GraphQL
- Tips - (Source ⭐ 22K 📝 08/10) - Most commonly used git tips and tricks.
- Awesome Falsehood - (Source ⭐ 28K 📝 08/07) - 😱 Falsehoods Programmers Believe in
- Awesome Ruby - (Source ⭐ 14K 📝 08/13) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Embedded Rust - (Source ⭐ 8K 📝 08/19) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome Django - (Source ⭐ 11K 📝 08/15) - A curated list of awesome things related to Django
- ALL About RSS - (Source ⭐ 5.9K 📝 08/20) - A list of RSS related stuff: tools, services, communities and tutorials, etc.
- Awesome Vue - (Source ⭐ 74K 📝 07/24) - 🎉 A curated list of awesome things related to Vue.js
- Awesome Swift - (Source ⭐ 26K 📝 08/03) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Ddd - (Source ⭐ 12K 📝 08/11) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
- Open Source Flutter Apps - (Source ⭐ 4.3K 📝 08/21) - A curated, self-refreshing directory of real open-source application codebases - built for developers who want to learn from production apps and find projects worth contributing to.
- Awesome Langchain - (Source ⭐ 9.5K 📝 08/11) - 😎 Awesome list of tools and projects with the awesome LangChain framework
- Awesome Crystal - (Source ⭐ 3.6K 📝 08/20) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Awesome Mqtt - (Source ⭐ 2.4K 📝 08/23) - Curated list of MQTT brokers, clients, tools, resources and more.
- Awesome Testing - (Source ⭐ 2.4K 📝 08/23) - A curated list of testing resources
- Awesome Tmux - (Source ⭐ 10K 📝 08/08) - A list of awesome resources for tmux
- Awesome Rails - (Source ⭐ 3.9K 📝 08/17) - A curated list of awesome things related to Ruby on Rails
- Awesome Cmake - (Source ⭐ 5.4K 📝 08/13) - A curated list of awesome CMake resources, scripts, modules and examples.
- Awesome Audio Visualization - (Source ⭐ 5.1K 📝 08/14) - A curated list about Audio Visualization.
- Webcomponents the Right Way - (Source ⭐ 3.6K 📝 08/17) - A curated list of awesome Web Components resources.
- Free Programming Books (English, By Programming Language) - (Source ⭐ 395K 📝 06/30) - 📚 Freely available programming books
- Awesome Deno - (Source ⭐ 4.4K 📝 08/14) - Curated list of awesome things related to Deno
All Tracked List
Agentic AI
- Awesome Gemini Cli - (Source ⭐ 493, 📝 08/17 ) - A curated list of awesome tools, extensions, and resources for Gemini CLI.
Artificial Intelligence
- Awesome Agents - (Source ⭐ 97, 📝 08/11 ) - A curated list of AI agent platforms, frameworks, protocols, tools, and resources
Back-End Development
- Awesome Cakephp - (Source ⭐ 937, 📝 08/22 ) - A curated list of amazingly awesome CakePHP plugins, resources and shiny things.
- Awesome Cdk - (Source ⭐ 1.6K, 📝 22/06/28 ) - A collection of awesome things related to the AWS Cloud Development Kit (CDK)
- Awesome Dash - (Source ⭐ 2.1K, 📝 24/12/30 ) - A curated list of awesome Dash (plotly) resources
- Awesome Docker - (Source ⭐ 37K, 📝 08/19 ) - 🐳 A curated list of Docker resources and projects
- Awesome Dropwizard - (Source ⭐ 83, 📝 18/10/30 ) -
- Awesome Fastapi - (Source ⭐ 11K, 📝 06/25 ) - A curated list of awesome things related to FastAPI
- Awesome Fiber - (Source ⭐ 832, 📝 08/11 ) - ✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
- Awesome Flask - (Source ⭐ 1.7K, 📝 05/13 ) - A curated list of awesome things related to Flask
- Awesome Iam - (Source ⭐ 2.2K, 📝 06/21 ) - 👤 Identity and Access Management knowledge for cloud platforms
- Awesome Laravel - (Source ⭐ 11K, 📝 20/05/08 ) - A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
- Awesome Laravel Education - (Source ⭐ 356, 📝 19/04/02 ) - A curated list of resources for learning about the Laravel PHP Framework
- Awesome Laravel Filament - (Source ⭐ 5, 📝 03/19 ) - A list for the topic laravel and filament
- Awesome Lumen - (Source ⭐ 318, 📝 20/06/11 ) - 👓 📚 Curated list of awesome resources: books, videos, articles about using Lumen (PHP Microframework by Laravel)
- Awesome Phalcon - (Source ⭐ 606, 📝 23/07/17 ) - A curated list of awesome Phalcon libraries and resources
- Awesome Play1 - (Source ⭐ 39, 📝 15/08/07 ) - A collection of modules, tools and resources for play1
- Awesome Pyramid - (Source ⭐ 530, 📝 21/07/08 ) - A curated list of awesome Pyramid apps, projects and resources.
- Awesome Rails - (Source ⭐ 3.9K, 📝 08/17 ) - A curated list of awesome things related to Ruby on Rails
- Awesome Rails Gem - (Source ⭐ 2.8K, 📝 18/03/13 ) - A collection of awesome Ruby Gems for Rails development.
- Awesome Serverless - (Source ⭐ 2.1K, 📝 19/05/23 ) - DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
- Awesome Slim - (Source ⭐ 10, 📝 22/09/03 ) - A curated list of awesome Slim framework packages and resources.
- Awesome Symfony - (Source ⭐ 1.5K, 📝 22/12/04 ) - A list of awesome Symfony bundles, utilities and resources.
- Awesome Symfony Education - (Source ⭐ 316, 📝 19/02/23 ) - Useful sources around Symfony - articles, series and books (not Bundles)
- Awesome Tall Stack - (Source ⭐ 748, 📝 22/02/03 ) - A curated list of awesome things related to the TALL stack.
- Awesome Terraform - (Source ⭐ 6.5K, 📝 07/14 ) - Curated list of resources on HashiCorp's Terraform and OpenTofu
- Awesome Vagrant - (Source ⭐ 563, 📝 20/10/07 ) - A curated list of awesome Vagrant resources, plugins, tutorials and other nice things.
- Awesome Vapor - (Source ⭐ 980, 📝 19/10/21 ) - A curated list of Vapor-related awesome projects.
- Awesome Wicket - (Source ⭐ 66, 📝 20/08/16 ) - A curated list of awesome projects powered by Apache Wicket
- Htaccess - (Source ⭐ 13K, 📝 03/06 ) - ✂A collection of useful .htaccess snippets.
- Nginx Resources - (Source ⭐ 3.8K, 📝 07/30 ) - A collection of resources covering Nginx, Nginx + Lua, OpenResty and Tengine
- Vertx Awesome - (Source ⭐ 2.2K, 📝 06/27 ) - A curated list of awesome Vert.x resources, libraries, and other nice things.
Big Data
- Awesome Bigdata - (Source ⭐ 15K, 📝 07/31 ) - A curated list of awesome big data frameworks, ressources and other awesomeness.
- Awesome Data Engineering - (Source ⭐ 8.8K, 📝 07/19 ) - A curated list of data engineering tools for software developers
- Awesome Hadoop - (Source ⭐ 1K, 📝 22/01/24 ) - A curated list of amazingly awesome Hadoop and Hadoop ecosystem resources
- Awesome Qlik - (Source ⭐ 30, 📝 19/11/15 ) - A curated list of awesome Qlik extensions and resources for Qlik Sense and QlikView
- Awesome Spark - (Source ⭐ 1.7K, 📝 24/10/24 ) - A curated list of awesome Apache Spark packages and resources.
- Awesome Splunk - (Source ⭐ 79, 📝 20/09/11 ) - A collection of awesome resources for Splunk
- Awesome Streaming - (Source ⭐ 3K, 📝 08/14 ) - a curated list of awesome streaming frameworks, applications, etc
Books
- Awesome Book Authoring - (Source ⭐ 283, 📝 19/12/06 ) - 📚 A collection of awesome resources for technical book authors
- Awesome Ios Books - (Source ⭐ 714, 📝 08/23 ) - 📚 Directory of iOS books
- ElixirBooks - (Source ⭐ 1.2K, 📝 22/08/14 ) - List of Elixir books
- Free Programming Books (English, By Programming Language) - (Source ⭐ 395K, 📝 06/30 ) - 📚 Freely available programming books
- GoBooks - (Source ⭐ 20K, 📝 02/27 ) - List of Golang books
- Rbooks - (Source ⭐ 192, 📝 17/10/11 ) - A curated list of #rstats books
Business
- Awesome Billing - (Source ⭐ 1.3K, 📝 08/07 ) - 💰 Billing & Payments knowledge for cloud platforms
- Awesome Clean Tech - (Source ⭐ 456, 📝 03/13 ) - A community curated list of awesome clean tech companies
- Awesome Developer First - (Source ⭐ 1.8K, 📝 08/23 ) - A curated list of awesome developer-first tools products.
- Awesome Engineering Team Management - (Source ⭐ 2.6K, 📝 08/07 ) - 👔 How to transition from software development to engineering management
- Awesome Indie - (Source ⭐ 9.5K, 📝 22/01/09 ) - Resources for independent developers to make money
- Awesome Leading and Managing ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Okr - (Source ⭐ 1.4K, 📝 21/09/13 ) - A curated list about OKR (Objective - Key Results)
- Awesome Open Company - (Source ⭐ 907, 📝 24/01/11 ) - A community-curated list of awesome open companies.
- Awesome Social Enterprise - (Source ⭐ 100, 📝 24/12/23 ) - 📗Resources to dive into the world of social enterprises 🌼
- Awesome Wardley Maps - (Source ⭐ 760, 📝 03/07 ) - Wardley maps community hub. Useful Wardley mapping resources
- PlacesToPostYourStartup - (Source ⭐ 6.5K, 📝 02/15 ) - Compiled list of links from "Ask HN: Where can I post my startup to get beta users?"
ChatGPT
- Awesome Chatgpt - (Source ⭐ 1.5K, 📝 70/01/01 ) - Curated list of awesome tools, demos, docs for ChatGPT and GPT-3
- Awesome Chatgpt - (Source ⭐ 536, 📝 23/03/13 ) - Curated list of ChatGPT related resource, tools, prompts, apps / ChatGPT 相關優質資源、工具、應用的精選清單。
- Awesome Chatgpt - (Source ⭐ 557, 📝 23/07/20 ) - Selected ChatGPT demos, tools, articles, and more ✨
- Awesome Chatgpt Prompts - (Source ⭐ 166K, 📝 04/08 ) - f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
- Awesome Langchain - (Source ⭐ 9.5K, 📝 08/11 ) - 😎 Awesome list of tools and projects with the awesome LangChain framework
Computer Science
- Asdf Plugins - (Source ⭐ 1.4K, 📝 23/02/13 ) - Convenience shortname repository for asdf community plugins
- Awesome Ai - (Source ⭐ 10, 📝 06/11 ) - Comprehensive collection of AI/ML tools, frameworks, libraries, and resources. Automatically curated and continuously updated with rich metadata and categorization.
- Awesome Ai in Finance - (Source ⭐ 6.3K, 📝 08/04 ) - 🔬 A curated list of awesome LLMs & deep learning strategies & tools in financial market.
- Awesome Ai Tools - (Source ⭐ 4.1K, 📝 25/11/24 ) - A curated list of Artificial Intelligence Top Tools
- Awesome Cern - (Source ⭐ 109, 📝 03/31 ) - A curated list of awesome open source frameworks, libraries and software developed by CERN for the world
- Awesome Computer Vision - (Source ⭐ 17K, 📝 21/09/28 ) - A curated list of awesome computer vision resources
- Awesome Conversational Ai - (Source ⭐ 51, 📝 22/01/23 ) - A curated list of delightful Conversational AI resources.
- Awesome CoreML Models - (Source ⭐ 6.7K, 📝 25/06/17 ) - Largest list of models for Core ML (for iOS 11+)
- Awesome Courses - (Source ⭐ 43K, 📝 22/11/13 ) - 📚 List of awesome university courses for learning Computer Science!
- Awesome Crypto Papers - (Source ⭐ 1.8K, 📝 24/10/18 ) - A curated list of cryptography papers, articles, tutorials and howtos.
- Awesome Cryptography - (Source ⭐ 6.3K, 📝 25/06/05 ) - A curated list of cryptography resources and links.
- Awesome Datascience - (Source ⭐ 30K, 📝 08/18 ) - 📝 An awesome Data Science repository to learn and apply for real world problems.
- Awesome Deep Learning - (Source ⭐ 25K, 📝 25/05/26 ) - A curated list of awesome Deep Learning tutorials, projects and communities.
- Awesome Deep Learning Papers - (Source ⭐ 24K, 📝 17/09/22 ) - The most cited deep learning papers
- Awesome Deep Learning Resources - (Source ⭐ 1.5K, 📝 21/08/04 ) - Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
- Awesome Deep Vision - (Source ⭐ 10K, 📝 17/03/13 ) - A curated list of deep learning resources for computer vision
- Awesome Design Patterns - (Source ⭐ 40K, 📝 23/12/06 ) - A curated list of software and architecture related design patterns.
- Awesome Functional Programming - (Source ⭐ 929, 📝 24/04/22 ) - 👽 A curated list of functional programming resources such as blog posts, communities, discussion topics, wikis and more.
- Awesome H2o - (Source ⭐ 345, 📝 23/05/19 ) - A curated list of research, applications and projects built using the H2O Machine Learning platform
- Awesome Information Retrieval - (Source ⭐ 894, 📝 17/10/23 ) - A curated list of awesome information retrieval resources
- Awesome Jax - (Source ⭐ 2K, 📝 01/20 ) - JAX - A curated list of resources https://github.com/google/jax
- Awesome Learn Datascience - (Source ⭐ 637, 📝 24/06/08 ) - 📈 Curated list of resources to help you get started with Data Science
- Awesome Linguistics - (Source ⭐ 430, 📝 25/02/22 ) - A curated list of anything remotely related to linguistics
- Awesome Machine Learning - (Source ⭐ 74K, 📝 08/21 ) - A curated list of awesome Machine Learning frameworks, libraries and software.
- Awesome Msr - (Source ⭐ 480, 📝 06/01 ) - A curated repository of software engineering repository mining data sets
- Awesome Nlg - (Source ⭐ 424, 📝 23/09/03 ) - A curated list of resources dedicated to Natural Language Generation (NLG)
- Awesome Qa - (Source ⭐ 706, 📝 21/01/13 ) - 😎 A curated list of the Question Answering (QA)
- Awesome Quantum Computing - (Source ⭐ 2.4K, 📝 23/08/12 ) - A curated list of awesome quantum computing learning and developing resources.
- Awesome Seml - (Source ⭐ 1K, 📝 22/02/11 ) - A curated list of articles that cover the software engineering best practices for building machine learning applications.
- Awesome Spanish Nlp - (Source ⭐ 324, 📝 24/01/09 ) - Curated list of Linguistic Resources for doing NLP & CL on Spanish
- Awesome Tensorflow - (Source ⭐ 18K, 📝 02/09 ) - TensorFlow - A curated list of dedicated resources http://tensorflow.org
- Awesome Tensorflow Js - (Source ⭐ 175, 📝 21/04/04 ) - Awesome TensorFlow.js - A curated list of dedicated resources to master TensorFlow.js
- Awesome Tensorflow Lite - (Source ⭐ 960, 📝 22/02/15 ) - An awesome list of TensorFlow Lite models, samples, tutorials, tools and learning resources.
- Awesome Theoretical Computer Science - (Source ⭐ 1.1K, 📝 25/09/05 ) - Math & CS awesome List, distinguished by proof and logic technique
- Awesome Xai - (Source ⭐ 54, 📝 21/05/04 ) - Awesome Explainable AI (XAI) and Interpretable ML Papers and Resources
- Collective Ai Tools - (Source ⭐ 228, 📝 08/21 ) - Search across curated tools, MCP servers, prompts, skills, and trending repos, one query, every corner of the ecosystem.
- Computer Science - (Source ⭐ 205K, 📝 21/07/23 ) - 🎓 Path to a free self-taught education in Computer Science!
- Machine Learning Tutorials - (Source ⭐ 12K, 📝 21/10/01 ) - machine learning and deep learning tutorials, articles and other resources
- Machine Learning with Ruby - (Source ⭐ 2.1K, 📝 24/12/27 ) - Curated list: Resources for machine learning in Ruby
- Nlp with Ruby - (Source ⭐ 967, 📝 22/08/27 ) - Curated List: Practical Natural Language Processing done in Ruby
- Static Analysis - (Source ⭐ 15K, 📝 06/10 ) - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
Content Management Systems
- Awesome - (Source ⭐ 491, 📝 23/02/02 ) - A collection of awesome Craft CMS plugins, articles, resources and shiny things.
- Awesome Directus - (Source ⭐ 551, 📝 24/11/12 ) - A curated list of awesome things related to Directus
- Awesome Drupal - (Source ⭐ 79, 📝 18/07/05 ) - Useful resources for Drupal CMS 💧
- Awesome Plone - (Source ⭐ 76, 📝 05/29 ) - Add-ons and resources for the CMS Plone
- Awesome Refinerycms - (Source ⭐ 29, 📝 16/04/07 ) - A collection of awesome Refinery CMS extensions, resources and shiny things.
- Awesome Silverstripe Cms - (Source ⭐ 47, 📝 23/07/27 ) - Useful resources for Silverstripe CMS and framework
- Awesome Sitecore - (Source ⭐ 79, 📝 25/09/26 ) - Awesome lists of useful Sitecore tools, extensions and GitHub repositories
- Awesome Umbraco - (Source ⭐ 202, 📝 22/08/04 ) - A curated list of awesome Umbraco packages, resources and tools
- Awesome Wagtail - (Source ⭐ 2.2K, 📝 01/18 ) - A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
Data Engineering
- Awesome Sql Playground - (Source ⭐ 1, 📝 25/03/13 ) - A curated list of the best SQL playgrounds and online SQL compilers for practicing and testing SQL queries directly in your browser.
Databases
- Awesome Cassandra - (Source ⭐ 201, 📝 21/11/29 ) - A curated list of the best resources in the Cassandra community.
- Awesome Couchdb - (Source ⭐ 159, 📝 23/05/09 ) - CouchDB - curated meta resources & best practices list
- Awesome Db - (Source ⭐ 1K, 📝 15/11/04 ) - A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/
- Awesome Db Tools - (Source ⭐ 5.1K, 📝 05/21 ) - Everything that makes working with databases easier
- Awesome Hbase - (Source ⭐ 177, 📝 05/18 ) - A curated list of awesome HBase projects and resources.
- Awesome Influxdb - (Source ⭐ 761, 📝 21/11/12 ) - A curated list of awesome projects, libraries, tools, etc. related to InfluxDB
- Awesome Mongodb - (Source ⭐ 2.7K, 📝 08/06 ) - 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications
- Awesome Mysql - (Source ⭐ 2.6K, 📝 08/17 ) - A curated list of awesome MySQL software, libraries, tools and resources
- Awesome Neo4j - (Source ⭐ 453, 📝 18/05/21 ) - A curated list of Neo4j resources.
- Awesome Nosql Guides - (Source ⭐ 184, 📝 22/03/29 ) - 💻 Curated list of awesome resources and links about using NoSQL databases
- Awesome Postgres - (Source ⭐ 12K, 📝 05/21 ) - A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
- Awesome Rethinkdb - (Source ⭐ 109, 📝 16/05/09 ) - A curated list of awesome RethinkDB resources, libraries, tools and applications
- Awesome Tdengine - (Source ⭐ 43, 📝 23/03/31 ) - 🎉 A curated list of awesome projects related to TDengine
- Awesome Tinkerpop - (Source ⭐ 161, 📝 17/12/08 ) - A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2
- Typedb Awesome - (Source ⭐ 85, 📝 08/11 ) - A curated list of awesome TypeDB frameworks libraries, software and resources.
Decentralized Systems
- Alternative Internet - (Source ⭐ 5.4K, 📝 25/09/15 ) - A collection of interesting new networks and tech aiming at decentralisation (in some form).
- Awesome Algorand - (Source ⭐ 215, 📝 06/30 ) - ⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
- Awesome Bitcoin - (Source ⭐ 1.3K, 📝 08/13 ) - A curated list of bitcoin services and tools for software developers
- Awesome Blockchain Ai - (Source ⭐ 1.1K, 📝 02/07 ) - A curated list of Blockchain projects for Artificial Intelligence and Machine Learning
- Awesome Corda - (Source ⭐ 67, 📝 21/08/10 ) - A curated list of awesome Corda resources
- Awesome Decentralized - (Source ⭐ 1.1K, 📝 01/26 ) - 🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
- Awesome Eosio - (Source ⭐ 78, 📝 25/02/06 ) - 😎 A curated list of awesome EOSIO resources for users and developers.
- Awesome Ethereum - (Source ⭐ 227, 📝 22/01/08 ) - A Curated List of Awesome Ethereum Resources
- Awesome Golem - (Source ⭐ 169, 📝 24/01/17 ) - A community-curated list of awesome projects and resources related to the Golem peer-to-peer computational resources marketplace.
- Awesome Mastodon - (Source ⭐ 431, 📝 21/01/10 ) - Curated list of awesome Mastodon-related stuff!
- Awesome Non Financial Blockchain - (Source ⭐ 574, 📝 20/10/12 ) - Curated list of projects that build non-financial applications of blockchain
- Awesome Pleb Projects - (Source ⭐ 4, 📝 23/02/20 ) - A List of Awesome Bitcoin (Pleb) Projects
- Awesome Ripple - (Source ⭐ 169, 📝 21/07/02 ) - A curated list of Ripple resources
- Awesome Stacks Chain - (Source ⭐ 118, 📝 25/12/19 ) - A list of Awesome Stacks related stuff. Stacks, the blockchain using Proof of Transfer
- Awesome Substrate - (Source ⭐ 719, 📝 24/04/21 ) - A curated list of awesome projects and resources related to the Substrate blockchain development framework.
- Awesome Waves - (Source ⭐ 69, 📝 20/10/05 ) - Curated list of awesome things for development on Waves blockchain.
DevOps
- Awesome Kustomize - (Source ⭐ 114, 📝 25/11/24 ) - A curated and collaborative list of awesome Kustomize resources
- Awesome Opentofu - (Source ⭐ 202, 📝 07/25 ) - A curated list of OpenTofu tools, resources, and related projects.
Development Environment
- Awesome Actions - (Source ⭐ 25K, 📝 24/09/02 ) - A curated list of awesome actions to use on GitHub
- Awesome Alfred Workflows - (Source ⭐ 3.1K, 📝 22/11/14 ) - A curated list of awesome alfred workflows
- Awesome Bash - (Source ⭐ 9.8K, 📝 05/21 ) - A curated list of delightful Bash scripts and resources.
- Awesome Browser Extensions for Github - (Source ⭐ 3K, 📝 23/10/24 ) - A collection of awesome browser extensions for GitHub.
- Awesome Ci - (Source ⭐ 4.1K, 📝 07/29 ) - The list of continuous integration services and tools
- Awesome Cli Apps - (Source ⭐ 20K, 📝 08/22 ) - 🖥 📊 🕹 🛠 A curated list of command line apps
- Awesome Cli Apps in a Csv - (Source ⭐ 2.6K, 📝 07/30 ) - The largest Awesome Curated list of command line programs (CLI/TUI) with source data organized into CSV files
- Awesome Devenv - (Source ⭐ 2.4K, 📝 22/09/20 ) - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
- Awesome Devtools - (Source ⭐ 366, 📝 23/12/26 ) - 🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
- Awesome Dotfiles - (Source ⭐ 11K, 📝 07/26 ) - A curated list of dotfiles resources.
- Awesome Git - (Source ⭐ 2.9K, 📝 07/07 ) - A curated list of amazingly awesome Git tools, resources and shiny things
- Awesome Git Hooks - (Source ⭐ 1.1K, 📝 02/15 ) - ⚓ A curated list of awesome git hooks
- Awesome Github - (Source ⭐ 726, 📝 21/04/25 ) - A curated list of GitHub's awesomeness
- Awesome Pinned Gists - (Source ⭐ 2K, 📝 25/08/05 ) - 📌✨ A collection of awesome dynamic pinned gists for GitHub
- Awesome Powershell - (Source ⭐ 3.6K, 📝 22/05/28 ) - A curated list of delightful PowerShell modules and resources
- Awesome Qgis - (Source ⭐ 29, 📝 07/23 ) - An awesome list that curates the best QGis frameworks, libraries, tools, plugins, tutorials, articles,resources and more.
- Awesome Shell - (Source ⭐ 30K, 📝 24/02/20 ) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
- Awesome Ssh - (Source ⭐ 2K, 📝 21/09/14 ) - 💻 A curated list of SSH resources.
- Awesome Sysadmin - (Source ⭐ 35K, 📝 08/16 ) - A curated list of amazingly awesome open-source sysadmin resources.
- Awesome Terminals - (Source ⭐ 2.8K, 📝 07/20 ) - Terminal Emulators
- Awesome Tmux - (Source ⭐ 10K, 📝 08/08 ) - A list of awesome resources for tmux
- Awesome WSL - (Source ⭐ 6.5K, 📝 08/04 ) - Awesome list dedicated to Windows Subsystem for Linux
- Awesome Zsh Plugins - (Source ⭐ 18K, 📝 08/22 ) - A collection of ZSH frameworks, plugins, themes and tutorials.
- awsm.fish - (Source ⭐ 4.8K, 📝 01/25 ) - A curation of prompts, plugins & other Fish treasures 🐚💎
- FOSS for Dev - (Source ⭐ 965, 📝 24/02/02 ) - A hub of Free and open-source software for developers
- Git Cheat Sheet - (Source ⭐ 7.1K, 📝 25/07/14 ) - 🐙 git and git flow cheat sheet
- Github Cheat Sheet - (Source ⭐ 43K, 📝 20/02/02 ) - A list of cool features of Git and GitHub.
- Quick Look Plugins - (Source ⭐ 19K, 📝 07/26 ) - List of useful Quick Look plugins for developers
- Terminals Are Sexy - (Source ⭐ 11K, 📝 20/12/13 ) - 💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers.
- Tips - (Source ⭐ 22K, 📝 08/10 ) - Most commonly used git tips and tricks.
Editors
- Awesome Atom - (Source ⭐ 1.9K, 📝 18/12/14 ) - A curated list of delightful Atom packages and resources.
- Awesome Neovim - (Source ⭐ 21K, 📝 08/20 ) - Collections of awesome neovim plugins.
- Awesome Vscode - (Source ⭐ 29K, 📝 06/21 ) - 🎨 A curated list of delightful VS Code packages and resources.
- Awesome_jetbrains_plugins - (Source ⭐ 83, 📝 03/15 ) - This is a list of all top and best plugins for Jetbrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, Rider, CLion, RubyMine, GoLand, RustRover, Aqua, Android Studio).
- Sublime Bookmarks - (Source ⭐ 1K, 📝 24/01/16 ) - Sublime Text essential plugins and resources
- Vim Galore - (Source ⭐ 15K, 📝 18/10/03 ) - 🎓 All things Vim!
Entertainment
- Awesome Fantasy - (Source ⭐ 1.3K, 📝 24/01/23 ) - 🏰 Fantasy literature worth reading
- Awesome Geek Podcasts - (Source ⭐ 627, 📝 03/23 ) - A curated list of podcasts we like to listen to.
- Awesome Newsletters - (Source ⭐ 4.4K, 📝 04/18 ) - A list of amazing Newsletters
- Awesome Scifi - (Source ⭐ 4.7K, 📝 25/12/23 ) - Sci-Fi worth consuming
Events
- Awesome Creative Tech Events - (Source ⭐ 113, 📝 20/02/17 ) - A curated list of awesome creative tech events from around the world
- Awesome Italy Events - (Source ⭐ 145, 📝 21/02/11 ) - Curated list of tech related events in Italy
- Awesome Netherlands Events - (Source ⭐ 61, 📝 18/10/03 ) - 🦄 Curated list of awesome Dutch (tech related) events
Finance
- Awesome Quant - (Source ⭐ 25K, 📝 03/22 ) - A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Front-End Development
- Awesome Angular - (Source ⭐ 9.8K, 📝 70/01/01 ) - 📄 A curated list of awesome Angular resources
- Awesome Ant Design - (Source ⭐ 3.2K, 📝 25/07/29 ) - A curated list of Ant Design resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Ant Design that we keep up-to-date
- Awesome Aurelia - (Source ⭐ 306, 📝 19/10/20 ) - A curated list of amazingly awesome Aurelia libraries.
- Awesome Backbone - (Source ⭐ 403, 📝 16/10/31 ) - A list of resources for backbone.js
- Awesome Blazor - (Source ⭐ 9.4K, 📝 07/25 ) - Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
- Awesome Browserify - (Source ⭐ 82, 📝 17/01/04 ) - 🔮 A curated list of awesome Browserify resources, libraries, and tools.
- Awesome Building Blocks for Web Apps - (Source ⭐ 182, 📝 25/11/24 ) - Standalone features to be integrated into web applications
- Awesome Canvas - (Source ⭐ 1.8K, 📝 06/14 ) - A curated list of awesome HTML5 Canvas with examples, related articles and posts.
- Awesome Charting - (Source ⭐ 1.8K, 📝 20/12/23 ) - A curated list of the best charting and dataviz resources that developers may find useful, including the best JavaScript charting libraries
- Awesome Choo - (Source ⭐ 191, 📝 19/01/30 ) - 🌅 Awesome things related with choo framework
- Awesome Chrome Devtools - (Source ⭐ 6.9K, 📝 03/27 ) - Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem
- Awesome Css - (Source ⭐ 5K, 📝 24/10/30 ) - 🎨 A curated contents of amazing CSS :)
- Awesome Css Frameworks - (Source ⭐ 9.4K, 📝 25/04/23 ) - List of awesome CSS frameworks in 2026
- Awesome Cyclejs - (Source ⭐ 826, 📝 20/12/07 ) - A curated list of awesome Cycle.js resources
- Awesome D3 - (Source ⭐ 4.9K, 📝 23/01/14 ) - A list of D3 libraries, plugins and utilities
- Awesome Design - (Source ⭐ 14K, 📝 21/06/14 ) - 🌟 Curated design resources from all over the world.
- Awesome Design Systems - (Source ⭐ 24K, 📝 04/29 ) - 💅🏻 ⚒ A collection of awesome design systems
- Awesome Design Systems - (Source ⭐ 877, 📝 08/05 ) - 📒 A curated list of bookmarks, resources and articles about design systems focused on developers.
- Awesome Dojo - (Source ⭐ 75, 📝 18/10/30 ) - A curated list of awesome Dojo JavaScript Toolkit libraries, resources and other shiny things.
- Awesome Draft Js - (Source ⭐ 2.5K, 📝 20/02/18 ) - Awesome list of Draft.js resources
- Awesome Emails - (Source ⭐ 2.4K, 📝 24/10/04 ) - ✉️ An awesome list of resources to build better emails.
- Awesome Ember - (Source ⭐ 191, 📝 24/07/30 ) - A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
- Awesome Flexbox - (Source ⭐ 1.1K, 📝 19/09/27 ) - 👓 A curated list of CSS Flexible Box Layout Module or only Flexbox.
- Awesome Html5 - (Source ⭐ 2.1K, 📝 19/11/29 ) - 📝 A curated list of awesome HTML5 resources
- Awesome Inertiajs - (Source ⭐ 254, 📝 06/15 ) - A curated list of awesome Inertia.js resources
- Awesome Ionic - (Source ⭐ 843, 📝 24/08/14 ) - An "awesome" list of Ionic resources
- Awesome Jamstack - (Source ⭐ 1.4K, 📝 08/17 ) - Carefully curated list of awesome Jamstack resources
- Awesome Jquery - (Source ⭐ 969, 📝 01/02 ) - A curated list of awesome jQuery plugins, resources and other shiny things.
- Awesome Js Tooling in Rust - (Source ⭐ 421, 📝 24/12/28 ) - A curated list of JavaScript tooling written in Rust
- Awesome Knockout - (Source ⭐ 91, 📝 16/05/06 ) - A curated list of awesome plugins for Knockout
- Awesome Less - (Source ⭐ 52, 📝 17/05/10 ) - 😎 A curated list of awesome {Less}
- Awesome Lit - (Source ⭐ 1.7K, 📝 08/18 ) - A curated list of awesome Lit resources.
- Awesome Marionette - (Source ⭐ 154, 📝 17/01/01 ) - A list of resources for marionette.js
- Awesome Material - (Source ⭐ 656, 📝 08/21 ) - A curated list of Google's material design libraries for different frameworks.
- Awesome Material Ui - (Source ⭐ 219, 📝 24/08/28 ) - A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date
- Awesome Mdbootstrap - (Source ⭐ 42, 📝 24/04/11 ) - A curated list of awesome things related to MDBootstrap
- Awesome Meteor - (Source ⭐ 1.4K, 📝 21/09/07 ) - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
- Awesome Mobile Web Development - (Source ⭐ 1.1K, 📝 21/04/14 ) - All that you need to create a great mobile web experience
- Awesome Nextjs - (Source ⭐ 11K, 📝 07/29 ) - 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
- Awesome Pagespeed Metrics - (Source ⭐ 656, 📝 21/02/02 ) - ⚡Metrics to help understand page speed and user experience
- Awesome Polymer - (Source ⭐ 393, 📝 18/01/20 ) - A collection of awesome Polymer resources.
- Awesome Preact - (Source ⭐ 1K, 📝 08/06 ) - A curated list of amazingly awesome things regarding Preact ecosystem 🌟
- Awesome Progressive Web Apps - (Source ⭐ 1.5K, 📝 17/11/24 ) - 🌅 A collection of awesome resources for building progressive web apps
- Awesome React - (Source ⭐ 74K, 📝 08/20 ) - A collection of awesome things regarding React ecosystem
- Awesome React Components - (Source ⭐ 47K, 📝 02/08 ) - Curated List of React Components & Libraries.
- Awesome React Hooks - (Source ⭐ 1.1K, 📝 19/05/27 ) - A curated list about React Hooks
- Awesome Redux - (Source ⭐ 363, 📝 17/01/27 ) - Catalog of Redux Libraries & Learning Material
- Awesome Relay - (Source ⭐ 257, 📝 17/01/09 ) - Awesome resources for Relay
- Awesome Sass - (Source ⭐ 1.8K, 📝 20/11/07 ) - 🎨 Curated list of awesome Sass and SCSS frameworks, libraries, style guides, articles, and resources.
- Awesome Seed Rs - (Source ⭐ 218, 📝 25/01/11 ) - A curated list of awesome things related to Seed
- Awesome Service Workers - (Source ⭐ 1.6K, 📝 18/10/30 ) - 🔩 A collection of awesome resources for learning Service Workers
- Awesome Static Website Services - (Source ⭐ 2K, 📝 02/09 ) - 📄 🛠 A curated list of awesome static websites services
- Awesome Storybook - (Source ⭐ 394, 📝 25/07/14 ) - A collection of awesome resources about @storybookjs ecosystem 🎨
- Awesome Svelte - (Source ⭐ 2.1K, 📝 05/31 ) - ⚡ A curated list of awesome Svelte resources
- Awesome Tailwindcss - (Source ⭐ 15K, 📝 08/15 ) - 😎 Awesome things related to Tailwind CSS
- Awesome Text Editing - (Source ⭐ 245, 📝 20/06/18 ) - Collection of text editing resources and libraries for the web
- Awesome Typescript - (Source ⭐ 5.1K, 📝 02/09 ) - A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript
- Awesome Vite - (Source ⭐ 17K, 📝 02/08 ) - ⚡️ A curated list of awesome things related to Vite.js
- Awesome Vue - (Source ⭐ 74K, 📝 07/24 ) - 🎉 A curated list of awesome things related to Vue.js
- Awesome Web Animation - (Source ⭐ 1.1K, 📝 21/09/16 ) - A list of awesome web animation libraries, books, apps etc.
- Awesome Web Performance Budget - (Source ⭐ 127, 📝 04/27 ) - ⚡️Articles, Websites, Tools and Case Studies to implement performance budget to a website. (PR 's welcomed)
- Awesome Webaudio - (Source ⭐ 1.4K, 📝 06/05 ) - A curated list of awesome WebAudio packages and resources.
- Awesome Webgl - (Source ⭐ 1.5K, 📝 04/02 ) - A curated list of awesome WebGL libraries, resources and much more
- Awesome Wordpress Gatsby - (Source ⭐ 247, 📝 21/05/02 ) - An awesome list of resources about WordPress as a headless CMS with Gatsby
- Awesome Wpo - (Source ⭐ 9K, 📝 07/28 ) - A curated list of Web Performance Optimization.
- Awesome Yew - (Source ⭐ 1.6K, 📝 02/28 ) - 😎 A curated list of awesome things related to Yew / WebAssembly.
- BEM Resources - (Source ⭐ 482, 📝 23/04/07 ) - Just a repo full of BEM resources
- Critical Path Css Tools - (Source ⭐ 1.1K, 📝 16/01/20 ) - Tools to prioritize above-the-fold (critical-path) CSS
- Css Protips - (Source ⭐ 29K, 📝 21/01/05 ) - ⚡️ A collection of tips to help take your CSS skills pro 🦾
- Es6 Tools - (Source ⭐ 3.9K, 📝 16/08/29 ) - An aggregation of tooling for using ES6 today
- Inspire - (Source ⭐ 1.1K, 📝 23/02/09 ) - Collection of frontend dev and web design links 💡
- Jquery Tips Everyone Should Know - (Source ⭐ 4.3K, 📝 17/06/22 ) - A collection of tips to help up your jQuery game 🎮
- Motion Ui Design - (Source ⭐ 888, 📝 05/16 ) - Resources for inspiration, lists of software, libraries and other stuff related to Motion UI design, animations and transitions.
- Progressive Enhancement Resources - (Source ⭐ 102, 📝 23/02/19 ) - Resources on Progressive Enhancement. From concept and strategies to feature detection & testing methods. Complete with a list of (code) examples.
- Scalable Css Reading List - (Source ⭐ 1.5K, 📝 16/12/03 ) - Collected dispatches from The Quest for Scalable CSS
- Tools - (Source ⭐ 1.3K, 📝 07/28 ) - Tools Online
- Typography - (Source ⭐ 708, 📝 08/10 ) - A collection of web typography resources
- Web Development Resources - (Source ⭐ 7.4K, 📝 70/01/01 ) - Awesome Web Development Resources.
- Webcomponents the Right Way - (Source ⭐ 3.6K, 📝 08/17 ) - A curated list of awesome Web Components resources.
GPT-3
Gaming
- Awesome Chess - (Source ⭐ 264, 📝 17/06/20 ) - Chess!
- Awesome Chip 8 - (Source ⭐ 92, 📝 22/12/27 ) - List of CHIP-8 resources
- Awesome Construct - (Source ⭐ 83, 📝 25/07/14 ) - A curated list of tools, tutorials, examples, and much more, for the awesome game development engines Construct 2 and Construct 3
- Awesome Discord Communities - (Source ⭐ 3.4K, 📝 25/11/24 ) - A curated list of awesome Discord communities for programmers
- Awesome Esports - (Source ⭐ 45, 📝 23/09/23 ) - A curated list of open-source projects related to esports.
- Awesome Flame - (Source ⭐ 1.4K, 📝 07/02 ) - An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.
- Awesome Game Engine Dev - (Source ⭐ 1.4K, 📝 08/18 ) - Awesome list of resources for Game Engine Development.
- Awesome Game Remakes - (Source ⭐ 1.4K, 📝 08/18 ) - Actively maintained open-source game remakes.
- Awesome Games of Coding - (Source ⭐ 2.1K, 📝 03/25 ) - A curated list of games that can teach you how to learn a programming language.
- Awesome Gametalks - (Source ⭐ 919, 📝 16/07/07 ) - 💬 A curated list of gaming talks (development, design, etc)
- Awesome Gbdev - (Source ⭐ 4.4K, 📝 06/09 ) - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
- Awesome Gideros - (Source ⭐ 23, 📝 19/10/07 ) - A curated list of awesome Gideros resources, classes and tips.
- Awesome Godot - (Source ⭐ 10K, 📝 07/09 ) - A curated list of free/libre plugins, scripts and add-ons for Godot
- Awesome Haxe Gamedev - (Source ⭐ 355, 📝 23/11/18 ) - Resources for game development on haxe
- Awesome Ironsworn - (Source ⭐ 189, 📝 07/29 ) - An awesome list of awesome Ironsworn projects
- Awesome Libgdx - (Source ⭐ 1K, 📝 24/12/04 ) - 🎮 📝 A curated list of libGDX resources to help developers make awesome games.
- Awesome Love2d - (Source ⭐ 4.4K, 📝 06/19 ) - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
- Awesome Minecraft - (Source ⭐ 559, 📝 25/11/24 ) - 📝 The curated list of awesome things related to Minecraft.
- Awesome Open Source Games - (Source ⭐ 3K, 📝 08/15 ) - Collection of Games that have the source code available on GitHub
- Awesome PICO 8 - (Source ⭐ 3.1K, 📝 07/28 ) - A curated list of awesome PICO-8 resources, carts, tools and more
- Awesome Playcanvas - (Source ⭐ 478, 📝 08/23 ) - A curated list of awesome PlayCanvas assets, resources, and more.
- Awesome Unity - (Source ⭐ 6.7K, 📝 21/04/26 ) - A curated list of awesome Unity assets, resources, and more.
- Game Datasets - (Source ⭐ 1.1K, 📝 08/08 ) - 🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
- Magictools - (Source ⭐ 17K, 📝 08/18 ) - 🎮 📝 A list of Game Development resources to make magic happen.
Hardware
- Awesome Beacon - (Source ⭐ 841, 📝 19/05/03 ) - A curated list of awesome Bluetooth beacon software and tools.
- Awesome Electronics - (Source ⭐ 7.1K, 📝 01/06 ) - A curated list of awesome resources for Electronic Engineers and hobbyists
- Awesome Iot - (Source ⭐ 4.4K, 📝 08/10 ) - 🤖 A curated list of awesome Internet of Things projects and resources.
- Awesome Lidar - (Source ⭐ 1.2K, 📝 03/16 ) - 😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
- Awesome Open Hardware - (Source ⭐ 1K, 📝 08/20 ) - 🛠Helpful items for making open source hardware projects.
- Awesome Plotters - (Source ⭐ 1.3K, 📝 25/12/04 ) - A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
- Awesome Robotic Tooling - (Source ⭐ 2.5K, 📝 23/04/30 ) - Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
- Awesome Robotics - (Source ⭐ 4.2K, 📝 24/09/23 ) - A list of awesome Robotics resources
- Guitarspecs - (Source ⭐ 197, 📝 20/12/27 ) - Overview of the electric guitar's parts specs
Health and Social Science
- Awesome Animal Care - (Source ⭐ 18, 📝 07/20 ) - List of curated, practical information resources to care for dogs, cats, fishes, horses, parrots and others.
- Awesome Bioie - (Source ⭐ 437, 📝 05/26 ) - 🧫 A curated list of resources relevant to doing Biomedical Information Extraction (including BioNLP)
- Awesome Computational Neuroscience - (Source ⭐ 702, 📝 24/08/03 ) - A list of schools and researchers in computational neuroscience
- Awesome Digital History - (Source ⭐ 349, 📝 08/17 ) - Find primary sources online and learn how to research history digitally.
- Awesome Diversity - (Source ⭐ 572, 📝 21/06/21 ) - A curated list of amazingly awesome articles, websites and resources about diversity in technology.
- Awesome Healthcare - (Source ⭐ 3.8K, 📝 05/05 ) - Curated list of awesome open source healthcare software, libraries, tools and resources.
- Awesome Humane Tech - (Source ⭐ 2.8K, 📝 70/01/01 ) - Promoting Solutions that Improve Wellbeing, Freedom and Society
- Awesome Mental Health - (Source ⭐ 3.2K, 📝 25/05/03 ) - A curated list of awesome articles, websites and resources about mental health in the software industry.
- Awesome Neuroscience - (Source ⭐ 1.3K, 📝 23/01/01 ) - A curated list of awesome neuroscience libraries, software and any content related to the domain.
- Empathy in Engineering - (Source ⭐ 487, 📝 16/07/29 ) - A curated list of resources for building and promoting more compassionate engineering cultures
LLM
- Awesome Azure Openai Llm - (Source ⭐ 407, 📝 07/17 ) - A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.
- Awesome Claude Code - (Source ⭐ 52K, 📝 08/13 ) - A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
- Awesome Firebase Genkit - (Source ⭐ 119, 📝 04/29 ) - 🔥 List of Genkit talks, plugins, tools, examples & articles! Contributions welcome!
Learn
- Awesome Computer History - (Source ⭐ 2.3K, 📝 18/09/30 ) - An Awesome List of computer history videos, documentaries and related folklore
- Awesome Css Learning - (Source ⭐ 2.4K, 📝 22/08/09 ) - A tiny list limited to the best CSS Learning Resources
- Awesome Educational Games - (Source ⭐ 667, 📝 21/10/10 ) - A curated list of awesome educational games to learn editors, languages, programming, etc
- Awesome Javascript Learning - (Source ⭐ 5.4K, 📝 24/11/19 ) - A tiny list limited to the best JavaScript Learning Resources
- Awesome Language Learning - (Source ⭐ 47, 📝 25/05/27 ) - Awesome resources for learning languages
- Awesome Product Management - (Source ⭐ 2K, 📝 25/11/24 ) - 🚀 A curated list of awesome resources for product/program managers to learn and grow.
- Awesome Programming for Kids - (Source ⭐ 1.1K, 📝 24/11/15 ) - A curated list of resources for teaching kids programming.
- Awesome Roadmaps - (Source ⭐ 7.2K, 📝 08/03 ) - A curated list of roadmaps.
- Awesome Speaking - (Source ⭐ 1.5K, 📝 23/11/21 ) - Resources about public speaking
- Awesome Tech Videos - (Source ⭐ 579, 📝 16/10/12 ) - 📺 A curated list of tech conferences from youtube, vimeo, etc for us to get inspired ;)
- Dive Into Machine Learning - (Source ⭐ 11K, 📝 22/06/17 ) - Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
- Learn to Program - (Source ⭐ 4.3K, 📝 24/10/12 ) - Educational resources to learn to program (Foundation in Web Development)
Library systems
- Awesome Ai4lam - (Source ⭐ 45, 📝 24/07/07 ) - A list of awesome AI in libraries, archives, and museum collections from around the world 🕶️
Media
- Awesome Audio Visualization - (Source ⭐ 5.1K, 📝 08/14 ) - A curated list about Audio Visualization.
- Awesome Audiovisual - (Source ⭐ 263, 📝 07/22 ) - Curated list of audiovisual projects
- Awesome Broadcasting - (Source ⭐ 1.7K, 📝 04/29 ) - A curated list of amazingly awesome open source resources related to broadcast technologies
- Awesome Ffmpeg - (Source ⭐ 1.1K, 📝 25/11/24 ) - 👻 A curated list of awesome FFmpeg resources.
- Awesome Fonts - (Source ⭐ 2K, 📝 07/26 ) - Curated list of fonts and everything
- Awesome Gif - (Source ⭐ 680, 📝 03/13 ) - A curated list of awesome GIF resources.
- Awesome Icons - (Source ⭐ 977, 📝 07/20 ) - A curated list of awesome downloadable SVG/PNG/Font icon projects
- Awesome Music - (Source ⭐ 2.4K, 📝 05/28 ) - Awesome Music Projects
- Awesome Opensource Documents - (Source ⭐ 2.1K, 📝 25/11/24 ) - 📘 A curated list of awesome open source or open source licensed documents, guides, books.
- Awesome Pixel Art - (Source ⭐ 1.2K, 📝 08/06 ) - Curated list of everything awesome around pixel art.
- Awesome Stock Resources - (Source ⭐ 14K, 📝 02/12 ) - 🌇 A collection of links for free stock photography, video and Illustration websites
- Awesome Vlc - (Source ⭐ 263, 📝 03/18 ) - 👻 A curated list of awesome VLC and LibVLC resources.
- Codeface - (Source ⭐ 5.8K, 📝 17/09/16 ) - Typefaces for source code beautification
Miscellaneous
- Ai Collection - (Source ⭐ 5.6K, 📝 70/01/01 ) - The Generative AI Landscape - A Collection of Awesome Generative AI Applications
- ALL About RSS - (Source ⭐ 5.9K, 📝 08/20 ) - A list of RSS related stuff: tools, services, communities and tutorials, etc.
- Alternative Front Ends - (Source ⭐ 4.5K, 📝 23/07/20 ) - Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
- Amas - (Source ⭐ 1.4K, 📝 24/09/08 ) - Awesome & Marvelous Amas
- Awesome Acg - (Source ⭐ 1.5K, 📝 07/15 ) - A curated list of awesome technologies related to Anime, Comic and Games
- Awesome ad Free - (Source ⭐ 334, 📝 22/06/12 ) - Curated list of ad-free alternatives to popular services on the web
- Awesome Ads - (Source ⭐ 75, 📝 20/10/12 ) - A curated list of awesome advertising content, resources and libraries.
- Awesome Age - (Source ⭐ 588, 📝 06/21 ) - A collection of projects and resources in the age file encryption ecosystem.
- Awesome Agriculture - (Source ⭐ 1.6K, 📝 01/06 ) - Open source technology for agriculture, farming, and gardening
- Awesome Algorithms Education - (Source ⭐ 436, 📝 20/10/11 ) - A curated list to learning and practicing about algorithm.
- Awesome Amazon Seller - (Source ⭐ 411, 📝 07/12 ) - A curated list of tools and resources for Amazon sellers.
- Awesome Analytics - (Source ⭐ 4.2K, 📝 02/14 ) - A curated list of analytics frameworks, software and other tools.
- Awesome Android Ui - (Source ⭐ 44K, 📝 22/08/18 ) - A curated list of awesome Android UI/UX libraries
- Awesome Ansible - (Source ⭐ 1.9K, 📝 06/03 ) - Awesome Ansible List
- Awesome Answers - (Source ⭐ 719, 📝 16/08/24 ) - Curated list of inspiring and thoughtful answers given on stackoverflow, quora, etc.
- Awesome Appsec - (Source ⭐ 6.4K, 📝 25/02/23 ) - A curated list of resources for learning about application security
- Awesome Bioinformatics - (Source ⭐ 3.9K, 📝 04/08 ) - A curated list of awesome Bioinformatics libraries and software.
- Awesome Biological Visualizations - (Source ⭐ 241, 📝 08/07 ) - A list of web-based interactive biological data visualizations.
- Awesome Bitcoin Payment Processors - (Source ⭐ 487, 📝 25/03/21 ) - 🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
- Awesome Board Games - (Source ⭐ 346, 📝 25/11/24 ) - A curated list of awesome and exceptional board games. Please contribute!
- Awesome Build123d - (Source ⭐ 93, 📝 07/28 ) - A curated list of Build123d code and resources.
- Awesome Calculators - (Source ⭐ 109, 📝 20/10/22 ) - 😎 A curated list of resources related to calculators!
- Awesome Captcha - (Source ⭐ 1.1K, 📝 23/10/04 ) - 🔑 Curated list of awesome captcha libraries and crack tools.
- Awesome Chatops - (Source ⭐ 782, 📝 21/10/14 ) - 🤖 A collection of awesome things about ChatOps – managing operations through a chat
- Awesome Cheminformatics - (Source ⭐ 625, 📝 24/03/15 ) - A curated list of Cheminformatics libraries and software.
- Awesome Ciandcd - (Source ⭐ 2K, 📝 22/07/25 ) - continuous integration and continuous delivery
- Awesome Codepoints - (Source ⭐ 754, 📝 24/04/21 ) - Awesome Code Points
- Awesome Coins - (Source ⭐ 3.6K, 📝 21/12/07 ) - ₿ A guide (for humans!) to cryto-currencies and their algos.
- Awesome Competitive Programming - (Source ⭐ 13K, 📝 24/12/08 ) - 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
- Awesome Computational Biology - (Source ⭐ 152, 📝 08/15 ) - Awesome list of computational biology.
- Awesome Connectivity Info - (Source ⭐ 152, 📝 25/11/24 ) - Awesome list of connectivity indexes and reports to help you better under who has access to communication infrastructure and on what terms.
- Awesome Creative Coding - (Source ⭐ 15K, 📝 06/10 ) - Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
- Awesome Creative Technology - (Source ⭐ 605, 📝 04/18 ) - Curated list of Creative Technology groups, companies, studios, collectives, etc.
- Awesome Credit Modeling - (Source ⭐ 104, 📝 24/02/02 ) - A collection of awesome papers, articles and various resources on credit and credit risk modeling
- Awesome Cropsteering - (Source ⭐ 12, 📝 08/21 ) - Curated by IXYZ list of OpenSource projects in indoor/outdoor agriculture automation, crop steering and cannabis cultivation
- Awesome Cytodata - (Source ⭐ 64, 📝 23/11/16 ) - A curated list of awesome cytodata resources
- Awesome Dataviz - (Source ⭐ 3.1K, 📝 22/02/17 ) - 📈 A curated list of awesome data visualization libraries and resources.
- Awesome Ddd - (Source ⭐ 12K, 📝 08/11 ) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
- Awesome Design Principles - (Source ⭐ 446, 📝 21/01/09 ) - ✨ A curated list of awesome design principles
- Awesome Dev Fun - (Source ⭐ 626, 📝 25/07/14 ) - A curated list of awesome fun libs/packages/languages that have no real purpose but to make a developer chuckle.
- Awesome Distraction Blocker - (Source ⭐ 11, 📝 24/03/11 ) - A curated list of top productivity distraction blocker apps
- Awesome Dtrace - (Source ⭐ 141, 📝 17/07/21 ) - A curated list of awesome DTrace books, articles, videos, tools and resources.
- Awesome Earth - (Source ⭐ 1.4K, 📝 25/11/24 ) - "What can I do about the climate crisis?" Here are 326 things you can do.
- Awesome Economics - (Source ⭐ 1K, 📝 23/03/14 ) - A curated collection of links for economists
- Awesome Esolangs - (Source ⭐ 576, 📝 03/17 ) - Curated list of awesome Esoteric languages and resources
- Awesome Falsehood - (Source ⭐ 28K, 📝 08/07 ) - 😱 Falsehoods Programmers Believe in
- Awesome Flutter - (Source ⭐ 60K, 📝 04/22 ) - An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
- Awesome Food - (Source ⭐ 221, 📝 03/17 ) - A curated list of food related projects on Github
- Awesome for Beginners - (Source ⭐ 88K, 📝 04/11 ) - A list of awesome beginners-friendly projects.
- Awesome Foss Apps - (Source ⭐ 296, 📝 24/08/07 ) - A curated list of awesome production grade free and open source software organized by category
- Awesome Framer - (Source ⭐ 614, 📝 03/22 ) - A curated list of awesome things related to Framer prototyping tool
- Awesome Frc - (Source ⭐ 93, 📝 23/07/23 ) - A curated list of packages and resources regarding the FIRST Robotics Competition.
- Awesome Free Software - (Source ⭐ 1.9K, 📝 25/04/30 ) - Curated list of open-source, free as in freedom software.
- Awesome Funny Markov - (Source ⭐ 186, 📝 22/09/13 ) - A curated list of delightfully amusing and facetious Markov chain output.
- Awesome Generative Deep Art - (Source ⭐ 3.3K, 📝 25/12/18 ) - A curated list of Generative AI tools, works, models, and references
- Awesome Geojson - (Source ⭐ 2.5K, 📝 02/08 ) - GeoJSON utilities that will make your life easier.
- Awesome Git Addons - (Source ⭐ 1.9K, 📝 24/10/04 ) - 😎 A curated list of add-ons that extend/enhance the git CLI.
- Awesome Github Wiki - (Source ⭐ 462, 📝 05/26 ) - :neckbeard: Awesome list GitHub Wikis
- Awesome Glp1 - (Source ⭐ 0, 📝 24/02/20 ) - Awesome resources around the GLP1 Receptor Agonist class of treatments. Sponsored by GLP1.Guide
- Awesome Graphql - (Source ⭐ 15K, 📝 08/14 ) - Awesome list of GraphQL
- Awesome Gulp - (Source ⭐ 593, 📝 18/08/20 ) - 🍹 A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp
- Awesome Hacker News - (Source ⭐ 1.4K, 📝 07/28 ) - Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.
- Awesome Hacking - (Source ⭐ 117K, 📝 04/24 ) - A collection of various awesome lists for hackers, pentesters and security researchers
- Awesome Homematic - (Source ⭐ 157, 📝 21/01/16 ) - A curated list of Homematic related links ✨
- Awesome Icons - (Source ⭐ 1.6K, 📝 08/11 ) - A curated list of awesome Web Font Icons
- Awesome Inspectit - (Source ⭐ 22, 📝 17/11/21 ) - A curated list of awesome inspectIT documentations and resources.
- Awesome Irc - (Source ⭐ 1.3K, 📝 08/12 ) - A curated list of awesome IRC resources.
- Awesome It Quotes - (Source ⭐ 440, 📝 21/01/26 ) - This is a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
- Awesome Json - (Source ⭐ 1.5K, 📝 06/19 ) - A curated list of awesome JSON libraries and resources.
- Awesome Json Datasets - (Source ⭐ 3.6K, 📝 22/03/28 ) - A curated list of awesome JSON datasets that don't require authentication.
- Awesome Jupyter - (Source ⭐ 4.6K, 📝 03/26 ) - A curated list of awesome Jupyter projects, libraries and resources
- Awesome Katas - (Source ⭐ 3.1K, 📝 07/17 ) - A curated list of code katas
- Awesome Kotlin ⚠️ Unavailable - (Source ⭐ N/A, 📝 Unavailable ) - ⚠️ This repository is currently unavailable
- Awesome Kubernetes - (Source ⭐ 15K, 📝 24/11/13 ) - A curated list for awesome kubernetes sources 🚢🎉
- Awesome LaTeX - (Source ⭐ 1.7K, 📝 08/05 ) - Curated list of LaTeX awesomeness
- Awesome Ledger - (Source ⭐ 126, 📝 18/04/25 ) - ⭐ Useful resources for the Ledger command-line accounting system
- Awesome List - (Source ⭐ 497K, 📝 06/25 ) - 😎 Awesome lists about all kinds of interesting topics
- Awesome Lowcode - (Source ⭐ 583, 📝 08/14 ) - A collection of Awesome low-code development platform (LCDP).
- Awesome Macos Screensavers - (Source ⭐ 4.2K, 📝 25/11/24 ) - 🍎 🖥 🎆 A curated list of screensavers for Mac OS X
- Awesome Magento2 - (Source ⭐ 1.2K, 📝 07/29 ) - Curated list of awesome Magento 2 Extensions, Resources and other Highlights
- Awesome Maintainers - (Source ⭐ 1.1K, 📝 21/08/14 ) - Talks, blog posts, and interviews about the experience of being an open source maintainer
- Awesome Markdown - (Source ⭐ 668, 📝 22/05/26 ) - 📝 Delightful Markdown stuff.
- Awesome Marketing - (Source ⭐ 414, 📝 07/27 ) - A curated list of awesome marketing tools and resources
- Awesome Microservices - (Source ⭐ 14K, 📝 08/21 ) - A curated list of Microservice Architecture related principles and technologies.
- Awesome Mirth - (Source ⭐ 7, 📝 25/01/22 ) - List of Mirth talks, tools, examples & articles! Contributions welcome!
- Awesome Mqtt - (Source ⭐ 2.4K, 📝 08/23 ) - Curated list of MQTT brokers, clients, tools, resources and more.
- Awesome Naming - (Source ⭐ 1.4K, 📝 06/16 ) - A curated list for when naming things is done right.
- Awesome No Login Web Apps - (Source ⭐ 2.2K, 📝 23/06/16 ) - 🚀 Awesome (free) web apps that work without login
- Awesome Open Source Supporters - (Source ⭐ 674, 📝 24/05/15 ) - ⭐️ A curated list of companies that offer their services for free to Open Source projects
- Awesome Opengl - (Source ⭐ 2.4K, 📝 02/08 ) - A curated list of awesome OpenGL libraries, debuggers and resources.
- Awesome Opensource Apps - (Source ⭐ 3.7K, 📝 03/04 ) - 🏠ℹ️ Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!
- Awesome OpenSourcePhotography - (Source ⭐ 413, 📝 22/03/20 ) - A list of awesome free open source software & libraries for photography. Also tools for video.
- Awesome Openstreetmap - (Source ⭐ 873, 📝 02/24 ) - 😎 Curated list of awesome OpenSteetMap-projects
- Awesome Orgs - (Source ⭐ 19, 📝 24/04/10 ) - 🥰 List of awesome GitHub organizations
- Awesome Parasite - (Source ⭐ 58, 📝 24/08/18 ) - A curated list of host-parasite information
- Awesome Pokemon - (Source ⭐ 599, 📝 24/11/12 ) - 🎮 A curated list of awesome Pokémon & Pokémon Go resources, tools and more.
- Awesome Prisma - (Source ⭐ 593, 📝 24/05/23 ) - A collection of awesome things regarding Prisma ecosystem.
- Awesome Product Design - (Source ⭐ 2.5K, 📝 24/03/21 ) - A collection of bookmarks, resources, articles for product designers.
- Awesome Project Management - (Source ⭐ 6, 📝 24/05/22 ) - a curated list of project management tools and things
- Awesome Projects Boilerplates - (Source ⭐ 1.1K, 📝 23/04/02 ) - Boilerplates for mobile and web apps
- Awesome Prometheus - (Source ⭐ 1.6K, 📝 24/07/31 ) - A curated list of awesome Prometheus resources, projects and tools.
- Awesome Qr Code - (Source ⭐ 139, 📝 02/14 ) - A curated list of awesome QR code libraries, software and resources
- Awesome Quantified Self - (Source ⭐ 2.7K, 📝 07/06 ) - 📊 Websites, Resources, Devices, Wearables, Applications, and Platforms for Self Tracking
- Awesome Qubes OS - (Source ⭐ 144, 📝 05/06 ) - A curated list of awesome qubes os links
- Awesome Radio - (Source ⭐ 191, 📝 18/06/01 ) - Awesome radio stuff
- Awesome Readme - (Source ⭐ 21K, 📝 08/21 ) - A curated list of awesome READMEs
- Awesome Research - (Source ⭐ 2.6K, 📝 05/19 ) - 🌱 a curated list of tools to help you with your research/life; I built a front end around this repo, please use the link below [This repo is deprecated. Instead, I maintain all the contents using the following website]
- Awesome Rest - (Source ⭐ 3.9K, 📝 04/06 ) - A collaborative list of great resources about RESTful API architecture, development, test, and performance
- Awesome Rss Feeds - (Source ⭐ 2.3K, 📝 21/07/18 ) - Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
- Awesome Saltstack - (Source ⭐ 512, 📝 21/07/08 ) - 🧂 A collaborative curated list of awesome SaltStack resources, tutorials and other salted stuff.
- Awesome Scientific Computing - (Source ⭐ 1.6K, 📝 07/20 ) - 😎 Curated list of awesome software for numerical analysis and scientific computing
- Awesome Scientific Writing - (Source ⭐ 920, 📝 25/11/24 ) - ⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
- Awesome Scriptable - (Source ⭐ 1.5K, 📝 25/11/24 ) - A curated list of awesome Scriptable scripts and widgets.
- Awesome Selfhosted - (Source ⭐ 311K, 📝 08/23 ) - A list of Free Software network services and web applications which can be hosted on your own servers
- Awesome Sketch - (Source ⭐ 730, 📝 17/10/03 ) - 📚 delightful stuff for SketchApp students.
- Awesome Software Architecture - (Source ⭐ 2.8K, 📝 04/20 ) - A curated list of resources on software architecture
- Awesome Software Patreons - (Source ⭐ 520, 📝 25/12/29 ) - A curated list of awesome programmers and software projects you can support!
- Awesome Speakers - (Source ⭐ 757, 📝 23/08/24 ) - Awesome speakers in the programming and design communities
- Awesome Sre - (Source ⭐ 9.1K, 📝 22/09/02 ) - A curated list of Site Reliability and Production Engineering resources.
- Awesome Stacks - (Source ⭐ 3.3K, 📝 24/03/08 ) - A curated list of tech stacks for building different applications & features
- Awesome Steam - (Source ⭐ 558, 📝 04/03 ) - 😎 A curated list of packages and resources regarding Steam development
- Awesome Theravada - (Source ⭐ 126, 📝 23/07/14 ) - Curated list of Theravada Buddhist teachings
- Awesome Tikz - (Source ⭐ 1.8K, 📝 07/11 ) - A curated list of awesome TikZ documentations, libraries and resources
- Awesome Transit - (Source ⭐ 1.8K, 📝 07/25 ) - Community list of transit APIs, apps, datasets, research, and software 🚌🌟🚋🌟🚂
- Awesome Translations - (Source ⭐ 180, 📝 02/08 ) - 😎 Awesome lists about Internationalization & localization stuff. l10n, g11n, m17n, i18n. Translations! 🌎🌍
- Awesome Uncopyright - (Source ⭐ 379, 📝 21/07/01 ) - Curated list of all things public domain
- Awesome Unicode - (Source ⭐ 809, 📝 16/07/05 ) - 😂 👌 A curated list of delightful Unicode tidbits, packages and resources.
- Awesome Userscripts - (Source ⭐ 3.5K, 📝 03/25 ) - 📖 A curated list of Awesome Userscripts.
- Awesome Veganism - (Source ⭐ 79, 📝 02/27 ) - curated list of awesome resources, pointers, and tips related to veganism
- Awesome Video - (Source ⭐ 1.9K, 📝 07/21 ) - A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
- Awesome Vorpal - (Source ⭐ 134, 📝 16/12/11 ) - A curated list of delightful Vorpal extensions.
- Awesome Vulkan - (Source ⭐ 3.7K, 📝 24/07/07 ) - Awesome Vulkan ecosystem
- Awesome Web Archiving - (Source ⭐ 2.6K, 📝 08/17 ) - An Awesome List for getting started with web archiving
- Awesome Web Design - (Source ⭐ 2.1K, 📝 19/06/25 ) - 🎨 A curated list of awesome resources for digital designers.
- Awesome Web Monetization - (Source ⭐ 279, 📝 23/09/10 ) - 🕶️ Stuffs about Web Monetization. Packages, articles, documentation links and others tools.
- Awesome Webxr - (Source ⭐ 282, 📝 08/22 ) - All things WebXR.
- Awesome Workflow Automation - (Source ⭐ 915, 📝 04/29 ) - A curated list of Workflow Automation Software, Engines and Tools
- Awesome Workshopper - (Source ⭐ 1.2K, 📝 16/01/24 ) - A list of CLI workshopper/adventure tutorials for various things. Inspired by awesome.
- Awesome Wp Cli - (Source ⭐ 170, 📝 23/08/08 ) - A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
- Awesome4girls - (Source ⭐ 481, 📝 21/03/12 ) - A curated list of inclusive events/projects/initiatives for women in the tech area. 💝
- AwesomeCSV - (Source ⭐ 928, 📝 06/11 ) - 🕶️A curated list of awesome tools for dealing with CSV.
- Bots - (Source ⭐ 1.2K, 📝 23/03/27 ) - ⚡ Tools for building bots
- Citizen Science - (Source ⭐ 308, 📝 04/29 ) - 🔬 A repository of resources related to citizen, community-based and/or non-institutional science
- Colorful - (Source ⭐ 1.2K, 📝 25/03/14 ) - A curated list of awesome resources to choose your next color scheme
- Discount for Student Dev - (Source ⭐ 3K, 📝 25/06/06 ) - This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students
- Engineering Blogs - (Source ⭐ 30K, 📝 24/07/07 ) - A curated list of engineering blogs
- Free for Dev - (Source ⭐ 132K, 📝 08/23 ) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- Guides - (Source ⭐ 2.3K, 📝 25/07/14 ) - Design and development guides
- Mind Expanding Books - (Source ⭐ 12K, 📝 24/10/03 ) - 📚 Find your next book to read!
- Open Source Flutter Apps - (Source ⭐ 4.3K, 📝 08/21 ) - A curated, self-refreshing directory of real open-source application codebases - built for developers who want to learn from production apps and find projects worth contributing to.
- Public Apis - (Source ⭐ 466K, 📝 08/20 ) - A collective list of free APIs
- Services Engineering - (Source ⭐ 3.4K, 📝 20/05/09 ) - A reading list for services engineering, with a focus on cloud infrastructure services
- Toolsforactivism - (Source ⭐ 891, 📝 22/10/11 ) - growing list of digital tools for activism things
- Topics - (Source ⭐ 1, 📝 25/05/05 ) -
- Urban and Regional Planning Resources - (Source ⭐ 352, 📝 07/13 ) - Community list of data & technology resources concerning the built environment and communities. 🏙️🌳🚌🚦🗺️
Networking
- Awesome Network Analysis - (Source ⭐ 4.1K, 📝 04/18 ) - A curated list of awesome network analysis resources.
- Awesome Pcaptools - (Source ⭐ 3.3K, 📝 25/11/24 ) - A collection of tools developed by other researchers in the Computer Science area to process network traces. All the right reserved for the original authors.
- Awesome Rtc - (Source ⭐ 481, 📝 05/19 ) - 🛰️ A curated list of awesome Real Time Communications resources
- Awesome Sdn - (Source ⭐ 1.1K, 📝 20/10/18 ) - A awesome list about Software Defined Network (SDN)
- Awesome Snmp - (Source ⭐ 182, 📝 02/13 ) - A curated list of awesome SNMP libraries, tools, and other resources.
Platforms
- Awesome Actions on Google - (Source ⭐ 63, 📝 20/10/31 ) - A collection of useful things regarding Actions on Google.
- Awesome Adafruitio - (Source ⭐ 39, 📝 22/02/20 ) - A curated list of awesome Adafruit IO guides, videos, libraries, frameworks, software and resources.
- Awesome Amazon Alexa - (Source ⭐ 524, 📝 21/05/04 ) - 🗣Curated list of awesome resources for the Amazon Alexa platform.
- Awesome Android - (Source ⭐ 12K, 📝 25/11/24 ) - A curated list of awesome Android packages and resources.
- Awesome Appimage - (Source ⭐ 513, 📝 25/12/07 ) - Lovingly crafted AppImage tools and resources
- Awesome Arcgis Developers - (Source ⭐ 315, 📝 04/14 ) - A curated list of resources to help you with ArcGIS development, APIs, SDKs, tools, and location services
- Awesome Arch - (Source ⭐ 582, 📝 07/11 ) - 😎 A complete list of Arch-based projects
- Awesome Aws - (Source ⭐ 12K, 📝 23/05/29 ) - A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
- Awesome Capacitor - (Source ⭐ 635, 📝 08/19 ) - 😎 Awesome lists of capacitor plugins. Made by Capgo
- Awesome Capacitorjs - (Source ⭐ 192, 📝 08/17 ) - ⚡️ A curated list of awesome things related to Capacitor.
- Awesome Cloudflare - (Source ⭐ 1K, 📝 02/08 ) - ⛅️ Curated list of awesome Cloudflare worker recipes, open-source projects, guides, blogs and other resources.
- Awesome Cordova - (Source ⭐ 283, 📝 19/10/25 ) - 📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
- Awesome Cross Platform Nodejs - (Source ⭐ 1K, 📝 22/08/03 ) - 👬 A curated list of awesome developer tools for writing cross-platform Node.js code
- Awesome Deno - (Source ⭐ 4.4K, 📝 08/14 ) - Curated list of awesome things related to Deno
- Awesome Digitalocean - (Source ⭐ 286, 📝 21/04/30 ) - A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
- Awesome Dos - (Source ⭐ 565, 📝 25/11/24 ) - Curated list of references for development of DOS applications.
- Awesome Dotnet - (Source ⭐ 21K, 📝 03/26 ) - A collection of awesome .NET libraries, tools, frameworks and software
- Awesome Dotnet Core - (Source ⭐ 21K, 📝 02/27 ) - 🐝 A collection of awesome .NET core libraries, tools, frameworks and software
- Awesome Ebpf - (Source ⭐ 4.9K, 📝 02/11 ) - A curated list of awesome projects related to eBPF.
- Awesome Electron - (Source ⭐ 27K, 📝 02/08 ) - Useful resources for creating apps with Electron
- Awesome Esp - (Source ⭐ 482, 📝 22/06/19 ) - 📶 A curated list of awesome ESP8266/32 projects and code
- Awesome Firebase - (Source ⭐ 660, 📝 23/09/11 ) - 🔥 List of Firebase talks, tools, examples & articles! Translations in 🇬🇧 🇷🇺 Contributions welcome!
- Awesome Fuse - (Source ⭐ 322, 📝 18/08/08 ) - A curated list of awesome Fuse applications, articles, and plugins
- Awesome Gnome - (Source ⭐ 1.5K, 📝 25/12/28 ) - A curated list of awesome apps, extensions, modules, themes and tools for the Gnome Desktop Environment.
- Awesome Heroku - (Source ⭐ 280, 📝 19/06/29 ) - A curated list of helpful Heroku resources.
- Awesome Home Assistant - (Source ⭐ 8.1K, 📝 05/15 ) - A curated list of amazingly awesome Home Assistant resources.
- Awesome Ibmcloud - (Source ⭐ 74, 📝 20/09/14 ) - A curated list of awesome IBM Cloud SDKs, open source repositories, tools, blogs and other resources.
- Awesome Integration - (Source ⭐ 555, 📝 08/21 ) - A curated list of awesome system integration software and resources.
- Awesome Ios - (Source ⭐ 53K, 📝 06/25 ) - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
- Awesome IoT Hybrid - (Source ⭐ 487, 📝 19/09/10 ) - The missing awesome list - collection of awesome IoT and Hybrid Apps frameworks, tools, resources, videos and shiny things.
- Awesome Ipfs - (Source ⭐ 4.5K, 📝 25/11/24 ) - Community list of awesome projects, apps, tools, pinning services and more related to IPFS.
- Awesome Jvm - (Source ⭐ 1.9K, 📝 18/07/12 ) - A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python.
- Awesome Kde - (Source ⭐ 812, 📝 07/23 ) - A curated list of awesome apps, extensions, modules, themes and tools for the KDE Desktop Environment.
- Awesome Linux - (Source ⭐ 3.5K, 📝 19/01/16 ) - 🐧 A list of awesome projects and resources that make Linux even more awesome. 🐧
- Awesome Linux Containers - (Source ⭐ 1.6K, 📝 23/06/11 ) - A curated list of awesome Linux Containers frameworks, libraries and software
- Awesome Low Code - (Source ⭐ 433, 📝 04/05 ) - Awesome Low Code platforms, vendors, tools and resources
- Awesome Mac - (Source ⭐ 112K, 📝 08/21 ) - This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
- Awesome Mac - (Source ⭐ 20, 📝 08/21 ) - Curated collection of awesome macOS applications, tools, and resources. Auto-updated and always current with metadata, categorization, and quality filtering.
- Awesome Nix - (Source ⭐ 5.3K, 📝 07/24 ) - 😎 A curated list of the best resources in the Nix community [maintainer=@cyntheticfox]
- Awesome Nodejs - (Source ⭐ 66K, 📝 02/08 ) - ⚡ Delightful Node.js packages and resources [BECAUSE OF TOO MUCH SPAM AND LOW-QUALITY SUBMISSIONS, SUBMISSIONS ARE PAUSED UNTIL JULY]
- Awesome Nodered - (Source ⭐ 351, 📝 23/02/23 ) - A collection of interesting nodes and resources for Node-RED
- Awesome Qt - (Source ⭐ 1.1K, 📝 21/10/15 ) - A curated list of awesome tools, libraries, and resources for the Qt framework.
- Awesome Raspberry Pi - (Source ⭐ 17K, 📝 07/27 ) - 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources
- Awesome React Native - (Source ⭐ 32K, 📝 21/04/25 ) - Awesome React Native components, news, tools, and learning material!
- Awesome Ros2 - (Source ⭐ 1.4K, 📝 23/06/12 ) - The Robot Operating System Version 2.0 is awesome!
- Awesome Roslyn - (Source ⭐ 520, 📝 21/03/09 ) - Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
- Awesome Salesforce - (Source ⭐ 611, 📝 21/10/11 ) - A curated list of delightful Salesforce Platform Resources
- Awesome Smart Tv - (Source ⭐ 1.4K, 📝 07/27 ) - ⚡A curated list of awesome resources for building Smart TV apps
- Awesome WebExtensions - (Source ⭐ 1.5K, 📝 03/04 ) - A curated list of awesome resources for WebExtensions development.
- Awesome Windows - (Source ⭐ 2.7K, 📝 08/18 ) - An awesome & curated list of tools and apps for Windows 10/11.
- Awesome Xamarin - (Source ⭐ 1.9K, 📝 21/11/28 ) - A collection of interesting libraries/tools for Xamarin mobile projects
- Frontend Dev Bookmarks - (Source ⭐ 36K, 📝 16/08/02 ) - Manually curated collection of resources for frontend web developers.
- Open Source Mac Os Apps - (Source ⭐ 50K, 📝 02/23 ) - 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Productivity Tools
- Awesome Productivity Tools - (Source ⭐ 51, 📝 24/05/22 ) - My Awesome list of productivity tools and products
Programming Languages
- Awesome Actionscript3 - (Source ⭐ 188, 📝 22/11/13 ) - A curated list of awesome libraries and components for ActionScript 3 and Adobe AIR.
- Awesome Ada - (Source ⭐ 836, 📝 05/31 ) - A curated list of awesome resources related to the Ada and SPARK programming language
- Awesome Asyncio - (Source ⭐ 4.9K, 📝 25/12/02 ) - A curated list of awesome Python asyncio frameworks, libraries, software and resources
- Awesome AutoHotkey - (Source ⭐ 2.1K, 📝 22/09/04 ) - A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
- Awesome AutoIt - (Source ⭐ 756, 📝 22/07/10 ) - ⭐ A curated list of awesome UDFs, example scripts, tools and useful resources for AutoIt.
- Awesome Ava - (Source ⭐ 333, 📝 22/09/12 ) - Awesome AVA resources
- Awesome C - (Source ⭐ 3K, 📝 19/10/17 ) - Continuing the development of awesome-c list on GitHub
- Awesome Circuitpython - (Source ⭐ 681, 📝 25/07/22 ) - A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.
- Awesome Cl - (Source ⭐ 3K, 📝 08/18 ) - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Awesome Clojure - (Source ⭐ 2.8K, 📝 04/08 ) - A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
- Awesome Clojurescript - (Source ⭐ 967, 📝 23/02/03 ) - A community driven list of ClojureScript frameworks, libraries and wrappers.
- Awesome Cmake - (Source ⭐ 5.4K, 📝 08/13 ) - A curated list of awesome CMake resources, scripts, modules and examples.
- Awesome Coldfusion - (Source ⭐ 86, 📝 21/12/29 ) - A curated list of awesome ColdFusion frameworks, libraries and software.
- Awesome Common Lisp Learning - (Source ⭐ 175, 📝 23/10/17 ) - A curated list of awesome Common Lisp learning resources
- Awesome Composer - (Source ⭐ 907, 📝 07/27 ) - 😎 A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
- Awesome Coq - (Source ⭐ 364, 📝 25/11/24 ) - A curated list of awesome Coq libraries, plugins, tools, verification projects, and resources [maintainer=@palmskog]
- Awesome Cpp - (Source ⭐ 73K, 📝 08/22 ) - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome Crystal - (Source ⭐ 3.6K, 📝 08/20 ) - 💎 A collection of awesome Crystal libraries, tools, frameworks and software
- Awesome D - (Source ⭐ 754, 📝 06/28 ) - A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
- Awesome Dart - (Source ⭐ 2.5K, 📝 05/25 ) - A curated list of awesome Dart frameworks, libraries, and software
- Awesome Django - (Source ⭐ 11K, 📝 08/15 ) - A curated list of awesome things related to Django
- Awesome Elixir - (Source ⭐ 13K, 📝 25/11/24 ) - A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
- Awesome Elm - (Source ⭐ 3.7K, 📝 07/21 ) - A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. 🚀
- Awesome Embedded Rust - (Source ⭐ 8K, 📝 08/19 ) - Curated list of resources for Embedded and Low-level development in the Rust programming language
- Awesome Erlang - (Source ⭐ 1.4K, 📝 18/11/02 ) - A curated list of awesome Erlang libraries, resources and shiny things.
- Awesome Eslint - (Source ⭐ 4.7K, 📝 05/14 ) - A list of awesome ESLint plugins, configs, etc.
- Awesome Eta - (Source ⭐ 59, 📝 19/08/14 ) - ⭐ Useful resources for the Eta programming language
- Awesome Fortran - (Source ⭐ 411, 📝 07/03 ) - Awesome list of Fortran libs
- Awesome Fp Js - (Source ⭐ 6K, 📝 02/08 ) - 😎 A curated list of awesome functional programming stuff in js
- Awesome Frege - (Source ⭐ 27, 📝 19/08/14 ) - ⭐ Useful resources for the Frege programming language
- Awesome Go - (Source ⭐ 181K, 📝 08/21 ) - A curated list of awesome Go frameworks, libraries and software
- Awesome Go - (Source ⭐ 5, 📝 08/13 ) - Structured collection of Go frameworks, libraries, tools, and resources. Automatically maintained and up-to-date with metadata, filtering, and comprehensive categorization.
- Awesome Groovy - (Source ⭐ 720, 📝 23/07/11 ) - A curated list of awesome groovy libraries, frameworks and resources
- Awesome Haskell - (Source ⭐ 2.8K, 📝 22/12/16 ) - A collection of awesome Haskell links, frameworks, libraries and software. Inspired by awesome projects line.
- Awesome Idris - (Source ⭐ 353, 📝 20/01/24 ) - 𝛌 Awesome Idris resources
- Awesome Imba - (Source ⭐ 122, 📝 21/10/18 ) - ⭐ A curated list of awesome Imba frameworks, libraries, software and resources
- Awesome Java - (Source ⭐ 48K, 📝 07/19 ) - A curated list of awesome frameworks, libraries and software for the Java programming language.
- Awesome Javascript - (Source ⭐ 35K, 📝 08/20 ) - 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
- Awesome Lua - (Source ⭐ 3.2K, 📝 18/04/06 ) - A curated list of quality Lua packages and resources.
- Awesome Mad Science - (Source ⭐ 1K, 📝 17/02/08 ) - Delightful npm packages that make you say "wow, didn't know that was possible!"
- Awesome Micro Npm Packages - (Source ⭐ 4.5K, 📝 23/09/13 ) - A curated list of small, focused npm packages.
- Awesome Micropython - (Source ⭐ 1.8K, 📝 07/20 ) - A curated list of awesome MicroPython libraries, frameworks, software and resources.
- Awesome Network Js - (Source ⭐ 518, 📝 20/07/15 ) - A 🎩 list of network layer resources written pure JS.
- Awesome Npm - (Source ⭐ 4.7K, 📝 04/20 ) - Awesome npm resources and tips
- Awesome Npm Scripts - (Source ⭐ 742, 📝 07/24 ) - Everything awesome related to npm scripts and using npm as a build tool.
- Awesome Observables - (Source ⭐ 316, 📝 21/10/13 ) - Awesome Observable related stuff - An Observable is a collection that arrives over time.
- Awesome Ocaml - (Source ⭐ 3.1K, 📝 06/15 ) - A curated collection of awesome OCaml tools, frameworks, libraries and articles.
- Awesome Pascal - (Source ⭐ 2K, 📝 02/28 ) - A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
- Awesome Perl - (Source ⭐ 665, 📝 24/04/07 ) - A curated list of awesome Perl frameworks and libraries. Come on Pull Requests!
- Awesome Php - (Source ⭐ 33K, 📝 04/24 ) - A curated list of amazingly awesome PHP libraries, resources and shiny things.
- Awesome Polars - (Source ⭐ 1.1K, 📝 08/08 ) - A curated list of Polars talks, tools, examples & articles. Contributions welcome !
- Awesome Ponyfills - (Source ⭐ 46, 📝 20/08/14 ) - A curated list of awesome ponyfills for writing cross-platform and cross-browser code.
- Awesome Promises - (Source ⭐ 1.5K, 📝 16/11/17 ) - A curated list of useful resources for JavaScript Promises
- Awesome Purescript - (Source ⭐ 418, 📝 22/02/14 ) - A curation of awesome PureScript libraries, resources and shiny things.
- Awesome Python - (Source ⭐ 314K, 📝 08/23 ) - The definitive list that answers "I want to do X in Python, which tool should I use?"
- Awesome Python Data Science - (Source ⭐ 3.4K, 📝 04/13 ) - Probably the best curated list of data science software in Python.
- Awesome Python Scientific Audio - (Source ⭐ 1.7K, 📝 06/12 ) - Curated list of python software and packages related to scientific research in audio
- Awesome Python Typing - (Source ⭐ 2K, 📝 05/27 ) - Collection of awesome Python types, stubs, plugins, and tools to work with them.
- Awesome Qsharp - (Source ⭐ 132, 📝 22/08/11 ) - A curated list of Q# code and resources.
- Awesome R - (Source ⭐ 6.4K, 📝 25/11/24 ) - A curated list of awesome R packages, frameworks and software.
- Awesome R Learning Resources - (Source ⭐ 566, 📝 24/12/20 ) - A curated collection of free resources to help deepen your understanding of the R programming language. Updated regularly. Contributions encouraged via pull request (see contributing.md).
- Awesome Ruby - (Source ⭐ 14K, 📝 08/13 ) - 💎 A collection of awesome Ruby libraries, tools, frameworks and software
- Awesome Rust - (Source ⭐ 59K, 📝 08/23 ) - A curated list of Rust code and resources.
- Awesome Rxjava - (Source ⭐ 283, 📝 16/08/30 ) - Useful resources for working with RxJava
- Awesome Scala - (Source ⭐ 9K, 📝 24/09/19 ) - A community driven list of useful Scala libraries, frameworks and software.
- Awesome Scala Native - (Source ⭐ 266, 📝 25/07/14 ) - Compilation of Scala Native resources and libraries
- Awesome Standard - (Source ⭐ 351, 📝 21/05/07 ) - Documenting the explosion of packages in the standard ecosystem!
- Awesome Swift - (Source ⭐ 26K, 📝 08/03 ) - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Awesome Swift Playgrounds - (Source ⭐ 4.4K, 📝 04/02 ) - A List of Awesome Swift Playgrounds
- Awesome V - (Source ⭐ 2.1K, 📝 08/16 ) - A curated list of awesome V frameworks, libraries, software and resources.
- Awesome Vala - (Source ⭐ 227, 📝 08/07 ) - A curated list of Vala projects
- Awesome Zig - (Source ⭐ 2.4K, 📝 08/14 ) - A collaborative list of awesome Zig libraries and resources.
- Go Recipes - (Source ⭐ 4.5K, 📝 25/12/21 ) - 🦩 Tools for Go projects
- Js Must Watch - (Source ⭐ 13K, 📝 22/01/20 ) - Must-watch videos about javascript
- Jstips - (Source ⭐ 12K, 📝 21/12/07 ) - This is about useful JS tips!
- Julia.jl - (Source ⭐ 1.3K, 📝 22/07/09 ) - Curated decibans of Julia programming language.
Security
- Android Security Awesome - (Source ⭐ 9.6K, 📝 08/22 ) - A collection of android security related resources
- Awesome Ctf - (Source ⭐ 7.4K, 📝 20/05/18 ) - A curated list of CTF frameworks, libraries, resources and softwares
- Awesome Cyber Security University - (Source ⭐ 2.6K, 📝 25/11/24 ) - 🎓 Because Education should be free. Contributions welcome! 🕵️
- Awesome Cybersecurity Blueteam - (Source ⭐ 4.1K, 📝 24/07/07 ) - 💻🛡️ A curated collection of awesome resources, tools, and other shiny things for cybersecurity blue teams.
- Awesome Devsecops - (Source ⭐ 1.3K, 📝 24/07/07 ) - Curating the best DevSecOps resources and tooling.
- Awesome Embedded and Iot Security - (Source ⭐ 1.4K, 📝 23/10/17 ) - A curated list of awesome embedded and IoT security resources.
- Awesome Evm Security - (Source ⭐ 77, 📝 22/05/16 ) - 🕶 A high-level overview of the EVM security ecosystem
- Awesome Executable Packing - (Source ⭐ 1.6K, 📝 05/31 ) - A curated list of awesome resources related to executable packing
- Awesome Fuzzing - (Source ⭐ 979, 📝 07/09 ) - A curated list of awesome Fuzzing(or Fuzz Testing) for software security
- Awesome Gdpr - (Source ⭐ 253, 📝 06/01 ) - Protection of natural persons with regard to the processing of personal data and on the free movement of such data.
- Awesome Hacking - (Source ⭐ 11K, 📝 23/12/27 ) - A curated list of awesome Hacking tutorials, tools and resources
- Awesome Hacking Locations - (Source ⭐ 1.1K, 📝 25/11/24 ) - 💻 ☕ List of Awesome Hacking Locations, organised by Country and City, listing if it features power and wifi
- Awesome Honeypots - (Source ⭐ 10K, 📝 06/01 ) - an awesome list of honeypot resources
- Awesome Incident Response - (Source ⭐ 9.3K, 📝 07/15 ) - A curated list of tools for incident response
- Awesome Keycloak - (Source ⭐ 1.9K, 📝 04/17 ) - A curated list of resources for learning about http://www.keycloak.org
- Awesome Lockpicking - (Source ⭐ 961, 📝 21/03/06 ) - 🔓😎 A curated list of awesome guides, tools, and other resources related to the security and compromise of locks, safes, and keys.
- Awesome Malware Analysis - (Source ⭐ 11K, 📝 24/07/07 ) - Defund the Police.
- Awesome Malware Persistence - (Source ⭐ 279, 📝 03/31 ) - A curated list of awesome malware persistence tools and resources.
- Awesome Pci Dss - (Source ⭐ 0, 📝 25/04/23 ) - A curated list of PCI DSS–related resources: standards, SAQs, guidance, tooling, training, community, and example projects.
- Awesome Pentest - (Source ⭐ 27K, 📝 07/25 ) - A collection of awesome penetration testing resources, tools and other shiny things
- Awesome Piracy - (Source ⭐ 23K, 📝 21/04/23 ) - A curated list of awesome warez and piracy links
- Awesome Privacy - (Source ⭐ 19K, 📝 07/05 ) - Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
- Awesome Security - (Source ⭐ 14K, 📝 02/08 ) - A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
- Awesome Vehicle Security - (Source ⭐ 4.3K, 📝 05/30 ) - 🚗 A curated list of resources for learning about vehicle security and car hacking.
- Awesome Web Security - (Source ⭐ 14K, 📝 08/21 ) - 🐶 A curated list of Web Security materials and resources.
Testing
- Awesome Api Clients - (Source ⭐ 1.1K, 📝 05/11 ) - List of awesome API clients. Postman and Insomnia alternatives
- Awesome Appium - (Source ⭐ 387, 📝 21/09/28 ) - A curated list of delightful Appium resources.
- Awesome Gatling - (Source ⭐ 80, 📝 08/09 ) - A collection of resources covering different aspects of Gatling load testing tool usage.
- Awesome Jmeter - (Source ⭐ 791, 📝 07/01 ) - A collection of resources covering different aspects of JMeter usage.
- Awesome K6 - (Source ⭐ 772, 📝 08/19 ) - A curated list of awesome tools, content and projects using k6
- Awesome Playwright - (Source ⭐ 1.3K, 📝 01/06 ) - A curated list of awesome tools, utils and projects using Playwright
- Awesome Regression Testing - (Source ⭐ 2.4K, 📝 05/28 ) - 🕶️ A curated list of resources around the topic: visual regression testing
- Awesome Selenium - (Source ⭐ 1.1K, 📝 03/18 ) - A curated list of delightful Selenium resources.
- Awesome Tap - (Source ⭐ 634, 📝 25/11/24 ) - Useful resources for the Test Anything Protocol
- Awesome Testing - (Source ⭐ 2.4K, 📝 08/23 ) - A curated list of testing resources
Theory
- Awesome Agi Cocosci - (Source ⭐ 373, 📝 04/04 ) - An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.
- Awesome Algorithms - (Source ⭐ 25K, 📝 04/19 ) - A curated list of awesome places to learn and/or practice algorithms.
- Awesome Artificial Intelligence - (Source ⭐ 16K, 📝 08/15 ) - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
- Awesome Audit Algorithms - (Source ⭐ 118, 📝 06/17 ) - A curated list of algorithms and papers for auditing black-box algorithms.
- Awesome Math - (Source ⭐ 16K, 📝 08/14 ) - A curated list of awesome mathematics resources
- Awesome Osint - (Source ⭐ 28K, 📝 08/23 ) - 😱 A curated list of amazingly awesome OSINT
- Awesome Recursion Schemes - (Source ⭐ 1.1K, 📝 20/11/25 ) - Resources for learning and using recursion schemes.
- Awesome Talks - (Source ⭐ 6.2K, 📝 06/25 ) - Awesome online talks and screencasts
- Papers We Love - (Source ⭐ 107K, 📝 07/01 ) - Papers from the computer science community to read and discuss.
- Search Engine Optimization - (Source ⭐ 2.5K, 📝 25/02/24 ) - 🔍 A helpful checklist/collection of Search Engine Optimization (SEO) tips and techniques.
Work
- Awesome Code Review - (Source ⭐ 4.3K, 📝 24/09/15 ) - An "Awesome" list of code review resources - articles, papers, tools, etc
- Awesome Internships - (Source ⭐ 352, 📝 24/04/08 ) - A curated list of tech internships resources.
- Awesome Interview Questions - (Source ⭐ 69K, 📝 21/11/11 ) - 🐙 A curated awesome list of lists of interview questions. Feel free to contribute! 🎓
- Awesome Job Boards - (Source ⭐ 1.8K, 📝 07/29 ) -
- Awesome Productivity - (Source ⭐ 1.9K, 📝 23/05/26 ) - A curated list of delightful productivity resources.
- Awesome Remote Job - (Source ⭐ 48K, 📝 08/17 ) - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
- Awesome Slack - (Source ⭐ 858, 📝 23/05/26 ) - A curated list of awesome Slack related things
- Awesome Slack - (Source ⭐ 307, 📝 23/05/26 ) - 🕶️ List of communities powered by Slack.
Social Media
Contribution
This repo is generated by trackawesomelist-source, if you want to add your awesome list here, please edit config.yml, and send a pull request, or just open an issue, I'll add it manually.
If you want to add badge (
) to your awesome list, please add the following code to your README.md:
[](https://www.trackawesomelist.com/your_repo_pathname/)The doc is still under construction, if you have any question, please open an issue

