Credits & Attributions

    A product of PixelNova LLC

    Last updated: February 8, 2026

    Pixel Nova Studio is built on top of several open-source projects and third-party services. This page documents what we use, how we use it, and the applicable licenses. If you are a developer or someone who cares about transparency in software, this page is for you.

    PixelNova Source Code

    The PixelNova source code is publicly available on GitHub and licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). This means you are free to share and adapt the code for non-commercial purposes, provided you give appropriate credit and distribute derivative works under the same license.

    License: CC BY-NC-SA 4.0
    Full text: creativecommons.org/licenses/by-nc-sa/4.0

    SpriteFusion Pixel Snapper

    Pixel Nova Studio uses the SpriteFusion Pixel Snapper to convert uploaded images into true pixel art. The tool snaps pixels to a clean, consistent grid and quantizes colors to a strict palette, correcting the inconsistent pixel sizes and grid drift found in images that only look like pixel art. We compile the Rust source to WebAssembly and run it server-side in Node.js.

    spritefusion-pixel-snapper

    Author: Hugo Duprez

    Repository: github.com/Hugo-Dz/spritefusion-pixel-snapper

    License: MIT License

    Website: spritefusion.com/pixel-snapper

    MIT License Notice

    Copyright (c) Hugo Duprez

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Third-Party Services

    The following services are used in the operation of Pixel Nova Studio. They are not open-source dependencies but are integral to the platform.

    • Supabase — Authentication, database (PostgreSQL), and file storage.
    • Cloudflare — CDN, DDoS protection, and frontend hosting (Cloudflare Pages).
    • Fly.io — Backend API hosting and deployment.

    Open-Source Stack

    Pixel Nova Studio is built with the following open-source frameworks and libraries, among others. Full dependency lists are available in the respective repository package files.

    Frontend

    • Next.js (React)
    • TypeScript
    • Tailwind CSS
    • Shadcn/ui (Radix UI)
    • React Query

    Backend

    • Node.js (Express)
    • TypeScript
    • Sharp (image processing)
    • Zod (validation)
    • WebAssembly (pixel snapping)

    Contact

    If you have questions about licensing, attribution, or believe a credit is missing, contact us at [email protected].


    See also: Terms of Service · Privacy Policy