You are browsing as a guest. Sign up (or log in) to start making projects!

Meow-Net

  • 4 Devlogs
  • 44 Total hours

MeowNet helps cat lovers, feeders, and volunteers map colonies, log sightings, coordinate TNR (Trap-Neuter-Return) events, and run micro-grants — all in one delightful, real-time web app.

Open comments for this post

1h 10m 19s logged

DOM XSS Sanitization: Hardened volunteer-supplied image URLs
across profile and reports pages by sanitizing them through the getSafeImageSrc filter.

Log Cat UI Polish: Swapped the dashed file uploader for a clean image preview with a delete trigger, converted checkboxes to styled
pills, and added tooltips.

0

Loading discussion…

0
2
Ship #1 Changes requested

## What did you make?

* MeowNet: Feline management cockpit and zero-knowledge community coordination platform.
* Features: Live mapping, regional chapters, and volunteer tracking systems.
* Safety: Emergency registry with dispatch tools and supply chain inventories.
* Privacy: Browser AES-GCM-256 client-side encrypted dashboard for medical records.
* AI Helper: Integrated assistant using Gemini, OpenAI, and Anthropic models.

## What was challenging?

* UX Fix: Implemented keyless server-side defaults for instant dashboard access.
* DB Spoofing: Users could bypass client logic to verify their own hours.
* DB Fix: Refactored Row-Level Security policies to enforce admin-only scopes.
* ReDoS Flaws: Text sanitization utility triggered regex security vulnerability flags.
* Code Fix: Replaced regex with a safe, linear O(N) scanner.

## What are you proud of?

* Clean Code: Zero warnings and zero vulnerabilities found during build analysis.
* Theme Sync: Leaflet map tiles that dynamically update between dark/warm modes.
* Action AI: Chat bubbles that extract JSON to render database commit buttons.

## What should people know so they can test your project?

* General: Register a volunteer account to log sightings and take quizzes use features.

  • 3 devlogs
  • 43h
Try project → See source code →
Open comments for this post

18h 52m 33s logged

  • v0.9.0 (Social Impact & Field Coordination):
    Introduced the Volunteer Management System (VMS) for hours/skills tracking, the
    Emergency Case Registry (ECR) for incident map and dispatch, the Supply Chain
    Registry for inventory control, and Regional Chapters coverage. Added zero-knowledge
    vault unlock bypass to allow AI Helper default messaging, and hardened RLS
    policies on skills/hours.

  • v0.8.0 - v0.8.2 (Refactoring, Welfare Score &
    Heatmaps)
    : Deployed a dynamic Cat Welfare Score calculator (0-100) on cat
    details page. Added point marker density heatmaps. Consolidated 61 database
    migration files down to 5. Swept static analysis findings (cognitive complexity
    reduction, flattened nested ternaries, and readonly props rules).

  • v0.7.0 (Security Hardening & Documentation):
    Secured API proxy routes against model param SSRF. Hardened security headers,
    added missing routes to API docs, and corrected database schemas description.

  • v0.6.0 (Cryptographic Verification &
    Certificates)
    : Implemented dynamic Certificate Verification Portal. Secured
    volunteer certificates with HMAC-SHA256 signatures validated server-side. Added
    a dispute queue panel on staff audit logs.

  • v0.5.0 (Admin & Maintenance Mode): Released
    maintenance mode gate configurations, dynamic gamification engines, and supreme
    admin management console views.

0

Loading discussion…

0
2
Open comments for this post

7h 10m 59s logged

v0.4.0 (Auth, Queries & Docs): Added a sliding auth segmented toggle (AuthTabs), three-tier support query escalation pipeline, Clerk OTP failure popups, and comprehensive judge docs.

v0.3.0 & v0.2.0 (Analytics & Credentials): Built charts and maps for Admin/Moderator dashboards, targeted announcement notice board routing, and direct DB auth bypassing Clerk.

v0.1.0 (Launch): Released the core Next.js 16 platform with a 3D WebGL globe, PostGIS fuzzed location map, and HuggingFace FastAPI breed classification service.

0

Loading discussion…

0
7
Open comments for this post

16h 29m 24s logged

MeowNet is a fun, real-time platform that connects cat guardians to map colonies, log sightings, and coordinate TNR & rescue efforts.

0

Loading discussion…

0
5

Followers

Loading…