11 projects
React Native is a framework for building native iOS and Android apps using React and JavaScript, rendering real native UI controls rather than web views. It lets developers share a single codebase across platforms with fast iteration via live reload.
Ionic Framework is a cross-platform UI toolkit built on Web Components for building native-quality mobile apps and Progressive Web Apps from a single codebase. It ships a large library of pre-styled, accessible UI components with first-class bindings for Angular, React, and Vue.
Expo is a framework and platform for building universal native apps with React and React Native, providing a managed SDK, build/deployment services (EAS), and a large set of cross-platform native APIs and tooling.
Dioxus is a Rust UI framework for building cross-platform apps — web, desktop, mobile, and server — from a single codebase, using a React-like component model with signals-based state, an RSX macro, and an integrated CLI for hot-reloading and bundling.
Wails is a Go framework for building cross-platform desktop applications that combine a Go backend with a web-based frontend rendered in the operating system's native webview. It lets developers expose Go methods to JavaScript and package the result as a lightweight native binary without bundling a full browser like Electron.
Quasar is a Vue.js-based framework that bundles a rich Material Design component library with build tooling, letting developers ship SPAs, SSR apps, PWAs, mobile (Cordova/Capacitor), Electron desktop apps, and browser extensions from one codebase.
NativeScript is an open-source framework for building truly native iOS, Android, and visionOS apps from JavaScript or TypeScript, exposing platform APIs directly to JS without a WebView. It integrates with Angular, React, Vue, Svelte, and Solid front-end stacks.
Microsoft's official extension of React Native that brings the framework to Windows, letting developers build native Windows apps (PCs, tablets, Xbox, mixed reality) with JavaScript and React. It implements Windows-native renderers — the legacy UWP XAML-based Paper renderer and the newer Composition/WinAppSDK-based Fabric renderer.
Task is a cross-platform task runner and build tool written in Go, configured via a simple YAML Taskfile. It positions itself as a modern alternative to Make, with built-in dependency tracking, file-checksum-based change detection, and a single self-contained binary.
NeoHtop is a cross-platform desktop system monitor — a modern, themeable alternative to htop — built with a SvelteKit/TypeScript frontend and a Rust/Tauri backend. It offers real-time process monitoring with advanced search (including regex), filtering, sorting, and process management.
Vue Native is a (now deprecated) framework for building cross-platform native mobile apps using Vue.js syntax. It acts as a thin wrapper over React Native's APIs, letting developers write single-file Vue components that compile down to React Native components for iOS and Android.