https://github.com/the-via/app
https://github.com/the-via/app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-via/app
- Owner: the-via
- License: gpl-3.0
- Created: 2021-07-17T04:36:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T03:00:33.000Z (about 1 month ago)
- Last Synced: 2025-04-10T17:41:15.850Z (5 days ago)
- Language: TypeScript
- Size: 23.6 MB
- Stars: 1,055
- Watchers: 7
- Forks: 237
- Open Issues: 152
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - the-via/app - (TypeScript)
README
# [VIA Web Application](https://usevia.app) - Your keyboards best friend

[](https://github.com/the-via/app/actions/workflows/azure.yml)
VIA is a powerful, open-source web-based interface for configuring your [QMK](https://qmk.fm)-powered mechanical keyboard. It allows you to customize your keymaps, create macros, and adjust RGB settings (if it has RGB) on the fly, without needing to recompile your keyboard's firmware. This makes keyboard customization easier and more accessible for everyone.
## Getting VIA to support your keyboard
Are you a keyboard maker or a developer interested in adding support for your keyboard? We welcome contributions to the VIA project!
1. The source code of the keyboard **has to be merged** in [QMK Firmware Repositories](https://github.com/qmk/qmk_firmware) Master branch.
2. Your `keymaps/via` keymap **has to be merged** in [VIA's QMK Userspace Repository](https://github.com/the-via/qmk_userspace_via) Main branch.
3. Create a definition in JSON format for your keyboard and submit it as a pull request to [VIA's Keyboards Repository](https://github.com/the-via/keyboards) Master branch.Please follow our [Specification documentation](https://www.caniusevia.com/docs/specification) carefully to ensure your pull request is smoothly reviewed and merged.
## Local development setup
### Useful commands
#### `npm run start`
Runs the app in the development mode.
Open [http://localhost:8080](http://localhost:8080) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.#### `npm run build`
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!#### `npm run test`
Launches the application test runner.
Run with the `--watch` flag (`npm test -- --watch`) to run in interactive watch mode.---
This project is tested with [BrowserStack](https://www.browserstack.com/).
## Looking for an offline app?
@cebby2420 has kindly made a desktop app that does so.
You can find it at [https://github.com/cebby2420/via-desktop](https://github.com/cebby2420/via-desktop).
**NOTE: This project has no official affiliation with VIA, and we cannot provide support for it.**
## Facing Issues?
If you encounter any issues or bugs while using the [VIA web application](https://usevia.app), please report them by opening an issue in the [Issues section](https://github.com/the-via/app/issues). This will help us to track down and resolve problems, and improve the VIA experience for everyone.
Before reporting, please make sure to check if an issue has already been reported. Thank you!