Yeah, for a social media generator, the user creates one or more profiles, either for different businesses or for different “tones” for a specific business (tattoo shop vs. tattoo shop edgy), I have a glossary manager for each profile that allows customizing the vocabulary.
In the app I built with Bolt (nightmarish), all this data is stored in Supabase, and selecting a profile is the first dropdown on the Generate page.
I am thinking that the user might fill out a Pickaxe form, and I’d want to store that business profile to the database…name, city, type, default tone, a couple of simple things like that, for retrieval in future/other Pickaxes.
You could try the User Memory feature for this. It can store user-specific details and recall them. If it’s just one basic profile per user, that should work.
If you’re thinking multiple profiles and glossary logic per profile, that may need something more advanced.
I’ll leave this open as well. Some builders here have done pretty creative setups and might have ideas to share.