√ Setup Parcel in Sandcastle
√ Connect it to component library -- switch to webpack
√ Bring in config and auto build routes
√ Bring in layout generator
√ SEO stuff
[!](25) Tracking / onRouteUpdate triggers
[!](75) Mobile Responsiveness
[!](100) Autoresponder, Payment, & Next Step events
√ Build if config.json changes
(make config an ajax fetch - switch to build when done)
^^ onPublish just toggles between config fetch and config built-in

- At Publish Time
  - Generate Config.json
- At Build Time
  - FavIcon
  - createAllPages (on build)
  - createHomePage (on build)
  - create404Page (on build)
- Every Page
  - Load fonts
  - Tracking Scripts / grab from content and add to page
  - Page Generation
  - Hidden Fields
  - React Helmet for SEO
- Actions
  - Update Tracking on Page Route Change
  - Component Actions (13 of them)
  - Mobile Responsiveness (on resize)
  - Optin integrations
  - Purchase integrations
  - Upsell integrations
