Awesome List Updates on Aug 17, 2026
23 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Capacitorjs
Official
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
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.
- From React Web to Native Mobile App with Capacitor & Ionic - 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.
- Handling OAuth in Mobile Apps the Correct Way - Capawesome.
- How to use Biometrics in a Capacitor mobile app - Capawesome.
- How to Setup Deep Links With Capacitor (iOS & Android) - Simon Grimm.
- How to Create Background Tasks in Ionic with Capacitor - Simon Grimm.
- How to set up Capawesome Live Updates in a Capacitor App - 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
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
- AAA - Member services app of the American Automobile Association, migrated to Capacitor.
- BBC Games - Children's games from the BBC, shipped to the app stores as PWAs wrapped with Capacitor.
- Bestinvest - Investment platform that wrapped its existing web app with Capacitor for iOS and Android.
- DayClocks Agenda - Family agenda app that moved from Cordova to Capacitor.
- Found - Banking app for small businesses, with an engineering write-up of its Cordova to Capacitor migration.
- Komed Health - Clinical communication app for hospitals, built with Capacitor and custom plugins.
- MyBlock - Tax preparation app by H&R Block, running on Capacitor.
- snapAddy - B2B contact data capture app with more than 200,000 monthly active users.
- Spreekuur.nl - Dutch healthcare consultation app by Topicus, built with Ionic 7 and Capacitor 5.
- StoryHunt - Travel app with interactive maps and audio tours, built with Ionic, Angular, and Capacitor.
- YesHelp - Social assistance app built with Capacitor for iOS and Android.
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.
- Ionic case studies - Case studies published by the Ionic team.
Related Lists / ML Kit
Freelancers / ML Kit
- Dayana Jabif - Ionic Developer Expert, creator of multiple mobile apps and Capawesome team member.
2. Collective Ai Tools
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
Video
- videos.social - Turns blogs, PDFs, and prompts into editable faceless videos. 1 free render. Packs from $10. 1 credit = 1 render.
#freemium
3. Awesome Javascript
Misc / Other
- enum-plus (⭐202) - A drop-in enhancement for native TypeScript enums, adding display text, internationalization and full type safety.
4. Awesome Mac
Utilities / Clipboard Tools
- PasteClip (⭐124) - Free Paste-like clipboard manager with pinboards, Quick Look previews, and one-click copying.
5. Awesome Selfhosted
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
6. Free for Dev
APIs, Data, and ML
- 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.
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. Webcomponents the Right Way
Component Libraries
- PlayCanvas Web Components (⭐104) - Custom elements for building 3D interactive web apps with the PlayCanvas Engine.
9. Awesome Cli Apps
Productivity / Testing
- tiki (⭐198) - Markdown-based workflow builder.
10. 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.
11. Awesome Remote Job
Languages
12. Awesome Rust
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.
13. Public Apis
Art & Design
API: Iconify
Description: Search and fetch SVG icons from 200+ open source icon sets
Auth: No
HTTPS: Yes
CORS: Yes
Data Validation
API: Temsor
Description: Validates Turkish national ID, tax number, IBAN, phone, plate and parses addresses
Auth:
apiKeyHTTPS: Yes
CORS: Yes
:
Development
API: Micro-SaaS AI Suite
Description: 8 serverless AI APIs for sentiment analysis, copy generation, email verification, & OCR
Auth:
apiKeyHTTPS: Yes
CORS: Unknown
Government
API: DistrictAPI
Description: US school districts and schools by address, with enrollment and boundaries
Auth:
apiKeyHTTPS: Yes
CORS: Yes
Security
API: CSR.plus
Description: Generate certificate signing requests and private keys without OpenSSL
Auth: No
HTTPS: Yes
CORS: Yes
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
14. Open Source Flutter Apps
Productivity / Useful commands
- 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.4k) - 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.
- WhatTodo (⭐1.3k) - A Todoist-inspired to-do list app with a clean Material interface and quick capture.
- YouTrack Mobile (⭐285) - Official JetBrains YouTrack mobile app — issue tracking, agile boards, knowledge base, and notifications for YouTrack projects.
Finance / Useful commands
- 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 / Useful commands
- Mathematics (⭐143) - Generate MCQ PDFs and question papers with answers and quiz mode. Useful for educators and students preparing for exams.
Tools / Useful commands
- 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.
- One Second Diary (⭐401) - A minimalist video diary app that records one second of footage each day.
- 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 / Useful commands
- 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 / Useful commands
- 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 / Useful commands
- 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 / Useful commands
- Invoice Ninja - Companion app for the Invoice Ninja platform. Invoicing, expenses, time-billing, payments.
Games / Useful commands
- Flip (⭐269) - A Reversi board game implementation with a clean interface for casual play.
- Pokedex (⭐2.5k) - A Pokédex reference app built in Flutter, using the public PokéAPI.
- Slide Puzzle (⭐179) - A classic 15-slide puzzle game with a clean minimal interface.
Media / Useful commands
- 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 / Useful commands
- 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.
- TV Randshow (⭐240) - An app that picks a random episode from a TV show when you cannot decide what to watch.
Social Network / Useful commands
- 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 / Useful commands
- 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 / Useful commands
- 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.
15. 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.
16. Awesome Mqtt
Brokers
- TrailMQ (⭐4) - Self-hosted MQTT broker with policy enforcement and a reviewable record of broker decisions, for regulated and industrial systems.
17. 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.
18. Magictools
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.
19. Awesome Neovim
Motion / Tree-sitter Based
- iago-lito/tree-spider.nvim - Tree-sitter aware local motions and distant node selection.
20. Awesome Zsh Plugins
Themes / superconsole - Windows-only
- 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.
21. Free Programming Books (English, By Subjects)
Competitive Programming
- Principles of Algorithmic Problem Solving - Johan Sannemo (PDF)
22. 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. 🔴
23. Awesome Gemini Cli
MCP Servers
- Agent QA (⭐172) - 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.
- Next: Aug 16, 2026