Skinnerbox factory
Website: https://skinnerbox.factoria.app
Skinnerfactory is a web app that lets you generate and download Skinnerbox or Skinnerbox 2 minting websites.
The Skinnerbox and Skinnerbox2 websites do not cache IPFS content (invites, config, placeholder image, etc.) by default. This often results in very slow load time for your minting pages.
Skinnerfactory solves this problem by dynamically downloading all the IPFS content in the browser and generating a static site that hardcodes all the IPFS content.
This means your minting site will ALWAYS load instantly.
Skinnerfactory generates a zip file that contains your entire minting site.
You can unzip the file and host it on any web hosting provider you want, such as Github pages, netlify, vercel, etc.
Skinnerfactory also directly links to Netlify drop so you can instantly drag and drop the downloaded zip archive and go live in seconds, with no hassle.
This repository is a 100% static website with NO SERVER.
It dynamically downloads the Skinnerbox and Skinnerbox2 repositories, updates the configs, and caches content, and compresses the result in a single zip file.
This web app is powered by svelte.
There is a single file that takes care of the entire app: App.svelte. If you want to understand how things work, check out that file.