I don't think I specifically got blocked. I haven't done anything to get around scraping restrictions like setting a fake User-Agent. If a website doesn't want to be scraped I'll just use inspect element.
Some other current limitations:
- Might miss items in a SPA that loads additional assets outside the initial html
- Misses images/SVG's that are loaded with external css with background:url(...);
Edit: It is not really due to the package manager or node version. This is use svelte 5 which should be close to official release but is still in alpha. Not every package supports it yet
The component library used is shadcn-svelte where you can find a dashboard and examples from here: https://www.shadcn-svelte.com/
This is not about a component library but setting up the database, orm, login, flow etc. People are selling these kind templates for 200 bucks at the moment (e.g https://shipfa.st/) so I'd thought people would enjoy it if I released mine for free.