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
+36-8Lines changed: 36 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It's a good starting point if you want to:
8
8
- ✅ have a minimal monorepo setup with Typescript but no monorepo tool yet
9
9
- ✅ leave all other tech choices for e.g. styling, dbs, component libs, etc. up to you
10
10
11
-
> This template repo is the result of a frequent exercise where I attempt to recreate the core functionality of the [FullProduct.dev Starterkit](https://github.com/Aetherspace/green-stack-starter)from scratch. I usually do this using the latest recommended expo + next.js starter from the Expo docs. This helps me see whether the setup and config for FullProduct.dev can be further simplified. Also handy to notice where issues occur and how to fix them.
11
+
> This template repo is the result of a frequent exercise where I attempt to recreate the [FullProduct.dev](https://fullproduct.dev) Universal App Starterkit from scratch. I usually do this using the latest recommended expo + next.js starter from the Expo docs. This helps me see whether the setup and config for the Universal App Starter can be simplified. Also handy to notice where issues occur and how to fix them.
12
12
13
13
## Getting Started
14
14
@@ -26,27 +26,55 @@ Install and/or open the [Expo Go](https://expo.io/client) app on your phone and
26
26
27
27
## Documentation
28
28
29
-
All docs for this basic Universal Starter can be found at [universal-base-starter-docs.vercel.app](https://universal-base-starter-docs.vercel.app/)
29
+
All docs for this basic Universal Starter can be found at [universal-base-starter-docs.vercel.app](https://universal-base-starter-docs.vercel.app/) and are built from the `with/mdx-docs-nextra` branch.
30
30
31
31
## Alternative Universal App starters
32
32
33
33
See [How to choose cross-platform tech](https://dev.to/codinsonn/why-use-react-native-over-flutter-a-recap-57b0) on dev.to for our more detailed list of alternatives.
34
34
35
-
**Our main recommendation for a more opinionated, more automated and extensible Universal Expo + Next.js starter to [move fast and build things](https://dev.to/codinsonn/how-to-compete-with-elons-twitter-a-dev-perspective-4j64) will always be FullProduct.dev 👇**
35
+
**The main recommendation for a more opinionated, more automated and extensible Universal Expo + Next.js starter to [move fast and build things](https://dev.to/codinsonn/how-to-compete-with-elons-twitter-a-dev-perspective-4j64) will always be FullProduct.dev 👇**
36
36
37
-
## Main FullProduct.dev Universal App starter
37
+
## Level up with [FullProduct.dev](https://fullproduct.dev) ⚡️
38
38
39
-
-[FullProduct.dev GREEN stack starter](https://github.com/Aetherspace/green-stack-starter-demo)
39
+
[](https://fullproduct.dev)
<img alt="Docs with Storybook" longdesc="Documented with Storybook" src="https://img.shields.io/badge/-Read_the_Docs-FF4785?style=for-the-badge&logo=storybook&logoColor=fff" />
44
-
</a>
45
42
<aaria-label="sponsor @codinsonn on Github"href="https://github.com/sponsors/codinsonn">
> "The best way to learn is through the Pull Requests"
50
+
> -- Theo / @t3dotgg
51
+
52
+
[](https://github.com/Aetherspace/universal-app-router/pulls)
53
+
54
+
**PR & branch based plugins will provide you with the ability to:**
55
+
56
+
✅ learn what code and files change together to add a feature
57
+
✅ inspecting the diff that makes it possible
58
+
✅ check-out, test and edit a plugin before merging
59
+
60
+
*This universal base starter already has some git-based plugins in the form of mergeable pull-request.*
61
+
62
+
Needless to say, the FullProduct.dev Universal App starterkit will take this to a next level with plugin branches for:
63
+
64
+
🔐 Universal Auth
65
+
💸 Payment systems like Stripe
66
+
✉️ Sending & building emails
67
+
📚 Automagic documentation
68
+
🔌 Various database integrations
69
+
70
+
On top of so many other options, you'll also be able to move *even faster* thanks to:
71
+
72
+
🚀 Codegen & automation so you can focus on business logic
73
+
📋 Way of Working built for copy & pasting entire features across projects
74
+
💡 Innovative way to use Zod as the Single Source of Truth for all data defs
0 commit comments