Credits & Attributions

    A product of PixelNova LLC

    Last updated: February 8, 2026

    Pixel Nova 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

    AI Models

    Pixel Nova uses machine learning models hosted on Hugging Face for AI-powered pixel art generation. The following models are currently in use. Additional models may be integrated in the future.

    Retro Pixel Flux LoRA

    Used for text-to-image pixel art generation via the Hugging Face Inference API. This model is a LoRA fine-tune that produces retro-style pixel art sprites from text prompts.

    Model: prithivMLmods/Retro-Pixel-Flux-LoRA

    Platform: Hugging Face

    Integration: Hugging Face Inference API (server-side)

    SpriteFusion Pixel Snapper

    Pixel Nova uses the SpriteFusion Pixel Snapper for post-processing AI-generated 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 that AI image models typically produce. 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. They are not open-source dependencies but are integral to the platform.

    • Supabase — Authentication, database (PostgreSQL), and file storage.
    • Stripe — Payment processing and subscription management.
    • Cloudflare — CDN, DDoS protection, and frontend hosting (Cloudflare Pages).
    • Fly.io — Backend API hosting and deployment.
    • Hugging Face — AI model hosting and inference API.

    Open-Source Stack

    Pixel Nova 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