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
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
</p>
10
10
11
11
<p>
12
-
Choose the right foundation for your next project based on your preferred frontend approach.
12
+
Choose the right foundation for your next project based on your preferred architecture.
13
13
</p>
14
14
15
15
<br>
@@ -29,11 +29,12 @@
29
29
30
30
## 📦 Available Starter Kits
31
31
32
-
This repository contains the official AdonisJS starter kits, each tailored for different frontend approaches and use cases.
32
+
This repository contains the official AdonisJS starter kits, each tailored for different architectures and use cases.
33
33
34
34
| Starter Kit | Description | Best For |
35
35
|-------------|-------------|----------|
36
-
|[**API**](./api)| Type-safe REST API with dual authentication (tokens & sessions) | Building APIs for any frontend, mobile apps, third-party integrations |
36
+
|[**API**](./api)| Standalone type-safe REST API with dual authentication (tokens & sessions) | Backend-only services, mobile apps, third-party integrations |
37
+
|[**API Monorepo**](./api-monorepo)| API backend + dedicated frontend workspace in a monorepo | Full-stack teams that want backend and frontend in the same repository |
37
38
|[**Hypermedia**](./hypermedia)| Server-rendered applications with Edge.js templates and Alpine.js | Traditional web apps, admin panels, content sites |
38
39
|[**Inertia React**](./inertia-react)| Single-page applications with React and Inertia.js | Modern SPAs with React ecosystem |
39
40
|[**Inertia Vue**](./inertia-vue)| Single-page applications with Vue and Inertia.js | Modern SPAs with Vue ecosystem |
@@ -44,7 +45,7 @@ This repository contains the official AdonisJS starter kits, each tailored for d
44
45
45
46
### API Starter Kit
46
47
47
-
Build type-safe REST APIs with dual authentication (API tokens and sessions) that work with any frontend framework.
48
+
Build a standalone, type-safe REST API with dual authentication (API tokens and sessions).
0 commit comments