Skip to content

Commit 95b54a0

Browse files
committed
chore: Merge 'main' into 'with/green-stack'
2 parents b6b8904 + a1d639f commit 95b54a0

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

README.md

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It's a good starting point if you want to:
88
- ✅ have a minimal monorepo setup with Typescript but no monorepo tool yet
99
- ✅ leave all other tech choices for e.g. styling, dbs, component libs, etc. up to you
1010

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.
1212
1313
## Getting Started
1414

@@ -26,27 +26,55 @@ Install and/or open the [Expo Go](https://expo.io/client) app on your phone and
2626

2727
## Documentation
2828

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.
3030

3131
## Alternative Universal App starters
3232

3333
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.
3434

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 👇**
3636

37-
## Main FullProduct.dev Universal App starter
37+
## Level up with [FullProduct.dev](https://fullproduct.dev) ⚡️
3838

39-
- [FullProduct.dev GREEN stack starter](https://github.com/Aetherspace/green-stack-starter-demo)
39+
[![Screenshot of FullProduct.dev](https://github.com/user-attachments/assets/a2eecfd2-7889-4079-944b-1b5af6cf5ddf)](https://fullproduct.dev)
4040

4141
<p>
42-
<a href="https://main--62c9a236ee16e6611d719e94.chromatic.com/?path=/story/readme-md--page">
43-
<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>
4542
<a aria-label="sponsor @codinsonn on Github" href="https://github.com/sponsors/codinsonn">
4643
<img src="https://img.shields.io/static/v1?label=Sponsor&style=for-the-badge&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" target="_blank" />
4744
</a>
4845
</p>
4946

47+
### Git based Plugin Branches
48+
49+
> "The best way to learn is through the Pull Requests"
50+
> -- Theo / @t3dotgg
51+
52+
[![Screenshot of list of Plugin Branches](https://github.com/user-attachments/assets/f2d4d836-c2ad-4249-bc53-de2ab7d5aac1)](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
75+
76+
> Sound interesting? 👉 [FullProduct.dev](https://fullproduct.dev)
77+
5078
## Next adapter & related docs
5179

5280
- [Next Adapter repo](https://github.com/expo/expo-cli/tree/main/packages/next-adapter)

0 commit comments

Comments
 (0)