Shrink your dApp's server footprint with Fauna by replacing a relational database with a globally distributed and serverless database that guarantees transactional consistency. Kitty Items is a full-stack dApp sample provided by Dapper, which serves as a reference for implementing the deployment of contracts, minting of NFTs, and integrating with user wallets. To deploy Kitty Items on Fauna, developers need to create collections, indexes, and user-defined functions (UDFs) that interact with the database. UDFs allow business logic to be abstracted from the application layer and embedded in the database, enabling a single solution for data management, schema, and logic. By using Fauna's serverless capabilities, developers can focus on the business logic of their apps instead of engineering around eventual-consistency or duplicating data. With Fauna, dApp development aligns well with its no-ops environment that scales with workload, provides consistent and low latency to users, and is ACID compliant with flexible indexing capabilities and a highly expressive query language.