A designer-focused application built with Next.js, utilising Lucide Icon library for watermark creation. Users authenticate via Auth0, allowing them to save, manage, and download their creations as SVG files. The homepage features a community section displaying user-generated posts, with filtering options for the most popular and most recent. Users can like posts and track their own saved items. Data is stored in MongoDB, with Next.js API routes handling item creation, editing, deletion, and retrieval through mongoose schema validation (CRUD).