HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fulco__

no profile record

Submissions

Show HN: Put ful.co/ in front of any URL to easily copy its SVGs and images

ful.co
93 points·by fulco__·2 yıl önce·19 comments

Show HN: Just Ship, a free and open source SvelteKit SaaS boilerplate

justship.today
52 points·by fulco__·2 yıl önce·29 comments

Show HN: Don't Press the Red Button

pressthebluebutton.fun
9 points·by fulco__·3 yıl önce·13 comments

comments

fulco__
·2 yıl önce·discuss
Did you you include the protocol like this https://ful.co/https://digitec.ch ? It seems to work for me.
fulco__
·2 yıl önce·discuss
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(...);
fulco__
·2 yıl önce·discuss
done, will look into webfonts
fulco__
·2 yıl önce·discuss
This template actually uses shadcn-svelte
fulco__
·2 yıl önce·discuss
oops I'll look into that I use pnpm myself.

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
fulco__
·2 yıl önce·discuss
I want to add that next! But I thought it would already be useful in it's current form.

Still looking into whether I'm going with stripe or lemonsqueezy
fulco__
·2 yıl önce·discuss
There is a link on the github there. This site is purely an example of the login flow you get when using the template
fulco__
·2 yıl önce·discuss
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.
fulco__
·3 yıl önce·discuss
Strange, on which page can't you scroll the list?