Live data from Hacker News

Show HN: Linkwarden – An open source collaborative bookmark manager

linkwarden.app

11–20 of 91 posts

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#13
Hey, this looks great!

In your readme, in the "A bit of history", it should be `has many fewer features`

On a more technical note, I wondered if you have any stories working with Prisma and Next? It works but every ORM has its pros and cons. My annecdote with the two is on a project recently, I had issues bundling the appropriate prisma packages during a Next standalone mode build.

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#14
Oof, any time I see next/prisma I already know that my tiny VPS will likely choke building this... So yeah, self-hostable, but not for everyone.

Got burned with this by cal.com self-hosted version: https://blog.vasi.li/cal-com-is-making-me-lose-faith-in-the-...

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#15

Hey, this looks great! In your readme, in the "A bit of history", it should be `has many fewer features` On a more technical note, I wondered if you have any stories working with Prisma and Next? It works but every ORM has its pros and cons. My annecdote with the two is on a project recently, I had issues bundling the appropriate prisma packages during a Next standalone mode build.

Prisma is great and I definitely recommend it to anyone who’s either starting out or on a more advanced level.

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#17

Oof, any time I see next/prisma I already know that my tiny VPS will likely choke building this... So yeah, self-hostable, but not for everyone. Got burned with this by cal.com self-hosted version: https://blog.vasi.li/cal-com-is-making-me-lose-faith-in-the-...

I'm making a similar thing with SvelteKit and Kysely so we'll see how that turns out.

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#18

Oof, any time I see next/prisma I already know that my tiny VPS will likely choke building this... So yeah, self-hostable, but not for everyone. Got burned with this by cal.com self-hosted version: https://blog.vasi.li/cal-com-is-making-me-lose-faith-in-the-...

Heh. Not a fan of js apps (npm or not), but your article was enjoyable to read.

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#19

Oof, any time I see next/prisma I already know that my tiny VPS will likely choke building this... So yeah, self-hostable, but not for everyone. Got burned with this by cal.com self-hosted version: https://blog.vasi.li/cal-com-is-making-me-lose-faith-in-the-...

Same. I don't think I need the collaboration aspect of this app, so I will keep being a happy user of linkding, see: https://news.ycombinator.com/item?id=21872488

Re: Show HN: Linkwarden – An open source collaborative bookmark manager

#20

Oof, any time I see next/prisma I already know that my tiny VPS will likely choke building this... So yeah, self-hostable, but not for everyone. Got burned with this by cal.com self-hosted version: https://blog.vasi.li/cal-com-is-making-me-lose-faith-in-the-...

Here's a (my own) lightweight alternative, built using django & no javascript: https://gitlab.com/sodimel/share-links

It allows you to store links (title & language of the page, a pdf of the page, assign tags, to include them in collections), it has a very simple (moderated) comment system, set status of the link (online: direct link, offline: replace link by a webarchive one) a lightweight ui (remember: no js), multi-accounts (permissions), translations, some rudimentary stats and some other things (access a random page!).

See my own instance for an example with thousands of links: https://links.l3m.in/

Post reply on HN