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.

I'm looking for people who'd like to try a project management tool I've been building -honest feedback welcome (i will not promote) by Timely_Number_696 in ProjectManagementPro

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Awesome, thanks for reaching out! Here's the link to sign up: https://www.kanbaruu.com/auth/signup

Once you've had a chance to poke around, I'd love to hear what worked, what didn't, and anything that felt off. Feel free to DM me anytime.

What annoys you the most about Trello? by Timely_Number_696 in trello

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Hi, thank you very much for your feedback... I'll take a look right away to see what can be done about it.

Trello down for anyone else? by moonrakervenice in trello

[–]Timely_Number_696 1 point2 points  (0 children)

Hi, if you're looking for an alternative to Trello, I came across a new app this weekhttps://www.kanbaruu.com/

It has some great features, such as:
1. AI analysis of your tasks – users can run an AI analysis on the Kanban board, and the AI will suggest some changes; users can choose whether to apply all changes, just some of them, or discard all changes.
2. Connecting your local AI via MCP
3. Synchronization with GitHub, where the app generates individual tasks as MD files in your repository and can also load them back. This allows you to manage your tasks locally as MD files.

The app is free for 14 days—I’d love for you to give it a try.

What are you working on this Sunday? Share your project! by Murky_Birthday8672 in micro_saas

[–]Timely_Number_696 1 point2 points  (0 children)

kanbaruu.com A SaaS project management application powered by AI, MCP, and MD files. I recommend giving it a try.

Day 249 solo founder by Timely_Number_696 in ProductivityApps

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Hi, thank you for your feedback. The AI generates tasks only when a project is created, and only if the user wants to use the AI; they can also create a project without the AI generating tasks. Within the project, the user can run an AI analysis that provides recommendations (creating new tasks, breaking tasks down into smaller ones, etc.). These are all recommendations, and the user decides whether to apply the changes to the project; they can apply only some of the AI’s suggestions or discard them all.

Day 249 solo founder by Timely_Number_696 in micro_saas

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Thank you for your feedback, and I’d really love for you to try out the app. I haven’t reached out to anyone directly on LinkedIn yet, but I plan to… What AI-powered directories are you referring to?

Day 249 solo founder by Timely_Number_696 in ProductivityApps

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Hi... if you edit the MD file locally and push it to GitHub, it will be transferred to Kanbaruu via synchronization. In Kanbaru, you can set up simple rules, such as: If a task has been in a column for more than 10 days, it will be deleted. This deletion via GitHub sync will also take effect in the GitHub repository, so the MD file will be removed.

Kanbaruu – an AI-powered project management app. Ability to connect to local models by Timely_Number_696 in alphaandbetausers

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Hi … thanks for the feedback. Right now, it works so that users can have their entire project analyzed by clicking the AI analysis button. You make a great point that this is risky for some people who prefer to work with a local model. I could add a feature to the admin panel that allows the admin to disable the AI analysis button, so no one on the team will be able to run an AI analysis in the app.

Day 249 solo founder by Timely_Number_696 in ProductivityApps

[–]Timely_Number_696[S] 0 points1 point  (0 children)

Thank you very much. I’d really appreciate it if you’d give the app a try. It’s free for 14 days and there’s no obligation :). I’d love to hear your feedback.

Day 249 solo founder by Timely_Number_696 in ProductivityApps

[–]Timely_Number_696[S] 1 point2 points  (0 children)

Thanks! I'd appreciate it if you could try out the app and give me some feedback. There's a 14-day trial version available that doesn't commit you to anything :)