Skip to content

Commit b7f333d

Browse files
committed
chore: Update README
1 parent 7144629 commit b7f333d

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

README.md

Lines changed: 37 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 [Aetherspace](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 aetherspace can be 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,56 @@ 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 Aetherspace 👇**
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 Aetherspace Universal App starter
37+
## Level up with [FullProduct.dev](https://fullproduct.dev) ⚡️
3838

39-
- [Aetherspace GREEN stack starter](https://github.com/Aetherspace/green-stack-starter-demo)
39+
<img width="1433" alt="Screenshot 2024-07-19 at 16 37 07" src="https://github.com/user-attachments/assets/a2eecfd2-7889-4079-944b-1b5af6cf5ddf">
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+
![6374CBD9-9B1E-4815-8B93-BD9FCE7FFA97](https://github.com/user-attachments/assets/f2d4d836-c2ad-4249-bc53-de2ab7d5aac1)
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+
✅ By inspecting the diff that makes it possible
58+
✅ Allowing you to check-out and test a plugin before adding it
59+
✅ Making any edits yourself before mergin it in
60+
61+
*This universal base starter already has some git-based plugins in the form of mergeable pull-request.*
62+
63+
Needless to say, the FullProduct.dev Universal App starterkit will take this to a next level with plugin branches for:
64+
65+
🔐 Universal Auth
66+
💸 Payment systems like Stripe
67+
✉️ Sending emails to your users
68+
📚 Automagic docgen
69+
🔌 Various database integrations
70+
71+
On top of so many other options, you'll also be able to move *even faster* thanks to:
72+
73+
🚀 Codegen & automation so you can focus on business logic
74+
📋 Way of Working enabling copy & pasting entire features across projects
75+
💡 Innovative way to use Zod as the Single Source of Truth for all data defs
76+
77+
> Sounds interesting? 👉 [FullProduct.dev](https://fullproduct.dev)
78+
5079
## Next adapter & related docs
5180

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

0 commit comments

Comments
 (0)