HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fulco__

no profile record

投稿

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

ful.co
93 ポイント·投稿者 fulco__·2 年前·19 コメント

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

justship.today
52 ポイント·投稿者 fulco__·2 年前·29 コメント

Show HN: Don't Press the Red Button

pressthebluebutton.fun
9 ポイント·投稿者 fulco__·3 年前·13 コメント

コメント

fulco__
·2 年前·議論
Did you you include the protocol like this https://ful.co/https://digitec.ch ? It seems to work for me.
fulco__
·2 年前·議論
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 年前·議論
done, will look into webfonts
fulco__
·2 年前·議論
This template actually uses shadcn-svelte
fulco__
·2 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Strange, on which page can't you scroll the list?