{"id":13566526,"url":"https://github.com/outr/youi","last_synced_at":"2025-12-16T16:48:10.043Z","repository":{"id":3722917,"uuid":"4795829","full_name":"outr/youi","owner":"outr","description":"Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.","archived":false,"fork":false,"pushed_at":"2025-04-06T00:05:41.000Z","size":103430,"stargazers_count":213,"open_issues_count":24,"forks_count":28,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-08T12:05:01.465Z","etag":null,"topics":["android","communication","cross-platform","desktop","dom","framework","ios","mobile","scala","scala-js","ui","undertow","web-application-framework","websocket"],"latest_commit_sha":null,"homepage":"http://youi.io","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-06-26T14:06:32.000Z","updated_at":"2025-02-13T05:58:28.000Z","dependencies_parsed_at":"2024-04-21T01:53:17.736Z","dependency_job_id":"6c1bd083-1563-473a-a790-a96b1b255324","html_url":"https://github.com/outr/youi","commit_stats":{"total_commits":2510,"total_committers":11,"mean_commits":228.1818181818182,"dds":0.03266932270916334,"last_synced_commit":"6c81b1262569cdaba4e81681362d909022fe3a8e"},"previous_names":["darkfrog26/hyperscala"],"tags_count":179,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fyoui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fyoui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fyoui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outr%2Fyoui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outr","download_url":"https://codeload.github.com/outr/youi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","communication","cross-platform","desktop","dom","framework","ios","mobile","scala","scala-js","ui","undertow","web-application-framework","websocket"],"created_at":"2024-08-01T13:02:11.321Z","updated_at":"2025-12-16T16:48:05.022Z","avatar_url":"https://github.com/outr.png","language":"Scala","readme":"# youi\n\n[![Build Status](https://travis-ci.com/outr/youi.svg?branch=master)](https://travis-ci.com/outr/youi)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c0425ea823824cd7ab60659e8b9542dc)](https://www.codacy.com/app/matthicks/youi?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=outr/youi\u0026amp;utm_campaign=Badge_Grade)\n[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/c0425ea823824cd7ab60659e8b9542dc)](https://www.codacy.com/app/matthicks/youi?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=outr/youi\u0026utm_campaign=Badge_Coverage)\n[![Stories in Ready](https://badge.waffle.io/outr/youi.png?label=ready\u0026title=Ready)](https://waffle.io/outr/youi)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/outr/youi)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.youi/youi-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.youi/youi-core_2.12)\n[![Latest version](https://index.scala-lang.org/outr/youi/youi-core/latest.svg)](https://index.scala-lang.org/outr/youi)\n[![Javadocs](https://javadoc.io/badge/io.youi/youi-core_2.12.svg)](https://javadoc.io/doc/io.youi/youi-core_2.12)\n\nNext generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.\n\n## Status\n\nThere is heavy development going on toward 1.0, but YouI releases are stable and used in several production systems.\n\n## Modules\n\nYouI is divided into modules of functionality to minimize the dependencies required for your specific usage:\n\n* [app](app) - unification of client and server to write complete applications (Scala and Scala.js)\n* [canvas](canvas) - User Interface implementation on HTML Canvas for greater power and flexibility than HTML provides\n* [client](client) - HTTP client for asynchronous request/response and restful support (Scala)\n* [communication](communication) - communication framework to provide type-safe communication between a client / server (Scala and Scala.js)\n* [core](core) - core features generally useful for web and HTTP (Scala and Scala.js)\n* [dom](dom) - features and functionality related to working with the browser's DOM (Scala.js)\n* [example](example) - example and test functionality for applications using youi\n* [hypertext](hypertext) - extension functionality for working with HTML in a more powerful way\n* [macros](macros) - internal macros for various internal uses\n* [optimizer](optimizer) - HTML, JavaScript, and Image optimizations to reduce extra overhead from your application\n* [server](server) - base functionality for a web server (Scala)\n* [server-undertow](serverUndertow) - implementation of [server](server) using [Undertow](http://undertow.io/) (Scala)\n* [spatial](spatial) - Spatial and math related functionality for Matrix and other operations\n* [stream](stream) - streaming functionality for on-the-fly processing and modification of any XML or HTML content (Scala)\n* [utilities](utilities) - internal utilities to support the infrastructure of youi\n\n## External Projects\n\nThough this project has several sub-modules, where possible, external projects exist to add optional functionality.\n\n* [youi-plugin](https://github.com/outr/youi-plugin) - An SBT plugin to simplify setting up your youi project.\n* [youi-template](https://github.com/outr/youi-template) - Stand-alone server instance to help designers work with HTML templates locally and support integration for developers.\n* [youi-designer](https://github.com/outr/youi-designer) - User interface designer tool to create, edit, import, export, and generate user interfaces for youi.\n* [youi-example](https://github.com/outr/youi-example) - An example project showing the basic usage of youi.\n\n## Tutorials\n\nThough YouI provides many modules to accomplish many things, the primary goal of YouI is application development for\nweb, mobile, and desktop. Take a look at the [app](app) module for a great getting started tutorial.\n\n## Examples\n\nMore examples are located in the `example` directory. Run them with `sbt` \n\n    exampleJS/fastOptJS \n    exampleJVM/reStart \n\nthen load http://localhost:8080/ui-examples.html or search with `def path:` for URLs.\n\n## Roadmap\n\nhttps://github.com/outr/youi/wiki/Roadmap","funding_links":[],"categories":["Table of Contents","Scala","Web Frameworks"],"sub_categories":["Web Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutr%2Fyoui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutr%2Fyoui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutr%2Fyoui/lists"}