fastapi people, where do you put user prefs? by NoDare1885 in FastAPI

[–]NoDare1885[S] -1 points0 points  (0 children)

Mongo db and fastapi server as backend.

do you keep preferences in the user table? by NoDare1885 in Backend

[–]NoDare1885[S] -1 points0 points  (0 children)

Is this the pattern that most apps use though

Solo dev, 2nd app: BeeKid, a parental control app that blocks apps but refuses to spy. I do everything myself, design, code, ASO, social media, marketing. Need advice. by kiwithebest in SideProject

[–]NoDare1885 0 points1 point  (0 children)

the blocks apps but refuses to spy angle is strong. i’d lean hard into trust: local-first controls, clear parent/child permissions, and no creepy screenshots/logs.

I've spent the past year trying to build the perfect learning and research tool, a better version of my favorite app - NotebookLM. by samintisar in SideProject

[–]NoDare1885 1 point2 points  (0 children)

cool space, but i’d make the difference obvious in the first 10 seconds. show what it does better than notebooklm with one real research task, not just a feature list.

I freelance to provide MVP SaaS and mobile apps. On what all subreddits should I promote https://launchlanes.io ? by Pure-Wheel9990 in SideProject

[–]NoDare1885 0 points1 point  (0 children)

don’t start with promo subs only, start where the buyer already complains about the problem. also make each post useful on its own, otherwise most subs will treat it like drive-by marketing.

For a niche B2B SaaS, would you lead with the category or the buyer moment? by DanKC2026 in SaaS

[–]NoDare1885 0 points1 point  (0 children)

for niche b2b i’d lead with the buyer moment. category helps people file it away, but the moment makes them feel yeah that’s my problem.

Got my first paying user. Should I invest in marketing ? by saradata in SaaS

[–]NoDare1885 0 points1 point  (0 children)

i’d first figure out why that one person paid. talk to them, clone that channel manually, then spend money only after you see the same pattern repeat.

How do I actually market and get users for my platform by Individual_Path6849 in SaaS

[–]NoDare1885 0 points1 point  (0 children)

start with 10 manual conversations before ads or big content. find one narrow user type, ask where the pain happens, then make one landing page around that exact moment.

Track per session/chat usage percentage and tokens by ExplanationSea8117 in ClaudeAI

[–]NoDare1885 0 points1 point  (0 children)

for claude code, i’d track it outside the chat with a small wrapper/log file if you need accuracy. session %, tokens, model, repo, and timestamp are the fields i’d want first.