Northwind Operations Console
This console is a live Genero BDL application surfaced through the Arc gateway. Every record below comes from the Northwind sample database and round-trips through the original BDL controllers — no client-side data, no caching. Pick an entity from the sidebar or the cards below to begin.
ws://localhost:9000. Each entity opens an independent BDL session: main_shippers, main_customers, and so on. Standard CRUD plus a server-side CONSTRUCT-based search is wired into every screen.Shippers
Carriers fulfilling Northwind orders.
Customers
Companies that place orders with Northwind.
Orders
Customer orders, with shipper and employee assignment.
Products
Catalog items with price, stock, and supplier metadata.
Categories
Product groupings used across the catalog.
Arc exposes Genero BDL applications as typed JSON+WebSocket gateways. Field types, dialog states, and actions are generated from the original .per form definitions, so a React UI can drive a BDL session with full type safety.
Each entity card opens an independent live session. The status bar at the top of every screen shows the current dialog state (idle / live / editing / searching), the row count, and the truncated session ID for debugging.