I’m building an app on Twitch. Here’s an outline of what’s going on. You watch here.
I’d like make a non-trivial web application that is both (1) useful to me on a daily basis and (2) I can use as a test-bed for experimentation with different tech. Functionality-wise, I imagine it will end up being a smörgåsbord of things I need (calories/exercise tracking, expense tracking, simple notes, todo lists, daily habits, what have you). Tech-wise, it will start as a classic Rails app, but once this is done, I might do things like:
- Create a GraphQL API and build a React SPA front end
- Build separate mobile clients with iOS, Android, React Native, Flutter, etc.