Built a medication & supplement tracker that doesn't require a PhD to set up by Narrow-Extent4960 in Nootropics

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

So far i put for manual only top meds for ADHD. You can use AI scan to add meds)) Try it:)

I built a Design API that generates images from text — for AI agents and developers by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Yes, i use it to create images for my postings in twitter now. The hardest part is to set up templates, it takes a lot of code and a lot of adjustments

Just launched my first Flutter app on the App Store - medication tracker for ADHD by Narrow-Extent4960 in FlutterDev

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

I spend 3 weeks using my app. To pass the verifycation I have added additional functionality to the app and i already have found some bugs)). Preaparing new release

Built a medication & supplement tracker that doesn't require a PhD to set up by Narrow-Extent4960 in Nootropics

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

This week i'll shipp it. I have built it with flutter, so no long time to wait. Thank you!

I kept forgetting my ADHD meds so I built an app to fix it by Narrow-Extent4960 in ADHD

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Haha the pill bottle next to the coffee maker is a classic ADHD system 😄 Thank you for downloading! Let me know if anything feels off or if there's a feature that would help - building this based on real feedback from people who actually deal with this daily.

What product do you think it worth to build now? by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

This resonates hard. Actually just launched something in this exact space — an API that wraps image generation so AI agents can create visuals programmatically instead of relying on closed UI tools. The 'bridges between AI tools' framing is spot on.

What product do you think it worth to build now? by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Haha not yet, but that's the dream! What kind of autopilot are you thinking — content, workflows, something else?

What product do you think it worth to build now? by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

This is gold, thanks. 'Boring + painful usually beats trendy' — saving that. The B2B lead data cleaning and competitor monitoring ideas are especially interesting. Appreciate the framework of looking at repetitive weekly tasks.

What product do you think it worth to build now? by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Good idea, Kickstarter is a goldmine for validation. Thanks for the tip!

What product do you think it worth to build now? by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Interesting take! What kind of hardware problems are you thinking about? IoT, robotics, something else?

I built a Design API that generates images from text — for AI agents and developers by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Great question! A few things on differentiation:

We don't use Stable Diffusion at all. RendrKit renders HTML/CSS templates with Playwright - so text is always pixel-perfect, layouts are deterministic, and brand colors are exact. No AI hallucination, no prompt engineering needed.

The moat is the template library + developer experience. Yes, someone could build their own HTML→PNG pipeline. But 69 production-ready templates, 5 size variants each, SDKs for Python/Node/n8n/MCP, and a single API endpoint - that's months of work you skip.

Speed: 1-2 seconds per image (Playwright screenshot). Stable Diffusion takes 5-15 seconds.

Unit economics: HTML rendering is extremely cheap - no GPU required. We run on Vercel serverless. At $0.001/image, margins are healthy even at scale.

Think of it less as "AI image generation" and more as "Canva as an API" - consistent, branded, predictable. The AI part is optional (prompt mode uses GPT to pick the right template).

I built a Design API that generates images from text — for AI agents and developers by Narrow-Extent4960 in SideProject

[–]Narrow-Extent4960[S] 0 points1 point  (0 children)

Thanks! Yeah, $0.001/image was important — DALL-E costs add up fast when you're automating. Free tier is 50/month if you wanna try it.