Application-owned product logic
Collaboration
Routes, models, authorization, data, and business decisions remain in the Rails app.
Public features flow
Overview, security, automation, collaboration, long-content, and mobile feature compositions.
Overview, security, automation, collaboration, long-content, and narrow feature states.
Application ownership stays central when agents and engineers share one component vocabulary.
Application ownership stays central when agents and engineers share one component vocabulary.
Routes, models, authorization, data, and business decisions remain in the Rails app.
test/dummy/app/components/gallery/flows/features_page.rbworkspace_surface do
render_header
render_product_facts
render_features
end