diff --git a/framework/swell/.env.template b/packages/swell/.env.template similarity index 100% rename from framework/swell/.env.template rename to packages/swell/.env.template diff --git a/framework/swell/.prettierignore b/packages/swell/.prettierignore similarity index 100% rename from framework/swell/.prettierignore rename to packages/swell/.prettierignore diff --git a/framework/swell/.prettierrc b/packages/swell/.prettierrc similarity index 100% rename from framework/swell/.prettierrc rename to packages/swell/.prettierrc diff --git a/framework/swell/api/cart/index.ts b/packages/swell/api/cart/index.ts similarity index 100% rename from framework/swell/api/cart/index.ts rename to packages/swell/api/cart/index.ts diff --git a/framework/swell/api/catalog/index.ts b/packages/swell/api/catalog/index.ts similarity index 100% rename from framework/swell/api/catalog/index.ts rename to packages/swell/api/catalog/index.ts diff --git a/framework/swell/api/catalog/products.ts b/packages/swell/api/catalog/products.ts similarity index 100% rename from framework/swell/api/catalog/products.ts rename to packages/swell/api/catalog/products.ts diff --git a/framework/swell/api/customer.ts b/packages/swell/api/customer.ts similarity index 100% rename from framework/swell/api/customer.ts rename to packages/swell/api/customer.ts diff --git a/framework/swell/api/customers/index.ts b/packages/swell/api/customers/index.ts similarity index 100% rename from framework/swell/api/customers/index.ts rename to packages/swell/api/customers/index.ts diff --git a/framework/swell/api/customers/logout.ts b/packages/swell/api/customers/logout.ts similarity index 100% rename from framework/swell/api/customers/logout.ts rename to packages/swell/api/customers/logout.ts diff --git a/framework/swell/api/customers/signup.ts b/packages/swell/api/customers/signup.ts similarity index 100% rename from framework/swell/api/customers/signup.ts rename to packages/swell/api/customers/signup.ts diff --git a/framework/swell/api/endpoints/cart.ts b/packages/swell/api/endpoints/cart.ts similarity index 100% rename from framework/swell/api/endpoints/cart.ts rename to packages/swell/api/endpoints/cart.ts diff --git a/framework/swell/api/endpoints/catalog/products.ts b/packages/swell/api/endpoints/catalog/products.ts similarity index 100% rename from framework/swell/api/endpoints/catalog/products.ts rename to packages/swell/api/endpoints/catalog/products.ts diff --git a/framework/swell/api/endpoints/checkout/index.ts b/packages/swell/api/endpoints/checkout/index.ts similarity index 100% rename from framework/swell/api/endpoints/checkout/index.ts rename to packages/swell/api/endpoints/checkout/index.ts diff --git a/framework/swell/api/endpoints/customer/address.ts b/packages/swell/api/endpoints/customer/address.ts similarity index 100% rename from framework/swell/api/endpoints/customer/address.ts rename to packages/swell/api/endpoints/customer/address.ts diff --git a/framework/swell/api/endpoints/customer/card.ts b/packages/swell/api/endpoints/customer/card.ts similarity index 100% rename from framework/swell/api/endpoints/customer/card.ts rename to packages/swell/api/endpoints/customer/card.ts diff --git a/framework/swell/api/endpoints/customer/index.ts b/packages/swell/api/endpoints/customer/index.ts similarity index 100% rename from framework/swell/api/endpoints/customer/index.ts rename to packages/swell/api/endpoints/customer/index.ts diff --git a/framework/swell/api/endpoints/login.ts b/packages/swell/api/endpoints/login.ts similarity index 100% rename from framework/swell/api/endpoints/login.ts rename to packages/swell/api/endpoints/login.ts diff --git a/framework/swell/api/endpoints/logout.ts b/packages/swell/api/endpoints/logout.ts similarity index 100% rename from framework/swell/api/endpoints/logout.ts rename to packages/swell/api/endpoints/logout.ts diff --git a/framework/swell/api/endpoints/signup.ts b/packages/swell/api/endpoints/signup.ts similarity index 100% rename from framework/swell/api/endpoints/signup.ts rename to packages/swell/api/endpoints/signup.ts diff --git a/framework/swell/api/endpoints/wishlist.ts b/packages/swell/api/endpoints/wishlist.ts similarity index 100% rename from framework/swell/api/endpoints/wishlist.ts rename to packages/swell/api/endpoints/wishlist.ts diff --git a/framework/swell/api/index.ts b/packages/swell/api/index.ts similarity index 100% rename from framework/swell/api/index.ts rename to packages/swell/api/index.ts diff --git a/framework/swell/api/operations/get-all-pages.ts b/packages/swell/api/operations/get-all-pages.ts similarity index 100% rename from framework/swell/api/operations/get-all-pages.ts rename to packages/swell/api/operations/get-all-pages.ts diff --git a/framework/swell/api/operations/get-all-product-paths.ts b/packages/swell/api/operations/get-all-product-paths.ts similarity index 100% rename from framework/swell/api/operations/get-all-product-paths.ts rename to packages/swell/api/operations/get-all-product-paths.ts diff --git a/framework/swell/api/operations/get-all-products.ts b/packages/swell/api/operations/get-all-products.ts similarity index 100% rename from framework/swell/api/operations/get-all-products.ts rename to packages/swell/api/operations/get-all-products.ts diff --git a/framework/swell/api/operations/get-page.ts b/packages/swell/api/operations/get-page.ts similarity index 100% rename from framework/swell/api/operations/get-page.ts rename to packages/swell/api/operations/get-page.ts diff --git a/framework/swell/api/operations/get-product.ts b/packages/swell/api/operations/get-product.ts similarity index 100% rename from framework/swell/api/operations/get-product.ts rename to packages/swell/api/operations/get-product.ts diff --git a/framework/swell/api/operations/get-site-info.ts b/packages/swell/api/operations/get-site-info.ts similarity index 100% rename from framework/swell/api/operations/get-site-info.ts rename to packages/swell/api/operations/get-site-info.ts diff --git a/framework/swell/api/operations/login.ts b/packages/swell/api/operations/login.ts similarity index 100% rename from framework/swell/api/operations/login.ts rename to packages/swell/api/operations/login.ts diff --git a/framework/swell/api/utils/fetch-swell-api.ts b/packages/swell/api/utils/fetch-swell-api.ts similarity index 100% rename from framework/swell/api/utils/fetch-swell-api.ts rename to packages/swell/api/utils/fetch-swell-api.ts diff --git a/framework/swell/api/utils/fetch.ts b/packages/swell/api/utils/fetch.ts similarity index 100% rename from framework/swell/api/utils/fetch.ts rename to packages/swell/api/utils/fetch.ts diff --git a/framework/swell/api/utils/is-allowed-method.ts b/packages/swell/api/utils/is-allowed-method.ts similarity index 100% rename from framework/swell/api/utils/is-allowed-method.ts rename to packages/swell/api/utils/is-allowed-method.ts diff --git a/framework/swell/api/wishlist/index.tsx b/packages/swell/api/wishlist/index.tsx similarity index 100% rename from framework/swell/api/wishlist/index.tsx rename to packages/swell/api/wishlist/index.tsx diff --git a/framework/swell/auth/use-login.tsx b/packages/swell/auth/use-login.tsx similarity index 100% rename from framework/swell/auth/use-login.tsx rename to packages/swell/auth/use-login.tsx diff --git a/framework/swell/auth/use-logout.tsx b/packages/swell/auth/use-logout.tsx similarity index 100% rename from framework/swell/auth/use-logout.tsx rename to packages/swell/auth/use-logout.tsx diff --git a/framework/swell/auth/use-signup.tsx b/packages/swell/auth/use-signup.tsx similarity index 100% rename from framework/swell/auth/use-signup.tsx rename to packages/swell/auth/use-signup.tsx diff --git a/framework/swell/cart/index.ts b/packages/swell/cart/index.ts similarity index 100% rename from framework/swell/cart/index.ts rename to packages/swell/cart/index.ts diff --git a/framework/swell/cart/use-add-item.tsx b/packages/swell/cart/use-add-item.tsx similarity index 100% rename from framework/swell/cart/use-add-item.tsx rename to packages/swell/cart/use-add-item.tsx diff --git a/framework/swell/cart/use-cart.tsx b/packages/swell/cart/use-cart.tsx similarity index 100% rename from framework/swell/cart/use-cart.tsx rename to packages/swell/cart/use-cart.tsx diff --git a/framework/swell/cart/use-remove-item.tsx b/packages/swell/cart/use-remove-item.tsx similarity index 100% rename from framework/swell/cart/use-remove-item.tsx rename to packages/swell/cart/use-remove-item.tsx diff --git a/framework/swell/cart/use-update-item.tsx b/packages/swell/cart/use-update-item.tsx similarity index 100% rename from framework/swell/cart/use-update-item.tsx rename to packages/swell/cart/use-update-item.tsx diff --git a/framework/swell/cart/utils/checkout-create.ts b/packages/swell/cart/utils/checkout-create.ts similarity index 100% rename from framework/swell/cart/utils/checkout-create.ts rename to packages/swell/cart/utils/checkout-create.ts diff --git a/framework/swell/cart/utils/checkout-to-cart.ts b/packages/swell/cart/utils/checkout-to-cart.ts similarity index 100% rename from framework/swell/cart/utils/checkout-to-cart.ts rename to packages/swell/cart/utils/checkout-to-cart.ts diff --git a/framework/swell/cart/utils/index.ts b/packages/swell/cart/utils/index.ts similarity index 100% rename from framework/swell/cart/utils/index.ts rename to packages/swell/cart/utils/index.ts diff --git a/framework/swell/checkout/use-checkout.tsx b/packages/swell/checkout/use-checkout.tsx similarity index 100% rename from framework/swell/checkout/use-checkout.tsx rename to packages/swell/checkout/use-checkout.tsx diff --git a/framework/swell/commerce.config.json b/packages/swell/commerce.config.json similarity index 100% rename from framework/swell/commerce.config.json rename to packages/swell/commerce.config.json diff --git a/framework/swell/const.ts b/packages/swell/const.ts similarity index 100% rename from framework/swell/const.ts rename to packages/swell/const.ts diff --git a/framework/swell/customer/address/use-add-item.tsx b/packages/swell/customer/address/use-add-item.tsx similarity index 100% rename from framework/swell/customer/address/use-add-item.tsx rename to packages/swell/customer/address/use-add-item.tsx diff --git a/framework/swell/customer/card/use-add-item.tsx b/packages/swell/customer/card/use-add-item.tsx similarity index 100% rename from framework/swell/customer/card/use-add-item.tsx rename to packages/swell/customer/card/use-add-item.tsx diff --git a/framework/swell/customer/index.ts b/packages/swell/customer/index.ts similarity index 100% rename from framework/swell/customer/index.ts rename to packages/swell/customer/index.ts diff --git a/framework/swell/customer/use-customer.tsx b/packages/swell/customer/use-customer.tsx similarity index 100% rename from framework/swell/customer/use-customer.tsx rename to packages/swell/customer/use-customer.tsx diff --git a/framework/swell/fetcher.ts b/packages/swell/fetcher.ts similarity index 100% rename from framework/swell/fetcher.ts rename to packages/swell/fetcher.ts diff --git a/framework/swell/index.tsx b/packages/swell/index.tsx similarity index 100% rename from framework/swell/index.tsx rename to packages/swell/index.tsx diff --git a/framework/swell/next.config.js b/packages/swell/next.config.js similarity index 100% rename from framework/swell/next.config.js rename to packages/swell/next.config.js diff --git a/framework/swell/product/index.ts b/packages/swell/product/index.ts similarity index 100% rename from framework/swell/product/index.ts rename to packages/swell/product/index.ts diff --git a/framework/swell/product/use-price.tsx b/packages/swell/product/use-price.tsx similarity index 100% rename from framework/swell/product/use-price.tsx rename to packages/swell/product/use-price.tsx diff --git a/framework/swell/product/use-search.tsx b/packages/swell/product/use-search.tsx similarity index 100% rename from framework/swell/product/use-search.tsx rename to packages/swell/product/use-search.tsx diff --git a/framework/swell/provider.ts b/packages/swell/provider.ts similarity index 100% rename from framework/swell/provider.ts rename to packages/swell/provider.ts diff --git a/framework/swell/schema.d.ts b/packages/swell/schema.d.ts similarity index 100% rename from framework/swell/schema.d.ts rename to packages/swell/schema.d.ts diff --git a/framework/swell/schema.graphql b/packages/swell/schema.graphql similarity index 100% rename from framework/swell/schema.graphql rename to packages/swell/schema.graphql diff --git a/framework/swell/swell.ts b/packages/swell/swell.ts similarity index 100% rename from framework/swell/swell.ts rename to packages/swell/swell.ts diff --git a/framework/swell/types.ts b/packages/swell/types.ts similarity index 100% rename from framework/swell/types.ts rename to packages/swell/types.ts diff --git a/framework/swell/types/cart.ts b/packages/swell/types/cart.ts similarity index 100% rename from framework/swell/types/cart.ts rename to packages/swell/types/cart.ts diff --git a/framework/swell/types/checkout.ts b/packages/swell/types/checkout.ts similarity index 100% rename from framework/swell/types/checkout.ts rename to packages/swell/types/checkout.ts diff --git a/framework/swell/types/common.ts b/packages/swell/types/common.ts similarity index 100% rename from framework/swell/types/common.ts rename to packages/swell/types/common.ts diff --git a/framework/swell/types/customer.ts b/packages/swell/types/customer.ts similarity index 100% rename from framework/swell/types/customer.ts rename to packages/swell/types/customer.ts diff --git a/framework/swell/types/index.ts b/packages/swell/types/index.ts similarity index 100% rename from framework/swell/types/index.ts rename to packages/swell/types/index.ts diff --git a/framework/swell/types/login.ts b/packages/swell/types/login.ts similarity index 100% rename from framework/swell/types/login.ts rename to packages/swell/types/login.ts diff --git a/framework/swell/types/logout.ts b/packages/swell/types/logout.ts similarity index 100% rename from framework/swell/types/logout.ts rename to packages/swell/types/logout.ts diff --git a/framework/swell/types/page.ts b/packages/swell/types/page.ts similarity index 100% rename from framework/swell/types/page.ts rename to packages/swell/types/page.ts diff --git a/framework/swell/types/product.ts b/packages/swell/types/product.ts similarity index 100% rename from framework/swell/types/product.ts rename to packages/swell/types/product.ts diff --git a/framework/swell/types/signup.ts b/packages/swell/types/signup.ts similarity index 100% rename from framework/swell/types/signup.ts rename to packages/swell/types/signup.ts diff --git a/framework/swell/types/site.ts b/packages/swell/types/site.ts similarity index 100% rename from framework/swell/types/site.ts rename to packages/swell/types/site.ts diff --git a/framework/swell/types/wishlist.ts b/packages/swell/types/wishlist.ts similarity index 100% rename from framework/swell/types/wishlist.ts rename to packages/swell/types/wishlist.ts diff --git a/framework/swell/utils/customer-token.ts b/packages/swell/utils/customer-token.ts similarity index 100% rename from framework/swell/utils/customer-token.ts rename to packages/swell/utils/customer-token.ts diff --git a/framework/swell/utils/get-categories.ts b/packages/swell/utils/get-categories.ts similarity index 100% rename from framework/swell/utils/get-categories.ts rename to packages/swell/utils/get-categories.ts diff --git a/framework/swell/utils/get-checkout-id.ts b/packages/swell/utils/get-checkout-id.ts similarity index 100% rename from framework/swell/utils/get-checkout-id.ts rename to packages/swell/utils/get-checkout-id.ts diff --git a/framework/swell/utils/get-search-variables.ts b/packages/swell/utils/get-search-variables.ts similarity index 100% rename from framework/swell/utils/get-search-variables.ts rename to packages/swell/utils/get-search-variables.ts diff --git a/framework/swell/utils/get-sort-variables.ts b/packages/swell/utils/get-sort-variables.ts similarity index 100% rename from framework/swell/utils/get-sort-variables.ts rename to packages/swell/utils/get-sort-variables.ts diff --git a/framework/swell/utils/get-vendors.ts b/packages/swell/utils/get-vendors.ts similarity index 100% rename from framework/swell/utils/get-vendors.ts rename to packages/swell/utils/get-vendors.ts diff --git a/framework/swell/utils/handle-fetch-response.ts b/packages/swell/utils/handle-fetch-response.ts similarity index 100% rename from framework/swell/utils/handle-fetch-response.ts rename to packages/swell/utils/handle-fetch-response.ts diff --git a/framework/swell/utils/handle-login.ts b/packages/swell/utils/handle-login.ts similarity index 100% rename from framework/swell/utils/handle-login.ts rename to packages/swell/utils/handle-login.ts diff --git a/framework/swell/utils/index.ts b/packages/swell/utils/index.ts similarity index 100% rename from framework/swell/utils/index.ts rename to packages/swell/utils/index.ts diff --git a/framework/swell/utils/normalize.ts b/packages/swell/utils/normalize.ts similarity index 100% rename from framework/swell/utils/normalize.ts rename to packages/swell/utils/normalize.ts diff --git a/framework/swell/utils/storage.ts b/packages/swell/utils/storage.ts similarity index 100% rename from framework/swell/utils/storage.ts rename to packages/swell/utils/storage.ts diff --git a/framework/swell/wishlist/use-add-item.tsx b/packages/swell/wishlist/use-add-item.tsx similarity index 100% rename from framework/swell/wishlist/use-add-item.tsx rename to packages/swell/wishlist/use-add-item.tsx diff --git a/framework/swell/wishlist/use-remove-item.tsx b/packages/swell/wishlist/use-remove-item.tsx similarity index 100% rename from framework/swell/wishlist/use-remove-item.tsx rename to packages/swell/wishlist/use-remove-item.tsx diff --git a/framework/swell/wishlist/use-wishlist.tsx b/packages/swell/wishlist/use-wishlist.tsx similarity index 100% rename from framework/swell/wishlist/use-wishlist.tsx rename to packages/swell/wishlist/use-wishlist.tsx