Examples

Framework probes stay package-shaped.

The examples prove that modern web tooling can live inside `.webapp` source packages while still producing static `.web` artifacts.

Astro Blog Webapp

Static content routes, React JSX composition, and one hydrated island exported into a sibling .web bundle.

Astro + React islandsexamples/webapp/astro-blog.webapp

Expo Field Kit

React Native Web controls exported into a static .web package for Web.app.

Expo Webexamples/webapp/expo-field-kit.webapp

Next Operations Room

A local operations dashboard with an API route and Webapp.app dev server lifecycle.

Next.js App Routerexamples/webapp/next-operations-room.webapp

Next Scenario Lab

A small scoring lab for comparing bundle decisions and mitigation toggles.

Next.js App Routerexamples/webapp/next-scenario-lab.webapp

Web Native Bundles

Framework-free .web packages proving static, inspectable, browser-native document bundles.

Plain static webexamples/web-native-bundles

Web Compat Fixtures

Small red-case .web fixtures that justify Web.app compatibility behavior.

Compatibility casesexamples/web-compat