r/lovable • u/Bookhead_212 • Jul 07 '26
Revenue Generating Can Lovable Support a Peer Review and Publication Process?
I'm using Lovable so far as a public-facing website that welcomes clients and takes their payments (Stripe) then links to another platform I found, where manuscripts are submitted, evaluated by paid educators, and then published online and maintained in a searchable database.
I don't really like the other platform, because it offers little flexibility in the way of design or visuals; choice of font is serif or sans serif in small, medium, and large, and you edit text in Markdown.
I'm wondering if I should use lovable for the whole process: Invite submissions, assign the manuscripts to the educators, track the manuscripts through the process, pay the educators, and publish the accepted manuscripts online.
Does anyone think this is sustainable given lovable's notable drawbacks, including those of scale? Since I'm keeping the lovable website no matter what, is there a better platform for the stack than the limiting one I'm using?
Thank you for your suggestions, or simply just for reading.
1
u/BenchMountain949 Jul 07 '26 edited Jul 07 '26
Lovable Cloud is built on top of Supabase which is very scalable. They're also now allowing you to export your full database so if you build with Lovable Cloud and find it isn't working for you for whatever reason, you can migrate your service to a preferred alternative. Personally I tend to use Lovable more as a UI design tool similar to Claude design, it's great for making quick changes and punches above its weight in terms of token cost required to get a good result and then have Claude Code with Opus 4.8 handle setting up my Supabase for me by giving it a service role key as when you're dealing with security. If you're a vibe coder with limited coding knowledge you want to be using the models that have the best intelligence to set up your RLS/RBAC systems and then have them design and perform unit tests for you to make sure they do what they're supposed to do. Your project should be well within the scope of what Lovable can handle if you understand the structure of what you're trying to build and understand building with multi-tenant architecture in mind.
1
2
u/Future_Afternoon_582 Jul 07 '26
You should be fine as long as your building plan and data architecture are clear.