Tangible allows you to turn your favorite digital assets into high quality physical products.
View all of the assets owned by your wallet in one convenient location.
Images are pulled from the NFT's metadata to save you the headache of uploading files.
Choose from our library of premium physical products and the product is created and shipped to you.
Tangible is a NodeJS web application built with React and Next with the help of TailwindCSS for styling.
Moralis powers the Web3 elements of the app like wallet connections, message signing, etc. In a previous version of the build, Moralis also provided the functionality for getting the NFT balances and data for the connected wallet. This was quickly deprecated in favor of the OpenSea API due to OS's much more complete and accurate NFT metadata.
Payments are powered by the Stripe Checkout API with massive utility provided by the use-shopping-cart library. This module provides utilities for managing a persistant, stateful shopping cart with direct connections for checking out with Stripe. Because each product needed to be created on demand rather than in advance through the Stripe dashboard, custom cart functionality was needed as provided through use-shopping-cart.
After an order is placed, the Prodigi print-on-demand API will be used for creating the physical product. They handle all the printing, packaging, and shipping associated with the physical product side of the order by sending a simple REST API call. From there, order and shipping statuses can be tracked through the API as well.