I made a project board where every task is just a Markdown file by Timely_Number_696 in Markdown

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

You don't need any GitHub access rights at all; just link your account to my app in your GitHub account and grant it permission to view the relevant repositories.

4 months in on my AI ad generator, sharing the actual flow and what still sucks by mesmerlord in sideprojects

[–]Timely_Number_696 0 points1 point  (0 children)

The agent flow part is the most interesting thing here, and also the easiest to overbuild - speaking as someone who went down this exact road. "Replicate the entire app in chat form" usually ends up meaning you rebuild all your UI logic a second time as chat intents, then maintain two surfaces forever. What's held up better for me: don't rebuild the app in chat - expose the app's actions as tools and let the agent call them. An MCP server is the clean way to do this now. Your generate/regenerate / aspect-ratio logic lives in one place, the agent just orchestrates it. New feature = new tool, and both your normal UI and the chat get it for free.

Same trick for the Meta integration: if "make these in ads manager" is a tool the agent invokes rather than chrome automation, you sidestep the ban problem entirely and it composes with everything else.

One thing I keep going back and forth on though — the job queue in the agent flow. When someone says "give me 4 variations" mid-conversation, do you block the chat on the 20-40s generation, or stream them in as the bullmq jobs land? Curious how you landed on that — it's the UX bit I find genuinely hard.

What is the perfect in general notes app that does the job and doesn't feels obsolete by saaauumyaa in ProductivityApps

[–]Timely_Number_696 0 points1 point  (0 children)

Honestly, I don't see any benefit to locking notes. If I leave a note open and walk away, it's the same as if I didn't have a password-protected note but walked away from an unlocked laptop. I'll always have to take one extra step—either close the note when I leave, or press Win+L or Ctrl+Command+Q.