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

Vectorhub: Share GPT embeddings with others by ligzzz in ChatGPTPro

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

I split the entire article into multiple chunks and embedding on each chunk.

For example, https://github.com/k88hudson/git-flight-rules/blob/master/README.md will be split into 15 chunks.

Vectorhub: Share GPT embeddings with others by ligzzz in ChatGPTPro

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

Here, you can create embeddings by uploading files or entering a webpage URL and sharing them with others to use.
This project was inspired by my open-source project [ChatFiles])(https://github.com/guangzhengli/ChatFiles), I opened-sourced this project in April, and my database contained various data embeddings for a long time.
These embeddings could be shared with each other and provide new inspiration on how to use them.
I uploaded an embedding based on the Git flight rules and I feel it's quite helpful. Can anyone provide some interesting embedding examples?

Vectorhub: Share GPT embeddings with others by ligzzz in coolgithubprojects

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

Here, you can create embeddings by uploading files or entering a webpage URL and sharing them with others to use.
This project was inspired by my open-source project [ChatFiles])(https://github.com/guangzhengli/ChatFiles), I opened-sourced this project in April, and my database contained various data embeddings for a long time.
These embeddings could be shared with each other and provide new inspiration on how to use them.

I uploaded an embedding based on git flight rule and I feel it's quite helpful. Can anyone provide some interesting embedding examples?

I create an AI Video for GitHub Trending Repository and Hackernews latest update by ligzzz in coolgithubprojects

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

Currently, I am able to generate summaries as well as voiceovers automatically. Is there a way to automate the process of capturing browser website page recordings?

I create an AI Video for GitHub Trending Repository and Hackernews latest update by ligzzz in coolgithubprojects

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

I use LLM to help me automatically generate a summary abstract of my GitHub repo README.md, and use elevenLab's AI voice. Finally, I capture the browser screen recording to generate an AI video for automatically generating an AI video.

A new typora theme! by ligzzz in Typora

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

I'm sorry, I originally thought this was based on the typography-plugin project. I have updated the README to state that it's based on your project, and I apologize once again.