Why 'HTTPS' doesn't mean safe.
Phishers can buy SSL certs too.
paypa1-login.com is still a phishing site.
HTTPS = encrypted connection.
NOT = trusted website.
Big difference. Most people don't know this.
Norix has a Gamified Phishing Training sandbox.
You get shown a fake PayPal email.
Click the red flags in the DOM.
Score from Rookie to PhishPro.
Making security training actually fun.
Try it: norix8.vercel.app
I almost shipped fake phone spam data in Norix.
Random digits, fake call counts, simulated reports.
Caught it before launch. Removed it. Now it only shows real parsed data.
Honesty > fake metrics in a security product.
Phishing succeeds when you're in a rush.
Norix V3.0 - Cognitive Defense uses local AI to flag malicious URLs in real-time.
✅ Zero-click protection
✅ Instant ML analysis
✅ Peace of mind
Stop guessing. Start browsing safely.
#CyberSecurity#AI#Norix
Norix has a Chrome Extension that overlays threat badges on links & emails AS YOU BROWSE.
Offline-first. Zero data sent to any server.
Privacy-first security is possible.
GitHub: github.com/noisyboy08/NOR…
Building Norix taught me one thing:
Detecting phishing is HARD.
A URL with 'login' isn't always bad. 'Urgent' isn't always fake.
So I built a weighted heuristic engine + trusted domain damping to reduce false positives.
Most phishing attacks don't look suspicious.
They copy logos. Use urgent language. Mimic real domains.
Your brain can't always catch them — but AI can.
That's what I built Norix for.
norix8.vercel.app
Just shipped Norix v3.0 — an AI phishing defense platform that scans URLs, emails, SMS & voice calls in real time.
Chrome extension. Gamified training. PhishBot AI. Global fleet tracker.
Built solo in React + TypeScript.
norix8.vercel.app
@ronmaadedeji@Replit Exactly the gap. DevPulse is GitHub-native for now — Slack threads + meeting transcripts are next on the roadmap.
Goal: every async signal becomes a decision, not just a summary. 👀
@UdayDolas@Replit That makes sense. The decision-today filter is the useful part. I’d still be curious how you catch context outside GitHub, like a scope change from Slack or a product decision from a call, since that’s where a lot of teams lose the thread.
I built DevPulse in 24hrs for @Replit's Buildathon 🚀
Tired of writing standups manually?
DevPulse reads your GitHub → generates your standup in seconds using Claude AI
✅ AI Sprint Coach
✅ Velocity insights
✅ One-click Slack
#buildinpublic#replit10#hackathon#ai
@LessonsFromProd The htmx point is underrated. Vanilla + htmx is
probably the sweet spot for 80% of projects.
The "hard to explain in interviews" part is so real 😭
@UdayDolas Not unpopular at all. Vanilla wins when you actually need vanilla. The problem is most people reach for Next or WordPress out of habit, not because the project demands it. Vanilla + a bit of htmx for interactivity covers so much ground. Just harder to explain in a job interview.
If you had to build a client website TODAY, what stack would you choose?
A) Next.js / React
B) WordPress
C) Vanilla HTML/CSS/JS
D) Webflow / no-code
I'd pick C every time for a static site.
Unpopular opinion? Let me know 👇
#webdev#frontend#buildinpublic
@ronmaadedeji@Replit DevPulse classifies commits & PRs into signal vs. noise. Blockers surface when branches stall, PRs go unreviewed, or velocity drops — the AI Sprint Coach flags them explicitly. Standup = not just "what I did" but "what needs a decision today." 🚀
@UdayDolas@Replit Nice build. Pulling standups from GitHub and Slack is useful if the output stays decision-focused. I’d be curious how you separate simple status from actual blockers or risks the team needs to act on.
#hiring
Orchids/Bud (YC W25 | AI App Builder) is hiring a Full Stack Engineer Intern!
Experience: 0 - 1 years
Location: Remote US
Salary : $6K–$12K/month + equity!
Lets us know if you are interested 👇
TOMORROW Giveaway 🎁
💯💯
Am giving out $50k to My active followers, Turn on My Notification 🔔
PayPal $10k
Trust wallet $7k
OPAY 1m
KUDA 500k
PALMPAY 400k
Access 300k
UBA 200k
First bank 100k
ZENITH bank 100k
Union bank 100k
To qualify:
Rt /Repost
Like
Follow me📌
@UdayDolas D for client work every time. Webflow gives you design control, fast delivery and the client can manage it without calling you at midnight. C is clean but handing vanilla HTML to a non-technical client is a support ticket waiting to happen.
@UdayDolas Vercel routing issues are silent killers. Spent a whole night on something similar once. The fix is always embarrassingly simple but you only find it after you've questioned every life decision.
The scroll progress bar on HavenHomes ⚡
Most devs skip this. It's only 5 lines of JS.
But it keeps visitors engaged longer — they can see how far they've scrolled.
Small detail. Big UX impact.
#javascript#ux#webdev#frontend