Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Appsmith | 25,751 | 11 hours ago | 1 | October 28, 2021 | 3,275 | apache-2.0 | TypeScript | |||
Low code project to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API. | ||||||||||
Oni | 11,477 | 1 | 3 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Gdbgui | 9,095 | 2 | 23 days ago | 94 | June 22, 2022 | 147 | gpl-3.0 | TypeScript | ||
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. | ||||||||||
Nodegui | 8,327 | 12 | 24 | 19 days ago | 114 | September 03, 2022 | 71 | mit | C++ | |
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org | ||||||||||
Majestic | 7,130 | 2 years ago | 42 | mit | TypeScript | |||||
⚡ Zero config GUI for Jest | ||||||||||
Illa Builder | 6,069 | 12 hours ago | 4 | apache-2.0 | TypeScript | |||||
🚀 Retool open-source alternative, with low-code UI components and support for multiple data resources. | ||||||||||
React Nodegui | 6,059 | 3 | 2 | 6 months ago | 30 | August 16, 2021 | 46 | mit | TypeScript | |
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀 | ||||||||||
Arwes | 5,266 | 4 | 1 | a month ago | 11 | April 17, 2021 | 32 | mit | TypeScript | |
Futuristic Sci-Fi UI Web Framework. | ||||||||||
Openblocks | 4,407 | a day ago | 104 | agpl-3.0 | TypeScript | |||||
🔥 🔥 🔥 The Open Source Retool Alternative | ||||||||||
Sqlectron Gui | 4,130 | 4 months ago | 148 | mit | TypeScript | |||||
A simple and lightweight SQL client desktop with cross database and platform support. |
Clone and run for a quick way to see React NodeGui in action.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/nodegui/react-nodegui-starter
# Install CMake
brew install cmake
# Go into the repository
cd react-nodegui-starter
# Install dependencies
npm install
# Run the dev server
npm run dev
# Open andother terminal and run the app
npm start
In order to distribute your finished app, you can use @nodegui/packer
npx nodegui-packer --init MyAppName
This will produce the deploy directory containing the template. You can modify this to suite your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory.
Next you can run the pack command:
npm run build
This will produce the js bundle along with assets inside the ./dist
directory
npx nodegui-packer --pack ./dist
This will build the distributable using @nodegui/packer based on your template. The output of the command is found under the build directory. You should gitignore the build directory.
More details about packer can be found here: nodegui/packer
MIT