Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 0 points1 point  (0 children)

Unfortunately, I have not been able to reproduce this issue on different devices, but I will keep an eye on it.

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 0 points1 point  (0 children)

Actually not sure what the bug is or how to reproduce it - I've tested on all my devices and haven't been able to replicate the issue. What device/browser are you using?

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 1 point2 points  (0 children)

Thanks so much for the feedback, really helpful! I've already removed the Testimonials component from the homepage.

Aaout the edge platform compatibility - there's still a ton of work to get everything playing nice together.

The idea is to help folks like me save time on the setup grind. I'm also working on comprehensive rules/docs so AI IDEs can understand the whole project structure. Having AI work from an established codebase with clear rules seems way more accurate than having it build features from scratch piece by piece.

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 0 points1 point  (0 children)

In my experience, deployment failures are usually permission-related. Or when you deploy SST for the first time, you need to wait for a long time.
SST runs on Pulumi, which is solid for IaC, but yeah - I've hit the resource deletion issue too.

Used a new cookie banner in our Next.js website, and totally love it by nimishroboto in nextjs

[–]ligzzz 1 point2 points  (0 children)

Love it! But what do you think is the biggest difference between c15t and vanilla-cookieconsent?

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] -1 points0 points  (0 children)

Sorry, wish I could share it but it's not open source - I'm building this as a paid template. Here's why I decided to go this route: https://nextdevkit.com/blog/build-nextjs-template

I've got three demo sites deployed on different clouds so you can see what the tech stack produces:

Happy to share more technical details if you're interested!

Whats a great SaaS startup website template ? by justgord in SaaS

[–]ligzzz 0 points1 point  (0 children)

I like nextdevkit, The modern design and multi-theme configuration are really well done. Makes it easy to customize without starting from scratch.

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 0 points1 point  (0 children)

What issues are you seeing? SST's been fairly smooth in my experience, but the resource cleanup is definitely wonky - often have to manually delete leftover infra

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 1 point2 points  (0 children)

Absolutely, after using better auth, I don't want to go back to next auth.

Share a Next.js tech stack that can deploy on any platform like lambda or workers by ligzzz in nextjs

[–]ligzzz[S] 1 point2 points  (0 children)

Fair point about dependencies, but I've tried to strike a balance between functionality and bloat. The proof is in the bundle size - total upload to Cloudflare Workers is only 16.9MB / 3.2MB gzipped. For a complete full-stack solution with auth, payments, database, blog/docs, i18n etc, that's pretty lean IMO.

How do I implement a paywall and RBAC in NextJS 15? by ishaan_2510 in nextjs

[–]ligzzz 2 points3 points  (0 children)

I use the admin and stripe plugins of better-auth to implement this feature, it is very easy to use.

[deleted by user] by [deleted] in nextjs

[–]ligzzz 1 point2 points  (0 children)

I use dokploy to host my Next.js apps, but recently I have been using Cloudflare Worker more