Open Web Desktop (OWD) is a framework designed to provide a simple environment for building web-based desktop experiences. It's built with Vue.js & TypeScript, and it leverages the extensible Nuxt.js architecture.
Demo Β· Community Β· Documentation
- Fully extendable through apps, modules and themes
- Bundled with popular Vue.js libraries like Pinia and VueUse
- Designed to make the most of the Nuxt.js ecosystem
- Styled with PrimeVue and Tailwind for a consistent UI
- Fully localizable with nuxt-i18n support
Bootstrap a new project by running:
npm create owdOnce the process is done, you can start to develop:
cd owd-client
# Run the dev server with hot-reload
pnpm install
pnpm run dev
# Build for production
pnpm run generateThanks to Tailwind and PrimeVue, you can create custom themes from scratch and ensure a consistent look across all apps. Each theme defines its own style, making your desktop both cohesive and uniquely yours.
Applications Β· Modules Β· Themes
Discover apps by searching the owd-apps tag on GitHub.
For example, to install the To-do app:
owd install-app @owdproject/app-todoThis will install the package and automatically register it in your desktop configuration.
Discover modules by searching the owd-modules tag on GitHub.
For example, to install the session persistence module:
owd install-module @owdproject/module-pinia-localforageThemes are full desktop environments that style all UI components independently, using PrimeVue.
Each theme provides a unique look and feel while maintaining consistent functionality across applications.
Discover themes by searching the owd-themes tag on GitHub.
owd install-theme @owdproject/theme-gnomeThe published @owdproject/nx@0.0.3 package references executor JSON schemas that were missing from the npm tarball, which caused Unable to resolve @owdproject/nx:install-app / missing schema.json. This repository carries a pnpm patch (patches/@owdproject__nx@0.0.3.patch) that adds those files. Long-term, republishing @owdproject/nx with the schemas included (e.g. 0.0.4) would remove the need for the patch.
Be the first to support this project and help us keep it growing! Sponsor the project
Open Web Desktop is released under the MIT License.