Giter Site home page Giter Site logo

Comments (7)

SharadKumar avatar SharadKumar commented on August 16, 2024 1

Keystatic is a much better replacement for Contentlayer.

from next-js-boilerplate.

ixartz avatar ixartz commented on August 16, 2024

I think these 2 features will make more sense in SaaS Boilerplate: https://github.com/ixartz/SaaS-Boilerplate, which is built on top of Next.js Boilerplate

In SaaS Boilerplate, it'll totally make sense to add a documentation template.

from next-js-boilerplate.

gauravmandall avatar gauravmandall commented on August 16, 2024

Yeah I agree with you and this template will booming soon but why you don't use Prisma instead of Drizzle and Prisma in this Saas Boilerplate even Prisma is now edge compatible and also supporting Turso

Read here: https://github.com/prisma/prisma/releases/tag/5.11.0
Blog: https://www.prisma.io/blog/prisma-orm-support-for-edge-functions-is-now-in-preview

from next-js-boilerplate.

ixartz avatar ixartz commented on August 16, 2024

It's a new project, just published today.

The Edge and Turso support is only available in 5.11, it was released 2 weeks ago. I didn't know it before your comment.

Here are the few reason I'm using Drizzle ORM instead of Prisma:
Schema in TypeScript
No DB client to generate
Programmatic migrate function:

await migrate(db, { migrationsFolder: './migrations' });
, which not available in Prisma

from next-js-boilerplate.

gauravmandall avatar gauravmandall commented on August 16, 2024

I think these 2 features will make more sense in SaaS Boilerplate: https://github.com/ixartz/SaaS-Boilerplate, which is built on top of Next.js Boilerplate

In SaaS Boilerplate, it'll totally make sense to add a documentation template.

It's not added to the Saas boilerplate, and when I tried to make this one turborepo, it's throwing errors!

from next-js-boilerplate.

ixartz avatar ixartz commented on August 16, 2024

Could you share the error?

There isn't any specific changes to make incompatible with Turborepo

from next-js-boilerplate.

SharadKumar avatar SharadKumar commented on August 16, 2024

Since Turso by design supports large number of DBs, it is a great candidate for SaaS.

Reduces security risks in B2B SaaS with each tenant getting their own DB.

Plus a monorepo is much more scalable pattern. This would be great.

from next-js-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.