Open Source · Windows 10
OpenMetro is an open platform for fullscreen Metro-style apps on Windows 10. Build with HTML, CSS, and JavaScript. Distribute through the OpenMetro Store.
Why OpenMetro
Build Apps
Create a folder with an index.html. That's your app.
The OpenMetro runner injects the titlebar and close button automatically —
you don't need to build any of that yourself.
<!-- my-app/index.html --> <!DOCTYPE html> <html> <head> <title>My App</title> </head> <body> <!-- your app here --> <!-- titlebar injected automatically --> </body> </html> # publish to store: python publish.py ./my-app/src my-app 1.0.0