You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+112-3Lines changed: 112 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,122 @@
10
10
11
11
## Overview
12
12
13
-
[next-forge](https://github.com/vercel/next-forge) is a [Next.js](https://nextjs.org/) project boilerplate for modern web application. It is designed to be a comprehensive starting point for new apps, providing a solid, opinionated foundation with a minimal amount of configuration.
13
+
[next-forge](https://github.com/vercel/next-forge) is a production-grade [Turborepo](https://turborepo.com) template for [Next.js](https://nextjs.org/) apps. It's designed to be a comprehensive starting point for building SaaS applications, providing a solid, opinionated foundation with minimal configuration required.
14
+
15
+
Built on a decade of experience building web applications, next-forge balances speed and quality to help you ship thoroughly-built products faster.
16
+
17
+
### Philosophy
18
+
19
+
next-forge is built around five core principles:
20
+
21
+
-**Fast** — Quick to build, run, deploy, and iterate on
22
+
-**Cheap** — Free to start with services that scale with you
23
+
-**Opinionated** — Integrated tooling designed to work together
24
+
-**Modern** — Latest stable features with healthy community support
25
+
-**Safe** — End-to-end type safety and robust security posture
0 commit comments