Dating app "platform" that makes it easy to pivot/find niches #38
ethanblake4
started this conversation in
Ideas & Features
Replies: 1 comment
-
|
I think this would be great as a plugin idea Examples |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it'd make sense to design the code as more of a "platform" that can quickly be branched off to create new apps in different niches. For the flutter side, we'd have a core Dart package with the API and some model code, as well as a core Flutter packages with some reusable UI components. On the server we could probably used a shared database server with a structure that's document-based or with relational key-value metadata instead of defined table structures, that has different databases (on the same server). This would make it easy to branch off and quickly create multiple apps with low overhead to find multiple niches and create less of a pressure to find a single great idea that will definitely be successful.
Beta Was this translation helpful? Give feedback.
All reactions