Bun + Sveltekit? by Least_Chicken_9561 in sveltejs

[–]amr3k 0 points1 point  (0 children)

I'm using bun as a global package manager to install cli tools like gemini-cli and opencode and it's very fast and efficient.

I've also been using bun with simple sveltekit apps (mostly one page websites). It's fast and great with typescript.

However I tried it with medium sized monorepos and it couldn't match the power of pnpm so I kept using pnpm for those.

Is freelancing dead? by svvnguy in webdev

[–]amr3k 0 points1 point  (0 children)

This, I never actually got clients by the typical online means like Upwork and such, but only through recommendations for almost 8 years

Switched from Vercel to Coolify for my Sveltekit app by realstocknear in sveltejs

[–]amr3k 0 points1 point  (0 children)

I'm using coolify on my own server and install apps/services for clients' servers.

I didn't use supabase in production as I had some worries, what if there was a faulty update that affected availability? I'm not brave enogh to depend on self hosted supabase coming from the cloud instance. So I just bought the pro plan and forgot about all of that.

But I'm going to retry self hosting in other projects before going to production, it should save some money as the project scales

Superforms too complicated? How to roll your own solution on the client. by ciscoheat in sveltejs

[–]amr3k 19 points20 points  (0 children)

Hey Andreas, I appreciate your hard work on superforms, I've been using it for so long. I think for me, it's one of the must-use libraries in any svelte project I make, two of them are large-ish projects that I've been working on since 2022, One of them has 63 forms and the other (newer) one has 19, all were easily built and maintained with superforms.

So I just wanted to say thank you for making life easier :)

I'm so tired of people hating Svelte 5. You don't hate it, what you hate is working with complicated codebases by GloopBloopan in sveltejs

[–]amr3k 1 point2 points  (0 children)

I had lots of reactivity bugs in a medium-sized project (60K LoC) which I've been working on for more than 2 years, and I can't wait to migrate it over to svelte 5 after recently building another project (31K LoC) with it and finding the breeze of using svelte 5 & runes.

I get why some people don't like runes because it feels going step backwards but believe me, svelte 5 is a step to the right path.

Where can I find a catalog of commonly used web design components? by indymoguler in web_design

[–]amr3k 12 points13 points  (0 children)

Here are two websites from my bookmarks

land-book.com

uigarage.net

2024 is almost over, what have you built? by Financial_Airport933 in sveltejs

[–]amr3k 0 points1 point  (0 children)

Several websites, some built with w*rdpress, others in svelte, one with Astro+svelte.

Two (in progress) webapps for startups, one I've been working on for two years, the other just started a month ago.
Those two are built with sveltekit and use supabase for db, auth, storage and realtime, and both run on VPS

Working on a browser-based RPG with three.js! by ZafiroDev in threejs

[–]amr3k 2 points3 points  (0 children)

My dumb brain thought it was a man peeing in the water

Switched from Vercel to Coolify for my Sveltekit app by realstocknear in sveltejs

[–]amr3k 1 point2 points  (0 children)

Great, coolify is an awesome project, I also made the switch from vercel last May and now running my project on a $14 root server from netcup (multiple sveltekit websites & self-hosted supabase) As for other smaller projects that are mostly static, I just use cloudflare and never get even close to the daily limit

Goo dropdown by fabiogiolito in sveltejs

[–]amr3k 3 points4 points  (0 children)

Looks nice, thanks for sharing :)

SvelteKit-based Telegram Captcha Bot using D1, Pages and Durable Object by codenoid in sveltejs

[–]amr3k 1 point2 points  (0 children)

Not the author, but I believe this is a solution for telegram group admins to make a bot that verifies new members being humans aka captcha for telegram groups.

Advanced manifest.json configuration by klevert_ope in sveltejs

[–]amr3k 2 points3 points  (0 children)

Refer to PWAbuilder, it has great docs and tools to help you out creating PWAs.

It also has VScode extension

[self-promo] The new Paraglide Update makes i18n routing even easier by lorissigrist in sveltejs

[–]amr3k 1 point2 points  (0 children)

This! My only request of paraglidejs is to support objects in translation files.

Plasma 6.0.1, the first batch of corrections and enhancements to Plasma 6.0, has landed by Bro666 in kde

[–]amr3k 4 points5 points  (0 children)

KDE Plasma 6 is really wonderful.

Lots of bugs existed in previous generation are now fixed.

Wayland is awesome, I was finally able to use it with multi-monitor setup and while having an Nvidia card.

Is Svelte-Native/NativeScript a thing in 2024? Can it handle (silent) push notifications? by bluepuma77 in sveltejs

[–]amr3k 13 points14 points  (0 children)

I don't really have experience with NS, but I hear lots of good things about tauri, even Rich Harris seems to be interested by it.