devtools
A web application that monitors the pricing of smartphones (like the iPhone 17) and other electronics, alerting users to price drops and promotional offers, especially regarding T-Mobile's free phone deals. Includes a price history chart for comparison.
Python
SQLite
Easy
web
A web-based application that dynamically analyzes live sports streams (using data from sources like Apple TV's schedule) and suggests optimal viewing resolutions/quality settings based on the user's broadband connection and device capabilities. Includes features like automated VPN connection for accessing geo-restricted content.
Python
NodeJS
Medium
ecommerce
A loyalty program platform for 7-Eleven and its competitors. Enables users to earn points and rewards across multiple stores (7-Eleven, Speedway, Stripes) and potentially other partners, centered around promotional days like Slurpee Day - with a broader offering of deals beyond free drinks.
NodeJS
PostgreSQL
Medium
mobile
A mobile application providing real-time localized heat index data and personalized cooling advice based on user location, activity level, and health profiles. Leverages AI to predict optimal hydration and suggest nearby cooling centers/amenities.
Android
iOS
Python
Medium
education
A web application allowing startups to create engaging, AI-generated anime-style documentation videos for their journey, leveraging AI storytelling to document processes and making startup experiences more accessible and captivating on the web using C#.
C#
web
Medium
devtools
A utility that monitors Docker containers and proactively backs up writable layers to persistent volumes or cloud storage, preventing data loss, avoiding the limitations of Docker's writable layer, and integrates with PostgreSQL for configuration and anomaly detection.
Python
PostgreSQL
Medium
devtools
A Laravel package that simplifies the creation of complex HTML-to-image pipelines by visually connecting LLM calls for image generation, addressing the complexity faced when wiring multiple LLM prompts into a functional workflow, utilizing NodeJS for efficient LLM integration.
PHP
NodeJS
Medium
security
A post-breach security and privacy enhancement suite for iMessage users, offering end-to-end encrypted image sharing, AI-powered spam/phishing detection, and customizable ephemeral messaging options leveraging Rust for performance and reliability.
Rust
iOS
Difficult
security
A monitor and alert system that predicts and flags SNS messages that are likely to be silently dropped due to filtering policies, giving developers advance warning to adjust their publishing logic and prevent message loss, crucial for critical event-driven architectures.
Python
Medium
PostgreSQL
devtools
A tool that simplifies the creation of Model Context Protocol (MCP) servers in Go (or other languages), generated from descriptions or data schemas, automatically addressing boilerplate concerns and allowing developers to quickly expose APIs for AI models (like Claude) to interact with existing systems.
Go
Medium
gaming
A Software Development Kit (SDK) enabling developers to integrate fan loyalty programs (streaks, badges, history) directly into their applications, utilizing Solana blockchain for permanent and tamper-proof storage of loyalty data, avoiding reliance on centralized databases.
Rust
Difficult
Solidity
data
A utility that validates migrations from MySQL, Postgres, SQLite, or SQL Server to Cloudflare D1, providing checkpoints, row-count verification, checksums, and dry-run previews to prevent data loss during the migration process.
Python
Medium
devtools
A tool that analyzes TypeScript API projects, identifies areas for improved structure and organization, and suggests adjustments based on ZinTrust's explicit wiring philosophy, minimizing reliance on decorators and DI.
TypeScript
Medium
devtools
A command-line tool that efficiently converts entire folders of images to WebP format, offering a local solution to avoid uploading assets to online converters and saving bandwidth.
Python
Easy
devtools
A desktop application that visually renders the call stack during function execution, particularly useful for debugging recursive functions. Inspired by visualizing the stack in a binary converter.
C#
Medium