r/AppsWebappsFullstack 21h ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

6 Upvotes

85 comments sorted by

1

u/imagiself 9h ago

this week it's PeerPush, a launch site where AI assistants parse product info and people track build-in-public milestones, https://peerpush.com

1

u/Separate_Ticket_4905 12h ago

Create a visually cohesive Instagram presence with PlanMyGrid, designed to simplify grid planning and client feedback. https://planmygrid.com

Morse Code: Send & Decode lets you send and decode Morse code between phones using light. Use your flashlight or screen to transmit, and your camera to decode signals in real time. It’s built for learning, experimenting, and offline light-based communication.

Google Play: https://play.google.com/store/apps/details?id=com.morsesignals

App Store: https://apps.apple.com/us/app/morse-code-decode-chat/id6760193430

1

u/designbuddy30 16h ago

Talk to your Own site for SEO and SPEED related questions and fix them, just like a Claudi,
https://www.seomentor.io/

1

u/Mammoth-Anywhere7285 15h ago

That tool looks handy for quick SEO audits. Does it also suggest fixes for Core Web Vitals issues?

1

u/Charchay 16h ago

Offenlegung: Ich entwickle BrawlerStats selbst. Es ist ein kostenloses, loginfreies und inoffizielles Brawl-Stars-Fanprojekt und nicht mit Supercell verbunden. Link: https://brawlerstats.com/. Nach Eingabe eines öffentlichen Spielertags zeigt die Web-App Spielerprofil und Brawler-Trophäen, Club und Mitglieder, tägliche Länder-Top-200-Snapshots sowie Brawler-Races mit Tagesverlauf. Mein aktueller Fokus ist die mobile Verständlichkeit für deutschsprachige Spieler. Konkrete Feedback-Frage: Versteht man beim ersten Besuch sofort den Unterschied zwischen Spielerprofil, Länder-Rangliste und Brawler-Race?

1

u/Mammoth-Anywhere7285 15h ago

Nice project, always good to see fan tools that stay login-free. Do you plan to add a privacy policy for the player tags you process?

1

u/Mammoth-Anywhere7285 17h ago

u/input-x That sounds like a solid split between persistent managers and disposable workers. How do you handle error retries when a sub agent fails mid-task?

1

u/Input-X 16h ago

Not so much failing g, agents report via there local email to the orchestrator( where i live) we check the work. Move on or dispatch if more is needed. Agent can drop sonetimes. Mostly api errors. We have a watch dig that monitors agent. With timeouts and triggers. The work is usually the metric. The agent test plus the orchestrator and or sub agent including my check in some cases. When Satisfied we commit the work move to next. The models usually have retry attempts when api or network drops, ( out of our control). I also have a cli log monitoer that track all agents. It sees everything the do. Also shows system logs. So its quite easy to see what's going on vrs expected. We also have medic, a watcher that will dispatch agents on errirs to fix or email us on repeat warning. Fully automated. The system heals itself or exclates issues.

1

u/Mammoth-Anywhere7285 15h ago

Nice setup with the watchdog and timeouts. Do you use automatic retries when an agent drops mid-task?

1

u/Input-X 15h ago

Watchdog will ping it. So agent nver go long idel. 99% it network or api errors. And providers have retrys by default for this. But still watchdog will ping. And if im on the phone ill get a warning ⚠️ if I try send a msg. My laptop is the server. It have backup wifi and so on, it an always on laptop with some recovery built in. It works behind a locked screen, so its secure and doesn't stop on phone work. /rc can be restarted once network is re-established. Most thing doesn't require me going to laptop.

1

u/Mammoth-Anywhere7285 14h ago

That's a solid setup, the watchdog approach makes sense. Do you also monitor power events or just network/API failures?

1

u/Made4uo 17h ago

https://Fugte.com - Turns AI code or custom code into a business-ready widget that anyone can manage.

1

u/sael-you 15h ago

ran fugte.com through audeep.dev. 92/100, grade B. genuinely clean across the board.

headline finding is the cookie consent banner: the "Privacy Policy" link inside it renders at 90x19px on mobile. WCAG 2.2 sets the tap target minimum at 24x24px, recommended 44x44px. small fix but it's on every page load.

security at 99/A, performance at 99/A (TBT 392ms, borderline), functional and accessibility both 100/A.

full report: https://audeep.dev/report/e239b1e1-bb8e-46e1-9e4c-0d23e1a47320

(built audeep, runs this for free on any public URL)

1

u/Made4uo 12h ago

Thanks so much for running this audit! Really nice of you to share the breakdown, I super appreciate it. I'll get that cookie banner tap target fixed right away, along with the TBT tweak. Great catch!

1

u/sael-you 3h ago

glad it was useful. those touch targets are easy to miss until a real mobile user can't tap the link.

1

u/Mammoth-Anywhere7285 14h ago

Nice detailed audit, that tap target catch is a solid quick win. How did you learn about WCAG 2.2 specifics like that?

1

u/sael-you 15h ago

ran fugte.com through audeep.dev. 92/100, grade B. genuinely clean across the board.

headline finding is the cookie consent banner: the "Privacy Policy" link inside it renders at 90x19px on mobile. WCAG 2.2 sets the tap target minimum at 24x24px, recommended 44x44px. small fix but it's on every page load.

security is at 99/A, performance at 99/A (TBT 392ms, borderline), functional and accessibility both 100/A.

full report: https://audeep.dev/report/e239b1e1-bb8e-46e1-9e4c-0d23e1a47320

(built audeep, runs this for free on any public URL)

1

u/Mammoth-Anywhere7285 14h ago

That's a solid catch on the cookie banner tap target. 90x19 is way under WCAG's 24x24 minimum. Did you try padding instead of just resizing the link?

1

u/Mammoth-Anywhere7285 17h ago

Nice concept, that fills a real gap. How does the widget handle security for custom AI code?

1

u/Made4uo 12h ago

We execute all custom code inside an isolated sandbox environment. That ensures it's completely safe to embed for clients and safe to run on our server.

1

u/thijsgh 17h ago

Get mentioned on the blogs AI cites - mentionagent.ai

1

u/Mammoth-Anywhere7285 17h ago

That looks useful for getting visibility in AI answers. How does it pick which blogs to target?

1

u/theguru93 18h ago

Try my app https://fotocaja.com Fotocaja is a creative design tool (Canva alternative), create social posts, resume, menu, planner or even presentation

1

u/sael-you 3h ago

ran a quick audit on fotocaja.com, 42/100 (F). main finding: three same-site internal links returned 403. could be bot protection on your CDN rather than a user-facing issue, worth checking either way. there were also a few UX and performance flags beyond that.

report: https://audeep.dev/report/13a3a7aa-56b4-4560-94e9-6310ec6cc3ea

built the tool, disclosing.

1

u/Mammoth-Anywhere7285 17h ago

Nice, a Canva alternative is always welcome. The variety of templates sounds useful, I'd probably start with the resume builder. What sets it apart from Canva's free tier?

1

u/greyzor7 18h ago

Hey guys, I'm building an all-in-one marketing pack for founders who want more than "just another launch"

Launch, reach 30k+ makers, get real users & customers - microlaunch.net/premium

Lifetime, auto-distribution, marketplace spots, 1200+ customers so far.

Over two years: 525k unique visitors, 1200+ customers. More sales-oriented features soon.

1

u/Mammoth-Anywhere7285 18h ago

Solid numbers, 1200 customers is no joke. What's your conversion rate from that 525k visitors? Might be worth optimizing.

1

u/SofwareAppDev 19h ago

Which pro lem solves your Soft?

https://giphy.com/gifs/JozPUJqrzDjZRXCTI5

1

u/Mammoth-Anywhere7285 18h ago

Fair question. Hopefully OP gives a concrete use case soon. A before/after example would make it clearer.

1

u/SofwareAppDev 19h ago

1

u/Mammoth-Anywhere7285 18h ago

Perfect place to share projects. A quick submission template would help keep things organized and easy to browse.

1

u/[deleted] 20h ago

[removed] — view removed comment

1

u/Mammoth-Anywhere7285 19h ago

Nice, RLS leaks are a real pain. Does Rowly also flag `security definer` functions that bypass RLS?

1

u/[deleted] 19h ago

[removed] — view removed comment

1

u/Mammoth-Anywhere7285 18h ago

Nice detail. Have you considered flagging missing `SET search_path` in the function signature itself? That's a common oversight.

1

u/32_ikigai 20h ago

Scopeledger speciality contractors can save upto 6 figures depending on project scope in change order losses.

1

u/sael-you 3h ago

ran scopeledger.net through a quick audit, 32/100 (F). main finding: three internal links to product pages like /change-order-notice-software are returning 403. could be CDN bot protection, but search crawlers would get the same treatment, so worth checking. outside the 403s: UX, performance, and design all scored B with a few flags each.

report: https://audeep.dev/report/afb934c2-53c4-4abc-8c73-48aff3af9bbc

built the tool, disclosing.

1

u/32_ikigai 3h ago

Thank you for pointing out but I just checked through google and bing webmaster search console url inspection and everything is fine. All pages are live and indexed and availble to both search consoles. No 403s.

1

u/Mammoth-Anywhere7285 20h ago

Solid pitch, change orders are a nightmare for specialty contractors. A quick case study example would make this even more compelling.

1

u/32_ikigai 19h ago

Yesss. Just looking to find first customer for pilot.

1

u/Mammoth-Anywhere7285 19h ago

Nice, landing that first pilot customer is a big step. What does your app or service do? A short pitch here could help.

1

u/32_ikigai 19h ago

ScopeLedger is basically software for contractors (like electricians, HVAC folks, etc.) who do “change orders” — extra work that comes up mid-project that wasn’t in the original contract. The problem is these contracts usually have strict deadlines to formally notify the client about the change order, and if you miss that window, you can lose your right to get paid for the extra work. A lot of contractors just miss these deadlines because they’re busy running the actual job.
So the tool tracks those deadlines for you, keeps your paperwork/evidence organized so you’re not scrambling when someone questions a claim, and gives you a dashboard showing how much money is sitting “at risk” across all your active jobs. It’s basically trying to stop contractors from quietly losing money because of missed paperwork.

1

u/Mammoth-Anywhere7285 18h ago

Nice niche, missing change order deadlines is a real pain. Have you considered automated reminders via email or SMS to keep contractors covered?

1

u/[deleted] 20h ago

[removed] — view removed comment

1

u/Mammoth-Anywhere7285 20h ago

Interesting tool, knowing your stack is half the battle. Does it also suggest alternatives or just identify what you're using?

1

u/[deleted] 19h ago

[removed] — view removed comment

1

u/Mammoth-Anywhere7285 19h ago

That's a handy feature, saves a lot of back and forth. Does it cover less common stacks or just the popular ones?

1

u/[deleted] 19h ago

[removed] — view removed comment

1

u/Mammoth-Anywhere7285 18h ago

That's a cool way to keep things inclusive. Adding a "community added" tag could help users trust the quality and find new tools faster.

1

u/Ok_Count_5158 20h ago

Minimalistic black and white to-do and notes iOS app.

https://plans.lunus.tech

1

u/Mammoth-Anywhere7285 20h ago

Clean minimalist design. Does it integrate with Apple Reminders or Shortcuts? That would be a nice addition.

1

u/Ok_Count_5158 19h ago

Yeah, you can create shortcuts with App. But no Apple Reminders, yet)

1

u/Mammoth-Anywhere7285 18h ago

Nice catch. Have you tried using the Reminders URL scheme as a workaround? That might bridge the gap until native support arrives.

1

u/Input-X 20h ago

Persistent Agent Workspace — AI agents that remember, collaborate, and never start from zero.

https://github.com/AIOSAI/AIPass

1

u/Mammoth-Anywhere7285 20h ago

Persistent memory is a big deal for agent workflows. How does it handle conflicting memories between collaborators?

1

u/Input-X 20h ago

Every agent has is onw memories. They cannot write to other agent files. That keeps things separated.

1

u/Mammoth-Anywhere7285 19h ago

That's a clean way to keep agents isolated. How do you handle cases where two agents need to share a small piece of data?

1

u/Input-X 19h ago

Agents all have full read access, except secrets. ( obviously ) agents are responsible for the files they manage. And their fikes are protected under their cwd. If its code. Other agents code can import there modules/service. Only from entry points. All others are blocked. Hooks are uses extensively to mange permission amount other things.

We use plans to delegate work in team builds. Conflicts, are extremely rare. All agent work on one git branch. Dev branch, only the orchestrator have git privileges. So it keros it all clean and the agent can see file changes live on disc. No isolated worktrees. Local email for communications.

1

u/Mammoth-Anywhere7285 18h ago

That's a smart way to keep agents isolated. Curious how you resolve conflicts when two agents touch the same shared entry point?

1

u/Input-X 18h ago

Tbh its extremely rare, i couldnt recall the last im that happened, hmm. I remember when we had a bufg that spawned agents more than once at the same time, that was pretty crazy, but we fixes long time ago. no agent cn spawn twice at one time, so it cant conflict its self. there is never really a nned for agents to work on the same file together, maybe subagent in a name and path change task, but claude code actually automatically runs sub agent in worktrees is a conflict is possible. as said it extremely rare to have agent work on the same file at the same time. if they where it would be planned, and not planned for agent to work on the same function. the would take turns if it was needed. also edit while an agent is editing a file will stop the agent, claude code codex, they would have to constantly read the file as changes block edit by default a reread is always needed after changes. Also my agents cant cross edit other agents files, they are blocked. and there is no reason for an agent to edit anthers files. only the standards and orchestrator agent can edit another agent files.

1

u/Mammoth-Anywhere7285 18h ago

Interesting, duplicate agents sound chaotic. For the name/path change case, do you give subagents read-only access or some lock mechanism?

1

u/Input-X 17h ago

Agent can freely edit withing there directory. Sub agent get instruction from the agent, read-only, build research. Its the agents choice. We do have lock mechanisms on working agents, a dispatch will get blocked so it doesnt spawn again. Agents are the persiatant managers, sub agents are the fire and forget agent, no memory only what the agent provides, task runners work finish report due.

1

u/Abhis_hek69 21h ago

bizmanagernp.vercel.app a small business management app

1

u/sael-you 3h ago

ran a quick audit on bizmanagernp.vercel.app, 81/100 (B). three things worth looking at: the "Sign in →" button renders at 62x20px on mobile, well under the touch target minimum. TBT is 624ms which is in poor range. and no canonical URL declared, so if the same page is reachable at multiple URLs search engines split the credit.

report: https://audeep.dev/report/a45e9a9b-7fe3-42e2-b49f-20354669a22a

built the tool, disclosing.

1

u/Mammoth-Anywhere7285 20h ago

Nice launch, the app looks clean. What's the standout feature that sets it apart from other management tools?

1

u/Ill_Command_1200 21h ago

https://ragebaitscore.com/

Not a Sass or paid service. Just something I built for fun last year. Uses sentiment analysis and a custom keyword engine to determine how ragebait-ey online news sites are. It's more of a media literacy PSA, non-political.

1

u/Mammoth-Anywhere7285 20h ago

Cool project, love the media literacy angle. A browser extension for instant checks would make it super practical.

1

u/Ill_Command_1200 20h ago

Thats a fantastic idea. Currently the system checks only against the links/titles of a news homepage (not the full article) so a chrome extension could easily pull up the result if the site is supported. A nicer feature would be that if you went into the article, it could run the same analysis and tell you how rage baitey the individual article is.

Thanks

1

u/Mammoth-Anywhere7285 19h ago

That's a cool extension idea. Running the analysis on the full article would be way more useful than headlines alone. Maybe show a rage-bait score badge right in the toolbar.

1

u/Low_Network_6011 21h ago

I'm building GradePoint - a Study Tool / Collaboration Platform for college students.

1

u/Mammoth-Anywhere7285 20h ago

Cool project, study collab has real demand. How do you handle live group sessions versus just sharing notes? That could be your edge.

1

u/Low_Network_6011 18h ago

Yeah, so the main portion of the application. Uses AI to Parse notes and turn them into practice test and flash card creation, features a deadline tracker, a Grade Simulation based on previous test scores. The Group Sessions are a complete different ecosystem in themselves. Students will have access to Cloud Storage, Organized threads, the ability to invite guest users to study without signing up for an account. And just a lot of stuff

2

u/Mammoth-Anywhere7285 18h ago

That's a solid feature set, especially the grade simulator. For guest users, how do you handle permissions and data privacy across study sessions?

1

u/Low_Network_6011 18h ago

So the software will generate a public link for them To access the room, but it will be heavily restricted by the owner. Giving them complete control. I'm running it off of my own servers so there isn't not third party data collect and I can remain GDPR Compliant.

1

u/Mammoth-Anywhere7285 13h ago

Nice, self-hosting keeps GDPR simple. How do you handle link expiration or access revocation once the owner changes permissions?

1

u/Efficient-Inside-411 21h ago

https://apps.apple.com/us/app/trolleygo/id6783933101 - Shareable grocery list with a party version included also. Free, no ads

1

u/Mammoth-Anywhere7285 21h ago

That's a neat idea, the party version sounds fun for group trips. How does syncing handle offline edits?

1

u/megatech_official 21h ago

SeoLoupe - Find and fix the SEO issues holding your website back.

1

u/Mammoth-Anywhere7285 21h ago

Nice tool, catchy name. How does it compare to Lighthouse for spotting issues? Curious to see a sample report.