Went Framework
Open-source fullstack framework built on Next.js for fast web development with zero configuration and type safety.

Project overview
Went Framework was created to remove the repetitive setup work that slows down modern web projects. By combining Next.js 15, TypeScript, tRPC, Prisma, and Auth.js, it gives developers a strong default stack without the usual boilerplate.
The framework is built around a zero-configuration mindset, so new projects can start immediately instead of spending hours on setup. The CLI generates a full project structure with sensible defaults for API routes, database schema work, authentication, and UI components.
One of Went's biggest strengths is end-to-end type safety. tRPC keeps API calls typed from server to client, Prisma provides typed database access, and Auth.js covers authentication out of the box. The result is a faster and more reliable developer workflow.
Key features
Technical challenges
Integrate multiple complex tools into one smooth workflow
Maintain compatibility across dependency versions
Design intuitive CLI commands for common use cases
Optimize startup performance for fast local development
Balance flexibility with strong default opinions
Results & impact
Open-source CLI for faster fullstack development
Combines Next.js 15, tRPC, Prisma, and Auth.js in one stack
Zero-configuration setup with sensible defaults
End-to-end type safety from database to frontend
Used for both prototypes and production applications