There are by now lots of Catalyst apps out there: Mojomojo, Meios, Parley, etc. Each is standalone. When it comes time to intergrate multiple apps in one web site (portal, eCommerce, CMS) some rewiring is needed. <br><br>I've been working up a rough draft of a community/collaborative site to include image handling tools, writing tools, discussion board, etc AND have the capability to create online shops and user areas. Before stumbling too far down the path, I wanted to ask for advice from folks who have been there.<br><br>I have this architecture:<br><br>lib/<br>&nbsp;&nbsp; Bigsite/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Controller/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Image_Tools/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Photo stuff/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gallery/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Text_Tools/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blog/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; articles/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; faq_builder<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quote_handler/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stories/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Forum<br><br>I'd have Handel in there somewhere (I haven't messed w/ Handel since Chris began his recent Herculean efforts); I have admin pages strewn in amongst other stuff, but plan to pull those out into a separate Catalyst app running on separate port; I haven't done user pages or web stores before, so I'm wide open there.<br><br>I have been building on a VPN, so have root access. Once I have something up there that's not stupid, I'd like to offer to the Catalyst community. <br><br>Thoughts? Ideas?
 Discussion? Collaboration?<br><br>/dennis<br><br><br><br>