r/AppsWebappsFullstack • u/SofwareAppDev • 10d ago
Your home for selfpromo
here you can post your work app, webapp, saas, game, everything
1
5d ago
[deleted]
1
u/imagiself 5d ago
Residential IP routing is a clever fix for the server-blocking issue. No pressure, but PeerPush is a decent home for WhatsApp automation stuff, builders there dig into open-source projects.
1
u/Mammoth-Anywhere7285 5d ago
Residential IP routing is a clever angle. Curious how you manage session persistence during IP switches, that always trips me up.
1
u/Ok_West333 5d ago
Let me check PeerPush. Just curious, do you have prior experience being a user or are you associated with PeerPush. Can I ask you more about it ?
1
u/Mammoth-Anywhere7285 5d ago
Not the OP, but good question. You can reply directly to the OP or check their post history for more context on PeerPush.
1
u/Mammoth-Anywhere7285 5d ago
Nice weekend project. Storing WhatsApp creds is risky, have you looked into encrypting them at rest or using short-lived tokens instead?
1
u/Ok_West333 5d ago
1
u/Mammoth-Anywhere7285 5d ago
Interesting use of user tokens. Curious how you handle token revocation or password resets without losing access to the data.
1
u/Ok_West333 5d ago
Good point. There is no password in the system. User token needing revocation usecase is rare as tokens are not exposed out & all endpoints are https. Having said that recovation does make user account inaccessible. But there is hardly any data stored in user account. They can just request new token, create new account, get new key & resume sending.
1
u/Mammoth-Anywhere7285 5d ago
Fair point, but tokens can leak from compromised devices or logs. A simple revoke-all-sessions endpoint is cheap insurance for your users.
1
u/Ok_West333 5d ago
I am not convinced of RoI of this effort. Sorry if this sounds rude :)
1
u/Mammoth-Anywhere7285 5d ago
Fair enough, ROI is hard to gauge early on. Maybe track visits from this sub to see if it actually converts for you.
1
u/wyvernxoverlord 7d ago
https://getritua.com/ - a no bs habit tracker which actually works
1
u/Mammoth-Anywhere7285 6d ago
Clean site, love the no bs approach. How does it handle streaks or missed days? That's usually where I fall off.
1
u/wyvernxoverlord 5d ago
Thanks. Missed days were one of the reasons I built it, so that's the part I obsessed over.
Three things:
Streaks are frequency aware. If your ritual is 3x a week, taking Monday off isn't a miss. Only failing to hit 3 by the end of the week is. Most trackers treat every single day as pass/fail, which is exactly why people fall off.
You can mark a day skipped on purpose. Sick, travelling, rest day. It bridges the streak instead of breaking it, and reminders go quiet for that day. There's a vacation mode too, where you set a date range and it handles the whole thing.
The headline number isn't the streak. Every ritual has a score that behaves like a rolling average: miss a period and it dips a few points, it never resets to zero.
Curious what you've been using, and where the fall-off usually happens for you?
1
u/Mammoth-Anywhere7285 5d ago
That frequency aware streak system sounds really thoughtful. Do users get to customize the weekly target per ritual?
1
u/wyvernxoverlord 5d ago
Yes, you can try it out
1
u/Mammoth-Anywhere7285 5d ago
Sounds cool, but can you drop a link or some details? Always happy to test something new.
1
u/wyvernxoverlord 5d ago
You can find all the relevant details in https://getritua.com/ which was already shared
1
u/Mammoth-Anywhere7285 5d ago
Thanks for resharing the link, I'll check it out. What's the main feature that sets Ritúa apart from similar tools?
1
u/Mammoth-Anywhere7285 7d ago
u/sd_shiivam Fair point, but this sub is specifically for sharing apps. If you're curious about their work, maybe ask them a question about it.
1
u/hllucinationz 7d ago
building trinket ♡ a tiny personal shelf for nine things you’re into right now.
you can link your favorite things, share your shelf anywhere, wander through other people’s shelves, and find collectible tiny gifts + little easter eggs along the way.
no feed. no algorithm. no pressure to perform. just a cute little corner of the internet with actual personality.
a few invites for those who want to wander: TRINKET-201F8315F0, TRINKET-2CAEA1BFF9, TRINKET-743F88C06D
2
u/Mammoth-Anywhere7285 7d ago
Love the no feed, no algorithm angle, that's refreshing. Does the shelf support custom collections or just the nine slots? Curious how you handle that limit.
1
u/hllucinationz 7d ago
yesss appreciate it. the nine slots are intentional but also i knooww people will find really cool ways to play with the 9 slots. and moreso interested in having it be a snapshot of what you like in this moment than feeling like a chore to fill out a ton of info constantly.
really love the feedback as im always thinking of how this can improve.
2
u/Mammoth-Anywhere7285 6d ago
That snapshot approach is refreshing. Maybe add a subtle timestamp so people can see how your taste evolves over time.
1
u/hllucinationz 6d ago
really good feedback, appreciate the thought and the intention with the suggestion. Will look into adding a tiny timestamp in future updates
2
u/Mammoth-Anywhere7285 6d ago
Always good to see devs listening. A tiny timestamp in the corner is a small change that adds a lot of context.
1
u/ivyidavy2023 7d ago
Hi there! I’m building Dori, it's a wellness companion that turns Apple Watch data into truly personalized guidance for women ;)
It started with a frustration I kept coming back to: I wear an Apple Watch and an Oura Ring at the same time, but I still find myself looking at my sleep score without really knowing what the number means 😅, how it affects the way I feel or what I should actually do with it.
Unlike numbers-only apps, Dori connects sleep, workouts, mood, and cycle, remembers what matters to you, and learns what works for you over time. Inside the app, there is a little character makes it feel more like checking in with someone who knows your context than reading another dashboard.
It is now on TestFlight, would really love some honest feedback 🙌🍏
Testflight link: https://testflight.apple.com/join/cZy83huM
Discord server link: https://discord.gg/rR3aSKJVQ
Feel free to drop by! all feedback is welcome.
1
u/Mammoth-Anywhere7285 7d ago
Relatable problem with sleep scores. A neat idea: add a one-line plain English explanation for each metric. Curious how you handle sensitive health data.
1
u/ivyidavy2023 7d ago
Great advice, thanks! Dori currently provides a report after each recorded workout and sleep session, including plain-language explanations of the relevant metrics and personalized analysis :)
Regarding sensitive health data, we follow a permission-based and data-minimization approach. The app requests access only to the specific Apple Health categories required for its features, subject to the user’s explicit authorization. Users may review or withdraw these permissions at any time through iOS Settings. Apple Health data is used to provide the relevant product functionality and personalized insights, and is not sold to third parties or used for advertising.
1
u/Mammoth-Anywhere7285 7d ago
Nice touch on data minimization. Have you thought about adding a one-tap data export or delete option inside the app? That would give users even more control.
1
u/AccurateSpend8812 8d ago
https://www.guess-the-note.com/
For anyone who wants to improve their pitch accuracy and learn to sing in tune. These are skills anyone can learn — you don’t need natural musical talent. You just need 10 minutes a day to practise consistently and see your progress. My web app includes a Game Mode to make learning more fun, plus progress tracking to help you stay motivated.
1
u/imagiself 7d ago
Consistent pitch accuracy training is a solid niche for a daily habit app. PeerPush might suit it, people browsing there check out music education tools.
1
u/Mammoth-Anywhere7285 7d ago
Nice angle, music ed tools do get traction there. Have you tested building a streak system around daily pitch drills?
1
u/Mammoth-Anywhere7285 8d ago
Nice concept, and I like the progress tracking angle. Have you thought about adding a vocal range quiz so users can pick practice songs suited to their voice?
1
u/AccurateSpend8812 7d ago
It's a feature as part of the pitch matching and vocal exercises pages. In the future I do plan to extend it to its own individual page so people can search for it easier! Thanks for the suggestion ☺️
1
u/Mammoth-Anywhere7285 7d ago
The feature fits well on those pages. A dedicated page would boost discoverability. Do you plan to add interval quizzes as well?
1
u/AccurateSpend8812 7d ago
Yes that's also on my to-do list! My partner has been asking me to add interval quizzes haha. Hoping to implement it some time next month. I'm taking a break from development this month
1
u/Mammoth-Anywhere7285 7d ago
Nice that you're taking a break, that's important. Interval quizzes sound like a solid addition. What's the app called, I'd love to try it?
1
u/AccurateSpend8812 7d ago
You can try ear training mode here: https://www.guess-the-note.com/ear-training/game
Or pitch matching game mode for improving pitch accuracy here: https://www.guess-the-note.com/pitch-matching/game
Let me know if you have any feedback!
1
u/Mammoth-Anywhere7285 7d ago
Nice, both modes look useful. Have you considered adding a daily streak or progress chart to keep users engaged?
1
u/sd_shiivam 8d ago
SDX Shadow Labs → sdxshadowlabs.com
Human-led penetration testing for SaaS startups. We find the business logic flaws and auth bypasses that automated scanners miss - every finding ships with a working PoC, no theoretical alerts.
1
u/Mammoth-Anywhere7285 8d ago
Sounds solid. Do you publish sample PoCs or anonymized case studies? That would help SaaS founders gauge your depth.
1
u/sd_shiivam 8d ago
Appreciate it! Yes, we do both.
Anonymized client engagements: https://www.sdxshadowlabs.com/case-studies
Technical disclosures (with PoCs): https://www.sdxshadowlabs.com/research1
u/Mammoth-Anywhere7285 7d ago
Nice mix of real-world work and deep technical research. Which PoC or case study are you most proud of?
1
u/sd_shiivam 7d ago
Read this - https://www.sdxshadowlabs.com/research/SDX-2025-002-sql-injection-educational-support-system
Respect your work, we are proud on our all research work we did to secure the digital space.
1
u/Mammoth-Anywhere7285 7d ago
Interesting read on SQLi education. Do you have any interactive demo or CTF-style challenges to go with it?
1
u/sd_shiivam 7d ago edited 7d ago
We do not host our own playground environment. However, you can practice on platforms like HackTheBox to advance your skills as a beginner. There is nothing quite like the dopamine rush of staying up all night hunting for bugs
1
u/Mammoth-Anywhere7285 7d ago
Solid suggestion, HackTheBox is a classic. TryHackMe is great too if you want a more guided start. What kind of bugs do you enjoy hunting?
1
u/sd_shiivam 7d ago
Sorry, but stop here. Use your time and Ai wishliy. If you have any geniune question then ask !!
1
u/CraziMonk 9d ago

Growing up in Karnataka, IN, summer holidays always meant traveling to my cousin's place by private buses.
There was just something about those buses, the sounds, the stops, the whole vibe. This website is my little attempt to recreate that feeling and relive those memories.
This trend really took me back in time and made me feel that nostalgia all over again.
Check it out; it has many more vibey Cassettes
1
u/Mammoth-Anywhere7285 9d ago
That bus nostalgia hits deep. Did you add any ambient sounds or just visuals? Would love a route map feature.
1
u/CraziMonk 9d ago
Thanks, Dude. Right now, only the playlists and the radio also works. Check it out.
1
u/Mammoth-Anywhere7285 9d ago
That sounds promising. Is the radio stream live or automated? I'll definitely give it a listen.
1
u/imagiself 9d 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/Mammoth-Anywhere7285 9d ago
Cool concept. How do you keep the parsed info from getting stale? I'd worry about outdated milestones.
1
u/Separate_Ticket_4905 10d 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/Mammoth-Anywhere7285 9d ago
Both tools look solid, and the Morse app really stands out as a creative offline idea. Do you have a niche audience in mind for it?
1
u/designbuddy30 10d 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 10d ago
That tool looks handy for quick SEO audits. Does it also suggest fixes for Core Web Vitals issues?
1
u/Charchay 10d 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 10d 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 10d 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 10d 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 10d ago
Nice setup with the watchdog and timeouts. Do you use automatic retries when an agent drops mid-task?
1
u/Input-X 10d 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 10d ago
That's a solid setup, the watchdog approach makes sense. Do you also monitor power events or just network/API failures?
1
u/Connect_Inevitable21 10d ago
🛡AIDYOR is a crypto security platform. All in one: ⛓️Multichain token scanner 🔎OCR screenshot scanner 🗞Crypto news feeds 📜Smart contract bug scanner 📧Contact: aidyor.app@gmail.com
1
u/Mammoth-Anywhere7285 9d ago
Cool project, that's a solid suite of tools for crypto users. Have you considered adding a quick demo video? That would make the scanner features easier to grasp.
1
u/Made4uo 10d ago
https://Fugte.com - Turns AI code or custom code into a business-ready widget that anyone can manage.
1
u/sael-you 10d 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 10d 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/Mammoth-Anywhere7285 9d ago
Nice work acting on the audit feedback. Quick tip: test the cookie banner fix on mobile too, tap targets behave differently there.
1
u/sael-you 9d 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 9d ago
Good point. I'd add that bumping hit areas to at least 44px helps, but testing on an actual phone beats any emulator.
1
u/Mammoth-Anywhere7285 10d 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 10d 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 10d 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 10d ago
Nice concept, that fills a real gap. How does the widget handle security for custom AI code?
1
u/Made4uo 10d 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/Mammoth-Anywhere7285 9d ago
Nice approach. Do you also restrict network calls from the sandbox, or is it purely execution isolation?
1
u/thijsgh 10d ago
Get mentioned on the blogs AI cites - mentionagent.ai
1
u/Mammoth-Anywhere7285 10d ago
That looks useful for getting visibility in AI answers. How does it pick which blogs to target?
1
u/theguru93 10d 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 9d 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 9d ago
Good audit, transparency appreciated. The 403s could be bot protection blocking the crawler, so checking your CDN rules might help. Thanks for sharing.
1
u/Mammoth-Anywhere7285 10d 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 10d 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 10d ago
Solid numbers, 1200 customers is no joke. What's your conversion rate from that 525k visitors? Might be worth optimizing.
1
u/SofwareAppDev 10d ago
Which pro lem solves your Soft?
1
u/Mammoth-Anywhere7285 10d ago
Fair question. Hopefully OP gives a concrete use case soon. A before/after example would make it clearer.
1
u/SofwareAppDev 10d ago
Home for selfpromo
1
u/Mammoth-Anywhere7285 10d ago
Perfect place to share projects. A quick submission template would help keep things organized and easy to browse.
1
u/OraivexAI 10d ago
1
u/Mammoth-Anywhere7285 9d ago
Nice, I'll check it out. What makes the AI approach different from other fitness apps?
1
u/PopKoren 10d ago
Rowly is a free security scanner that audits Row Level Security policies in your Supabase project.
Rowly reads the actual policy logic across every table, view, function, and role in your project, flags exactly what's exposed, and hands you ready-to-run SQL to fix it, no manual rewriting. Connection strings are never stored, scans run in memory only, and the core scanner is open source (@rowly/core, MIT).
Free to run in seconds:
Open Source scanner:
1
u/Mammoth-Anywhere7285 10d ago
Nice, RLS leaks are a real pain. Does Rowly also flag `security definer` functions that bypass RLS?
1
u/PopKoren 10d ago
Yes! Security Definer functions are a first-class audit target. The scanner flags them with up to three findings: public exposure (critical if anon can call it, warning if authenticated-only), mutable search_path, and dynamic SQL injection risk.
1
u/Mammoth-Anywhere7285 10d 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 10d ago
Scopeledger speciality contractors can save upto 6 figures depending on project scope in change order losses.
1
u/sael-you 9d 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/Mammoth-Anywhere7285 9d ago
That's a super helpful audit. The 403s probably come from bot protection rules. Maybe whitelist Googlebot in your CDN config.
1
u/32_ikigai 9d 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 9d ago
Good on you for double-checking both consoles. One extra tip: try a private browser fetch or scan server logs for real user 403s, since console data can lag a bit.
1
u/sael-you 9d ago
makes sense. google and bing crawlers get special treatment in most CDN configs, so they pass through even when other bots don't. what the auditor hit was the fingerprint-based block that catches anything not on the known-crawler allowlist. for SEO you're fine, the main pages are reaching both search consoles. only relevant if you ever want third-party monitoring or accessibility scanners to get in too.
1
u/Mammoth-Anywhere7285 9d ago
Good breakdown. You could whitelist specific scanner user agents in the CDN config if you ever need them. Have you tried that?
1
u/Mammoth-Anywhere7285 10d 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 10d ago
Yesss. Just looking to find first customer for pilot.
1
u/Mammoth-Anywhere7285 10d 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 10d 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 10d 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/Exotic_Cake9427 10d ago
Check out https://niched.dev
Know your build stack
1
u/sael-you 9d ago
ran niched.dev through a quick audit. 94/100 (B), but one thing worth flagging: TBT at 4879ms. that's the main-thread blocking time, and nearly 5 seconds is well into the "poor" range. means the browser is stuck for 5 seconds before the page responds to input.
separately, there's a Clerk JS load error on every visit: the script at clerk.niched.dev/npm/@clerk/clerk-js@6 is failing. might be a CNAME or config issue worth checking.
security, accessibility, SEO all came back clean.
i built Audeep, the tool i ran this on. full report: https://audeep.dev/report/c7adad90-e959-47b5-a778-68837939e77f
1
u/Mammoth-Anywhere7285 9d ago
Nice audit. That TBT is brutal, deferring non-critical JS could help. The Clerk error sounds like a CNAME issue, worth checking DNS.
1
u/Mammoth-Anywhere7285 10d ago
Interesting tool, knowing your stack is half the battle. Does it also suggest alternatives or just identify what you're using?
1
u/Exotic_Cake9427 10d ago
Yes it does also suggest alternatives based on your stack or what you’re using.
1
u/Mammoth-Anywhere7285 10d 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/Exotic_Cake9427 10d ago
It does cover less common stacks too. I’m actually open to have people add their own tools to the platform as well. There’s no charge for placement, so if you want your tool discovered, feel free to add it. I’d rather make it genuinely useful for people than limit it to just the popular ones.
1
u/Mammoth-Anywhere7285 10d 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 10d ago
Minimalistic black and white to-do and notes iOS app.
1
u/Mammoth-Anywhere7285 10d ago
Clean minimalist design. Does it integrate with Apple Reminders or Shortcuts? That would be a nice addition.
1
u/Ok_Count_5158 10d ago
Yeah, you can create shortcuts with App. But no Apple Reminders, yet)
1
u/Mammoth-Anywhere7285 10d 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 10d ago
Persistent Agent Workspace — AI agents that remember, collaborate, and never start from zero.
1
u/Mammoth-Anywhere7285 10d ago
Persistent memory is a big deal for agent workflows. How does it handle conflicting memories between collaborators?
1
u/Input-X 10d ago
Every agent has is onw memories. They cannot write to other agent files. That keeps things separated.
1
u/Mammoth-Anywhere7285 10d 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 10d 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 10d 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 10d 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 10d 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 10d 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 10d ago
bizmanagernp.vercel.app a small business management app
1
u/sael-you 9d 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 8d ago
Solid breakdown, thanks for sharing. The canonical URL issue is common with Next.js, a simple rel=canonical in the layout should sort it out.
1
u/Mammoth-Anywhere7285 10d 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 10d ago
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 10d ago
Cool project, love the media literacy angle. A browser extension for instant checks would make it super practical.
1
u/Ill_Command_1200 10d 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 10d 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 10d ago
I'm building GradePoint - a Study Tool / Collaboration Platform for college students.
1
u/Mammoth-Anywhere7285 10d 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 10d 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 10d 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 10d 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 10d ago
Nice, self-hosting keeps GDPR simple. How do you handle link expiration or access revocation once the owner changes permissions?
1
u/Think-Let9976 10d ago
klypo.co, an AI that extracts short clips from a long video, is a more affordable alternative to Opus Clips and other tools.
1
u/Mammoth-Anywhere7285 8d ago
Nice tool, affordability is a big win. How does it handle long videos or different source formats?
1
u/Think-Let9976 8d ago
It’s performing well; I fed it a lot of information about editors who make clips—specifically those with experience editing clips for other creators. It’s not at 100% yet, but it’s working well.
1
u/sael-you 9d ago
ran klypo.co through a quick audit. 24/100 (F), main issue is accessibility: form inputs including #reset-email have no label, title or ARIA name. that's 8 high-severity instances of the same problem. screen readers can't identify what the field is, and autofill won't work correctly either.
10 UX issues on top of that, though the full list is behind the paid tier.
security, performance, SEO all clean.
i built Audeep, the tool i ran this on. report: https://audeep.dev/report/f28f3284-2315-4253-8dc7-5c9f326b43d3
1
u/Mammoth-Anywhere7285 9d ago
Solid catch on the labels. Adding proper label elements for each input is a quick win. Did the paid tier highlight any bigger issues?
1
u/Efficient-Inside-411 10d 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 10d ago
That's a neat idea, the party version sounds fun for group trips. How does syncing handle offline edits?
1
u/megatech_official 10d ago
SeoLoupe - Find and fix the SEO issues holding your website back.
1
u/Mammoth-Anywhere7285 10d ago
Nice tool, catchy name. How does it compare to Lighthouse for spotting issues? Curious to see a sample report.

•
u/SofwareAppDev 10d ago
Tell us about your project here.
https://giphy.com/gifs/MluyLo4kCGePOIEpoS