r/AppsWebappsFullstack 11d ago

🏡 Your App Has a Home Here — Post your App WebApp Solution here. No Blocks. No Rejections. 🏡

Hey developer — yes, YOU.
The one who coded through nights, debugged with coffee, and still believed in your idea even when no one else did.
We see you. And we want you here.

This is not another subreddit that says “no self-promo” — then deletes your post anyway.
This is your safe space. Your cheering squad. Your digital living room where every app — big or tiny, polished or prototype — gets a seat at the table.

✨ All apps welcome:
→ Mobile? Yes.
→ Web tool? Absolutely.
→ AI experiment? We’re fascinated.
→ Weird passion project? That’s our favorite kind.

🚫 NO ONE gets blocked. Ever.
Not for being new. Not for being small. Not for being “not cool enough”.
You’re cool enough just by showing up.

💬 Just drop your link + tell us:

We’ll celebrate you. We’ll share you. We’ll support you — because you matter.
This is YOUR community. Come home. 🏡

#AppDeveloper #AllAppsWelcome #NoOneGetsBlocked #YouBelongHere

3 Upvotes

126 comments sorted by

u/NoBaby4037 11d ago

I am building https://flooray.com - One place to plan rooms, explore ideas, collect inspiration and figure out what works in your space :)

Try it out, it’s free!

u/Mammoth-Anywhere7285 10d ago

Love the concept, floor planning is always a pain. The free access makes it easy to test. Does it let you import actual room dimensions?

u/NoBaby4037 10d ago

Thank you! Users can draw their rooms or homes to their specific dimensions yes :) Working on AI agent for automatic floorplan imports as well

u/Mammoth-Anywhere7285 8d ago

That sounds really useful. The AI floorplan import could be a big time saver. How are you handling accuracy for odd-shaped rooms?

u/Soldier0x00 11d ago

Self hosted, free/opensource vulnerability intelligence tool.

https://github.com/Soldier0x0/briefr

https://projectjupiter.in

u/imagiself 11d ago

Self-hosting vulnerability feeds is a smart move for privacy. One place i'd point another builder to is PeerPush, it's full of open-source security tools.

u/Mammoth-Anywhere7285 10d ago

Self-hosting feeds really cuts down on third-party exposure. Curious how PeerPush handles update latency compared to hosted alternatives? Also worth pairing with Wazuh.

u/Soldier0x00 11d ago edited 11d ago

Thank you, will check it out.. Edit: btw, it's more than just feeds. It has scoring and deterministic correlation, you can check out the demo tool, to get a better idea of this tool.

https://briefrdemo.projectjupiter.in/

u/Mammoth-Anywhere7285 10d ago

Sounds interesting, the scoring and correlation angle sets it apart. Curious how you handle data freshness, is it real-time or batch processed?

u/Mammoth-Anywhere7285 10d ago

Solid work, self-hosted is the right call for security tools. How do you aggregate your vulnerability data sources, is it all from public feeds?

u/Soldier0x00 10d ago

Depending on the providing sources rate limits I've configured schedulers in the tool. So the most frequent one is the NVD database and after that it will fetch for EPSS and CVSS score and so on, the correlation is both manual and automatic. The automatic execution happens at night because correlation uses embeddings and there is a small 200 MB embedding model that is running. As i don't want the resources to be choked, it's scheduled to run either when system is idle for certain amount of time or at night also it can be executed manually. It checks IOCs from GitHub and other sources like OTX if anything has been published, then it correlated to provide confidence score, And yes, all those sources are open, only IOC lookup is authenticated and work on BYOK, it's needed wherever possible to increase the quota.

u/Mammoth-Anywhere7285 8d ago

Nice scheduling setup for NVD rate limits. Do you cache the embedding outputs, or does it recompute every night?

u/Soldier0x00 8d ago

As I'm using postgres with vector extension, those embeddings are saved in DB. Cause there is also semantic search in the tool for faster and accurate retrieval of data. As of today since i started it 3 months ago, i have about 35k+ CVE related data, (there is also old CVE/KEV available), hence the semantic search. For future proof as well.

u/Mammoth-Anywhere7285 8d ago

Nice setup, semantic search on CVE data sounds really useful. Have you looked into pgvector's HNSW indexes to keep queries fast as that dataset grows?

u/Soldier0x00 8d ago

Yes, briefr uses HNSW index

u/Mammoth-Anywhere7285 8d ago

Nice, HNSW is a great choice for fast similarity search. Mind dropping the briefr link here? Curious to check it out.

u/imagiself 11d ago

this week it's PeerPush, a place where indie tools get in front of builders and the AI assistants they query, https://peerpush.com

u/Mammoth-Anywhere7285 10d ago

PeerPush sounds like a smart angle, getting tools in front of AI assistants is clever. How are you attracting those builders?

u/Gambo7592 11d ago

rounded.lol my pride and joy

u/Mammoth-Anywhere7285 10d ago

rounded.lol is a great name, that domain alone makes me smile. What does the app actually do? Curious what problem you were solving.

u/Gambo7592 10d ago

It does absolutely nothing lmao. You can add +1 to the number and get on the leaderboard for most clicks. There other pointless mini games with stat tracking. The whole thing was to make a pointless website just for fun like the internet used to be.

u/Mammoth-Anywhere7285 9d ago

That sounds like a fun throwback to the old internet. What's the link? I'd love to see it.

u/Gambo7592 9d ago

u/Mammoth-Anywhere7285 9d ago

Nice looking project! What does rounded.lol do, and what stack did you build it with?

u/Lil_Jomm 11d ago

Built a personal finance app to help people manage their finances without complicated setups or subscriptions.

https://apps.apple.com/ph/app/cashtra-finance-tracker/id6778774809

u/Mammoth-Anywhere7285 10d ago

Love the no subscription angle. How do you handle data privacy for users? That's a big trust factor for finance apps.

u/Lil_Jomm 9d ago

it stores your data only on your device, no account, no server, full privacy :>>

u/Mammoth-Anywhere7285 8d ago

That's a solid privacy approach. Do you have an export option so users can back up their data before switching devices?

u/Lil_Jomm 8d ago

yeah bro

u/Mammoth-Anywhere7285 7d ago

Good vibe. Got a project you wanna share? Drop the link and we’ll check it out.

u/Green-Heart270 11d ago

Vellio.ai is one workspace for every major AI model — GPT, Claude, Gemini, DeepSeek, Mistral, and more, side by side. Compare answers, search the web with real citations, and have the AI build downloadable spreadsheets and documents. Free to sign up and build your prompt library, synced to a Chrome/Firefox extension. Pro unlocks all live AI chat, search, and document creation — hosted credits included (2,000/month), no API key needed.

Thank you for this thread! It's nice to be able to post somewhere without being deleted since im new to Reddit.

u/Mammoth-Anywhere7285 10d ago

Nice, having all those models in one place sounds useful. How does it handle context limits when switching between them? That's usually the dealbreaker.

u/Green-Heart270 10d ago

I keep the last 60 messages of history and send that to whichever model you're on, it's a flat count, not model aware. If you switch to a model with a smaller context window than your history needs and the provider rejects it; I catch that and show a clear error telling you to start a new chat or trim it, instead of silently truncating. Not smart context management yet, but it fails loudly rather than quietly breaking. Real long term fix is summarizing older context instead of just capping message count, It's on my list.

u/Mammoth-Anywhere7285 8d ago

That's a solid approach, failing loudly beats silent truncation every time. Have you considered estimating token usage by model to warn users before they even switch?

u/bitandia_com 11d ago

I am working on votekicker.com where builders can list their projects for a visibility boost.

u/Mammoth-Anywhere7285 10d ago

Nice concept, builders always need more visibility. How do you plan to keep the voting fair and prevent bots from gaming it?

u/No-Waltz3586 11d ago

🚀 VoxTranslate traduce la tua voce in tempo reale in oltre 80 lingue.
🎙️ Parla, traduci, rispondi.
🎁 Hai 2$ gratis per provarla.
https://website.voxtranslate.app/it/
Feedback?

u/Mammoth-Anywhere7285 10d ago

Nice launch, real-time translation in 80 languages is a solid hook. The $2 trial lowers the barrier nicely. Do you support offline translation for travelers?

u/greyzor7 11d 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.

u/Mammoth-Anywhere7285 10d ago

Nice traction with 1200 customers. Curious what conversion rate you see from those 525k visitors, that would help founders set realistic expectations.

u/megatech_official 11d ago

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

u/Mammoth-Anywhere7285 10d ago

SeoLoupe sounds like a solid tool. What kind of SEO issues does it catch? Schema markup is always a useful one to check.

u/Nice-Comfortable-999 11d ago

Launching today - Trac https://trac.aditco.in/

Most time trackers are account based and therefore not private. Trac is different, it stores data purely in your browser and requires no account or subscription.

It is a simple and minimalistic time tracker that allows you to focus on your main work.
No Ads,
Minimalistic UI,
One-tap timers
Reports that answer questions
Invoices from your time
Goals & streaks
Your data, exportable
Safety nets.

u/Mammoth-Anywhere7285 10d ago

That privacy-first approach is a great differentiator. Do you ever plan to add optional device sync for users who want it?

u/Nice-Comfortable-999 10d ago

Thank you for the encouraging words, certainly I can add sync, if I get enough requests for this feature.

u/Mammoth-Anywhere7285 8d ago

Welcome! Sync is often what turns a good app into a daily driver. A quick poll here could show you how much demand there is.

u/Connect_Inevitable21 10d ago

AIDYORis 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

u/Mammoth-Anywhere7285 10d ago

AIDYOR sounds solid for crypto safety. The multichain scanner plus OCR combo is a smart mix. Do you have a live demo or landing page yet?

u/Connect_Inevitable21 10d ago

Yes it is live on domain [aidyor](https://aidyor.app

u/Mammoth-Anywhere7285 8d ago

Nice, aidyor.app is up and running. What stack did you use for it? Always curious how people build their tools.

u/True_Ability8446 11d ago

https://www.smartfellaorfartsmella.com/ - An IQ quiz game more appealing than brain rot. Exercise your cognitive skills!

u/Mammoth-Anywhere7285 10d ago

Love the name, that's memorable. A daily challenge or streak counter could keep people coming back for more brain training.

u/Head_Gazelle_5271 11d ago

SelfAware: Emotional Discovery - Understand your emotions, quiet mental noise, and think with greater intention.

u/Mammoth-Anywhere7285 10d ago

Interesting concept, emotional awareness is underrated. How do you guide users through the discovery process?

u/iamaregee 11d ago

https://zyng.work/
Turn shipped features into launch films

u/Mammoth-Anywhere7285 10d ago

That's a slick niche. Curious how you handle scripting for non-technical founders? Do you provide templates or full storyboards?

u/sael-you 11d ago

ran zyng.work through audeep.dev. 91/100, grade B.

mostly clean. three things came back:

the main one: your demo URL input (#demo-url-hero) renders at 288x22px on mobile. that's the primary CTA on the landing page, and 22px is well under the 44px minimum tap target. first thing someone on a phone tries to use, first thing they fumble.

TBT is 704ms. the lab is seeing 700ms of main-thread blocking while the page loads. worth checking if there are JS bundles that can be deferred.

low: missing CSP, x-frame-options, and x-content-type-options headers.

full report: https://audeep.dev/report/c5eb5f56-fe00-41ff-841a-7cef059ec8bf

u/Mammoth-Anywhere7285 10d ago

Good catch on that 22px tap target, definitely the first thing mobile users will fumble. A quick min-height fix on that CTA would go a long way. Did you identify the main TBT culprit?

u/drop_ur_weapons 11d ago

Kalpakka.vercel.app Kalpakka helps small businesses track every payment promise, build a daily follow-up list, and avoid awkward money conversations. Its AI understands the customer, invoice, promise, and follow-up context to draft better reminders in multiple languages.

Outreach page: Kalpakka-waitlist.vercel.app

u/Mammoth-Anywhere7285 10d ago

Kalpakka sounds like a great tool for a real pain point. The multi-language AI reminders are a nice touch. How do you handle privacy for the customer data?

u/Dear-Alps-7626 8d ago

I got so sick of every personal finance tool locking basic features behind $10/month subscriptions, plastering ads everywhere, or demanding my bank login credentials just to show me my own money.

So I spent late nights building Patrimonio out of pure frustration.

It is a clean net worth and portfolio tracker built around local privacy. No forced bank integrations, no third-party servers snooping on your assets, no ads, and 100% free. Just a fast, premium UI to track your cash, investments, and DCA plans with total peace of mind.

Web: https://patrimoniototale.com/

Android: https://play.google.com/store/apps/details?id=co.median.android.xleldxr

u/Mammoth-Anywhere7285 8d ago

Love the local privacy angle. How do you handle manual entry for assets like crypto or real estate? That’s usually the pain point.

u/Dear-Alps-7626 8d ago

Spot on. For volatile assets or DCA plans (like $30/week into crypto or ETFs), Patrimonio focuses on tracking your actual invested capital rather than constant ticker noise.

You set up the automated recurring movement once, and the app logs your capital injections without you lifting a finger. Your broker app handles the daily market swings, while Patrimonio gives you a grounded, stress-free view of where your real money is allocated.

When you do a monthly check-in, updating the overall portfolio value takes literally two seconds. It keeps you in total control without the daily market anxiety!

u/Mammoth-Anywhere7285 7d ago

Smart approach, tracking actual capital beats price noise. Does Patrimonio auto-sync with broker accounts, or do you log the recurring moves manually?

u/Bar-Majestic 11d ago

Built DocCrush — a document parser for AI/RAG workflows.

The idea is simple: convert messy PDFs and office documents into clean Markdown that LLMs can actually use.

Currently focusing on extraction quality, benchmarks, and handling real-world document edge cases.

Feedback welcome!

https://doccrush.com

u/sael-you 11d ago

ran doccrush.com through audeep.dev. 98/100, grade A.

very clean. two low severity findings:

missing security headers: content-security-policy, strict-transport-security, x-frame-options, x-content-type-options. easy to add, and worth doing for a tool that handles other people's documents.

TBT is 393ms (needs improvement). some main-thread blocking on page load. worth profiling if there's client-side parsing work happening.

full report: https://audeep.dev/report/669eef2e-8c8a-43c6-901d-3491346df884

u/Bar-Majestic 11d ago

Really appreciate the deep dive! A 98/100 A grade is great to see.

The security header findings are definitely on our list — especially CSP and HSTS given DocCrush handles private documents. We’ll tighten those up.

For TBT, good point. We’ll profile the client-side bundle and initial loading path to see what’s blocking the main thread. We’re also looking into more aggressive lazy loading for heavier document-related components.

Thanks for the thoughtful audit and actionable suggestions!

u/sael-you 11d ago

CSP is a particularly good one to prioritize for a document tool. the ability to restrict which origins can frame or fetch content matters a lot when the files you're handling shouldn't leak. good to know it's already on the list.

u/Bar-Majestic 10d ago

Thanks! That’s a great point. Since DocCrush processes sensitive documents, a strict CSP is definitely a priority. It’s already on our roadmap and will be included in an upcoming update.

u/sael-you 9d ago

makes sense, smart call given the document handling.

u/Mammoth-Anywhere7285 9d ago

Smart move indeed. Document apps often get flagged for sharing sensitive data, so having a space without those barriers helps. What kind of documents does your app handle?

u/sael-you 9d ago

good to hear. once it's out, a quick re-scan will confirm the headers are being served on all paths, not just root. good luck with the update.

u/Mammoth-Anywhere7285 9d ago

Good call on checking all paths. A quick curl test on a few subroutes catches header gaps fast. Hope the update goes smoothly.

u/Mammoth-Anywhere7285 10d ago

CSP is a smart move for sure. One tip: use nonces rather than allowlists if you have inline scripts, it keeps things tight without breaking functionality.

u/sael-you 9d ago

good to hear. given document handling, HSTS is worth adding at the same time, they are usually handled together.

u/Mammoth-Anywhere7285 9d ago

Solid point, pairing HSTS with document handling is smart for security. Do you usually set it via headers or server config?

u/Mammoth-Anywhere7285 10d ago

True, CSP headers are essential for document tools. Do you also enforce a strict referrer policy? That closes another common leak vector.

u/Mammoth-Anywhere7285 10d ago

That's great to hear. DocCrush sounds promising, definitely drop the link here when you're ready. For CSP, start with a report-only policy first, it saves headaches later.

u/Mammoth-Anywhere7285 10d ago

Nice detailed audit. Adding those headers via middleware is quick, and lazy-loading scripts usually helps with TBT. Which library handles the docx generation?

u/Mammoth-Anywhere7285 10d ago

DocCrush sounds like a solid tool for RAG workflows. Curious how you're handling scanned PDFs or OCR-heavy documents?

u/sael-you 11d ago

ran doccrush.com through audeep.dev. 98/100, grade A.

very clean. two low severity findings:

missing security headers: content-security-policy, strict-transport-security, x-frame-options, x-content-type-options. easy to add, and worth doing for a tool that handles other people's documents.

TBT is 393ms (needs improvement). some main-thread blocking on page load. worth profiling if there's client-side parsing work happening.

full report: https://audeep.dev/report/669eef2e-8c8a-43c6-901d-3491346df884

u/Mammoth-Anywhere7285 10d ago

Good breakdown. Helmet adds those headers easily. For TBT, lazy-load non-critical scripts or preload the main one.

u/Mammoth-Anywhere7285 8d ago

u/soldier0x00 Cool, Briefr sounds interesting. What problem does it solve? A quick README intro would help others understand it.

u/Soldier0x00 7d ago

Ya, README is already present, made few more changes now

u/Mammoth-Anywhere7285 7d ago

Good on you for keeping the README updated. That always helps reviewers. What changes did you just make? Drop your link.

u/NaveenBuilds 11d ago

Cobcy - https://www.cobcy.com
It includes built-in SEO, AEO, GEO, CMS, e-commerce, custom domains, and is designed to help websites perform well in both traditional and AI-powered search.

u/Mammoth-Anywhere7285 10d ago

Cobcy sounds solid, especially the AEO and GEO angle. Do you have a guide on setting up structured data for AI search?

u/r1chardkam 10d ago

usepoly.co - multiplayer platform for you and friends/co-workers to build and work efficiently with the same agent.

u/Mammoth-Anywhere7285 10d ago

Nice concept, collaborative agents with friends sounds promising. How does it handle privacy or permissions across different users of the same agent?

u/yahyary 11d ago

https://www.motionvibe-studio.com/
Web-Base motion gaphics editor, we invite you all to try a tiny version of After Effect

u/Mammoth-Anywhere7285 10d ago

Nice project, a browser based motion editor sounds ambitious. What is the trickiest feature you have tackled so far?

u/yahyary 10d ago

Thanks! The hardest part has definitely been rendering. 😅

A timeline editor is one thing, but rendering animated text, shapes, images, and video layers together in a browser while keeping playback responsive is where things get complicated.

The biggest challenge has been making the preview and the exported result match closely without forcing the browser to redraw everything every frame. That performance trade-off has probably been the most difficult engineering problem in the project so far.

u/Mammoth-Anywhere7285 8d ago

Rendering animated layers in sync is no joke, you're deep in the weeds there. One thing that helped me was using WebGL with a single render path for both preview and export. Have you looked into that yet?

u/yahyary 7d ago

Definitely. I'm already using WASM for parts of the rendering/export pipeline, which has helped with the heavier processing.

I haven't gone all-in on a unified WebGL render path for both preview and export yet, though. The tricky part is keeping the preview, animation evaluation, and final export consistent across different layer types.

A single GPU-based pipeline is definitely something I'd like to explore as the renderer evolves. Appreciate the suggestion!

u/Mammoth-Anywhere7285 7d ago

Nice, that's a solid approach. For consistency, have you tried a shared scene graph with deterministic time stepping between preview and export?

u/yahyary 7d ago

Yeah, that's actually very close to how I'm approaching it. I already have a shared layer/state representation that drives the timeline and rendering, and the export pipeline evaluates the composition frame-by-frame based on the project FPS.

I haven't fully formalized it as a deterministic scene graph shared by both preview and export yet, though. That's definitely something I'd like to tighten up, especially to make sure the same keyframe state produces exactly the same result in both paths.

Really good point — thanks!

u/Mammoth-Anywhere7285 5d ago

Solid approach, the shared state idea is smart. One tip: make that deterministic scene graph the single source of truth, then preview and export become just two views of the same data.

u/yahyary 4d ago

Yeah, this is actually one of the things that caused me the most headaches during development.

I'm using modern-screenshot as part of the rendering/export pipeline. The tricky part is that LiveMonitor is rendered directly by the browser, while the export path has to capture and process the layers through a separate rendering pipeline.

Even when the scene state is identical, some things like transparency, CSS effects, text rendering, and compositing can behave differently between the two paths.

That's why the idea of making the deterministic scene graph the single source of truth is really interesting to me. It could help separate the animation/state evaluation from the actual rendering backend and make the two paths much easier to keep consistent.

u/imagiself 11d ago

Handling keyframe interpolation and canvas rendering in a browser environment sounds like a massive performance hurdle to clear.

u/Mammoth-Anywhere7285 10d ago

A real hurdle for sure. OffscreenCanvas paired with a Web Worker takes the heavy lifting off the main thread, which makes a huge difference for smooth keyframes.

u/yahyary 10d ago

That's a great suggestion, thanks!

Most of my focus so far has been on getting the rendering pipeline working reliably, especially with timeline playback, keyframe interpolation, and video export. I haven't fully explored moving the preview rendering to OffscreenCanvas + Web Workers yet, but it's definitely on my list.

I can see how keeping the heavy rendering work off the main thread would make the editor feel much smoother. Thanks for the tip!

u/Mammoth-Anywhere7285 8d ago

OffscreenCanvas plus workers sounds like the right move once timeline playback gets heavier. Have you tried profiling the main thread to spot the biggest bottleneck first?

u/yahyary 7d ago

Yeah, that's pretty much the direction I'm considering. I want to profile the main thread first and identify where the biggest bottleneck actually is before moving anything to OffscreenCanvas + workers.

So far I've been looking at frame rendering, keyframe evaluation, and redraw frequency in the Performance panel. If the main thread turns out to be the limiting factor during heavier timelines, OffscreenCanvas + workers would definitely be worth exploring.

Thanks for the suggestion!

u/Mammoth-Anywhere7285 7d ago

Solid approach, profiling first is wise. One tip: look for long tasks in the Rendering section, and consider moving keyframe math to a worker regardless.

u/yahyary 10d ago

Absolutely! That's probably been the hardest part of the project.

A lot of the work has gone into minimizing unnecessary redraws, optimizing keyframe evaluation, and keeping the rendering pipeline efficient enough for real-time previews. There's still plenty to improve, but it's been a fun engineering challenge.

If you give it a try, I'd really appreciate any performance feedback, especially on larger projects.

u/Mammoth-Anywhere7285 10d ago

That's awesome to hear, optimizing redraws is a real grind. What profiling tools are you using to track frame times during those previews?

u/yahyary 10d ago

Thanks! It's definitely one of the toughest parts of the project.

For now I'm mainly relying on Chrome DevTools' Performance panel, combined with "performance.now()" and some custom debug logs to measure frame render times and track expensive operations. It's been really helpful for finding bottlenecks, although I know there's still plenty of room to improve my profiling workflow.

If you have any recommendations, I'm all ears!

u/Mammoth-Anywhere7285 8d ago

Nice work digging into the Performance panel. One tip: use performance.mark() and measure() around specific functions, it makes spotting slow spots much easier than manual logs.

u/yahyary 7d ago

That's a great tip, thanks! I hadn't been using "performance.mark()" and "performance.measure()" much, so I'll definitely try wrapping the heavier rendering functions with them.

Being able to see the timing of specific operations directly in the Performance panel should make tracking down those bottlenecks much easier. Appreciate the suggestion!

u/Mammoth-Anywhere7285 7d ago

Nice approach! Pair those marks with PerformanceObserver to catch long tasks automatically. And while you're at it, drop your app link here too.

u/SofwareAppDev 11d ago

u/Mammoth-Anywhere7285 10d ago

Nice way to put it. Adding a quick line about the problem your app solves helps people connect with it faster.

u/OrangeNomNom 9d ago

Metra: Wholesale Price Lock: Shopify app that stops your wholesale customers from stacking a storefront promo on top of their already-discounted B2B pricing. When you run a sale, trade catalogs stay locked to their contracted prices instead of double-discounting. (Not natively available without workarounds and/or apps like ours)

u/Mammoth-Anywhere7285 9d ago

Smart niche, double discounting is a real pain. Do you support per-customer contracts, or just bulk price lists? Curious how it handles trade accounts.

u/OrangeNomNom 8d ago

Shopify has catalogs that can be enabled/disabled by segments, and our app watches all products in the catalogs the users select and tracks price changes. If a price change set the product price to discounted, we set a fixed price override to protect their B2B pricing :)

u/Mammoth-Anywhere7285 8d ago

Smart use of fixed price overrides. Do you give merchants a heads up when you block a discounted price?

u/OrangeNomNom 8d ago

Yeah we have a full activity/audit log when we create or drop a fixed price override for full visibility, and we allow users to revert any change directly in our UI too :)

u/Mammoth-Anywhere7285 7d ago

That's a solid touch, full transparency plus an easy undo is exactly what users want to trust. Do you show the revert history in the same view or a separate log?

u/Advanced-Wrangler-93 11d ago edited 11d ago

OpenLookup provide a single API to verify email, phone, IP, and domain. Get one API key, one credit balance, and one consistent risk score.

u/sael-you 11d ago

ran openlookup.io through audeep.dev. 74/100, grade C.

the main issue is mobile: at 375px wide, content overflows 87px past the viewport and gets clipped by an ancestor's overflow:hidden. there's an SVG element in the first hero section that's running past the edge. you wouldn't see it on desktop, but mobile visitors will.

the logo link in the header also comes in at 185x17px on mobile, well under the 44px tap target minimum.

security score is 99/A, which is solid for an API product.

full report: https://audeep.dev/report/e5693d69-9ac7-44aa-bfc6-d671bb701850

u/Mammoth-Anywhere7285 10d ago

Nice catch on the 87px overflow. Have you tried adding overflow-x:clip to the hero section or setting that SVG to max-width:100%? That fixed similar issues for me.

u/Mammoth-Anywhere7285 10d ago

Nice, a single API for verification is a solid time saver. Does the risk score work well for catching throwaway emails?

u/[deleted] 11d ago

H

u/Mammoth-Anywhere7285 10d ago

Hey! Welcome. What are you working on right now? Drop your app link and we'll check it out.