What does HackerNews think of blitz?

⚡️ The Missing Fullstack Toolkit for Next.js

Language: TypeScript

#10 in Framework
#61 in JavaScript
#13 in React
#5 in React
#27 in TypeScript
Not yet, I actually just whipped it up quickly last week after I was browsing the Notion subreddit and it reminded me of myspace.

These are the tools I used:

* BlitzJS (https://github.com/blitz-js/blitz)

* Official Notion API

* React Notion X (https://github.com/NotionX/react-notion-x)

Two I've been lightly following are Redwood[0] and Blitz[1]. Still a long ways behind something like Rails, but promising nonetheless.

[0] https://github.com/blitz-js/blitz [1] https://github.com/redwoodjs/redwood

Neat. I am currently exploring using https://github.com/blitz-js/blitz which is another web stack built off next.js and Prisma.

Curious how this compares to it.

> it doesn't exist because nobody really wants it.

Clearly not true, as there's two separate fullstack frameworks being actively developed[0][1], not mentioning the ones in the past (sails.js, meteor.js).

[0] https://github.com/blitz-js/blitz [1] https://github.com/redwoodjs/redwood

I'm really excited about Prisma and how it's contributing to the Node.js ecosystem. Two new full-stack frameworks, Redwood and Blitz, are based on it, and it's prominently mentioned in their READMEs. https://github.com/redwoodjs/redwood https://github.com/blitz-js/blitz

As a status announcement, this isn't quite as exciting as it sounds because migrations are still "experimental". Still great to see!

That's the objective of Blitz.js [1]: build on top of Next.js for a rails-like experience, but made by an independent open-source community.

[1] https://blitzjs.com/ - https://github.com/blitz-js/blitz

Something similar also based on Next called Blitz that popped up recently.

https://github.com/blitz-js/blitz

RedwoodJS, a new rails like full stack framework for JS is also very interesting: https://github.com/redwoodjs/redwood

They focus on a classic server side Rails like workflow but embrace the separation of API and clients on the technical side, for a future as a multi frontend framework (web, mobile etc.).