This media is not supported in your browser
VIEW IN TELEGRAM
π¦ fimbox/html-in-canvas
HTML in Canvas: Rendering Space in a Canvas
Turn a web page into a drawn canvas with this project. It takes standard HTML content and renders it directly onto an HTML canvas element, effectively simulating a drawing surface. This is a reproduction for Space, a platform that lets you build and share interactive web experiences. By converting markup into pixel data, it allows creators to embed complex, dynamic visuals into their apps without needing advanced graphics code. It is interesting because it bridges the gap between standard web layout and custom drawing, offering a unique way to present content.
π @hackernewsgithubprojects
HTML in Canvas: Rendering Space in a Canvas
Turn a web page into a drawn canvas with this project. It takes standard HTML content and renders it directly onto an HTML canvas element, effectively simulating a drawing surface. This is a reproduction for Space, a platform that lets you build and share interactive web experiences. By converting markup into pixel data, it allows creators to embed complex, dynamic visuals into their apps without needing advanced graphics code. It is interesting because it bridges the gap between standard web layout and custom drawing, offering a unique way to present content.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ getarbor-dev/arbor
Arbor: Graph-Native Code Intelligence
Arbor builds a semantic dependency graph from your code, turning functions and classes into nodes and connections into edges, so you can predict exactly what breaks before you break it. Unlike standard AI tools that guess from text, Arbor traces real calls and imports to give you deterministic answers about blast radius and impact. This means you get precise, confidence-scored insights on what changes will affect, eliminating the guesswork and hallucinations that plague typical coding assistants. It replaces fuzzy text searches with a structured map of your entire project, making refactoring safe and onboarding faster.
π @hackernewsgithubprojects
Arbor: Graph-Native Code Intelligence
Arbor builds a semantic dependency graph from your code, turning functions and classes into nodes and connections into edges, so you can predict exactly what breaks before you break it. Unlike standard AI tools that guess from text, Arbor traces real calls and imports to give you deterministic answers about blast radius and impact. This means you get precise, confidence-scored insights on what changes will affect, eliminating the guesswork and hallucinations that plague typical coding assistants. It replaces fuzzy text searches with a structured map of your entire project, making refactoring safe and onboarding faster.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ geolens-io/geolens
GeoLens: The Self-Hosted Geospatial Hub
GeoLens turns your own server into a complete geospatial catalog that lets you search for maps by meaning, not just keywords. You can upload files, connect to existing databases, or pull in live data feeds, and then explore everything together in a single, secure place. The real magic happens when you search for concepts like hydrology and instantly find related datasets that never mentioned that word in their titles. It builds interactive 3D maps right in your browser and lets you share them without exporting files or worrying about compatibility. It works with tools you already use and keeps all your data safely on your own infrastructure.
π @hackernewsgithubprojects
GeoLens: The Self-Hosted Geospatial Hub
GeoLens turns your own server into a complete geospatial catalog that lets you search for maps by meaning, not just keywords. You can upload files, connect to existing databases, or pull in live data feeds, and then explore everything together in a single, secure place. The real magic happens when you search for concepts like hydrology and instantly find related datasets that never mentioned that word in their titles. It builds interactive 3D maps right in your browser and lets you share them without exporting files or worrying about compatibility. It works with tools you already use and keeps all your data safely on your own infrastructure.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ samwillis/solidtype
SolidType: The Web CAD That Actually Collaborates
SolidType is the parametric CAD application that finally brings real-time collaboration to web-based 3D design without the usual lag or data conflicts. Most online design tools just let you view files, but SolidType lets multiple people edit the same model simultaneously, merging changes instantly using clever conflict-resolution tech called CRDTs. It keeps your project structure synced from a database while your actual 3D sketches and shapes sync through dedicated streams, ensuring no work is ever lost even if connections drop. There is even an AI assistant that understands your sketches and can help build shapes for you.
π @hackernewsgithubprojects
SolidType: The Web CAD That Actually Collaborates
SolidType is the parametric CAD application that finally brings real-time collaboration to web-based 3D design without the usual lag or data conflicts. Most online design tools just let you view files, but SolidType lets multiple people edit the same model simultaneously, merging changes instantly using clever conflict-resolution tech called CRDTs. It keeps your project structure synced from a database while your actual 3D sketches and shapes sync through dedicated streams, ensuring no work is ever lost even if connections drop. There is even an AI assistant that understands your sketches and can help build shapes for you.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ guillaumemeyer/watermarks-remover
Watermarks Remover Explained
Modern AI models hide invisible signals in your text and files to prove they generated the content. This project actually strips those multi vendor marks from documents and images for privacy on content you own. It removes tricky hidden characters and strips provenance metadata from formats like PDF and PNG. The surprising part is how it handles the text itself. Instead of just deleting characters, it uses a rewrite hook to change the wording. This breaks the statistical patterns that AI detectors look for without changing the meaning. It is a clever way to reclaim control over your own digital output.
π @hackernewsgithubprojects
Watermarks Remover Explained
Modern AI models hide invisible signals in your text and files to prove they generated the content. This project actually strips those multi vendor marks from documents and images for privacy on content you own. It removes tricky hidden characters and strips provenance metadata from formats like PDF and PNG. The surprising part is how it handles the text itself. Instead of just deleting characters, it uses a rewrite hook to change the wording. This breaks the statistical patterns that AI detectors look for without changing the meaning. It is a clever way to reclaim control over your own digital output.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ mesamirh/moviebox-tui
MovieBox-Tui Terminal Streaming
MovieBox-Tui turns your terminal into a full media hub by searching and playing movies, series, and anime directly through external players like mpv or VLC. It is a fast, keyboard-first Rust application that works on Windows, macOS, Linux, and Android, letting you browse catalogs, watch live IPTV, and download full seasons with smart subtitle selection. Instead of installing heavy video apps, you get a lightweight interface that uses your systemβs native player and supports inline posters in compatible terminals. The project is open-source and focuses on speed, privacy, and cross-platform compatibility without hosting any media itself.
π @hackernewsgithubprojects
MovieBox-Tui Terminal Streaming
MovieBox-Tui turns your terminal into a full media hub by searching and playing movies, series, and anime directly through external players like mpv or VLC. It is a fast, keyboard-first Rust application that works on Windows, macOS, Linux, and Android, letting you browse catalogs, watch live IPTV, and download full seasons with smart subtitle selection. Instead of installing heavy video apps, you get a lightweight interface that uses your systemβs native player and supports inline posters in compatible terminals. The project is open-source and focuses on speed, privacy, and cross-platform compatibility without hosting any media itself.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ husamql3/db-studio
DB Studio: The Universal Database Manager
DB Studio is the modern database management tool that finally brings every database type into one unified interface. It lets developers run a quick admin panel simply by typing a single command in their terminal, automatically finding their database connection details without needing to install or configure anything manually. Instead of juggling separate tools for PostgreSQL, MySQL, SQLite, or even MongoDB and Redis, this project connects them all to a clean, interactive dashboard where you can run queries, browse tables, and edit records just like you would in any other database app.
π @hackernewsgithubprojects
DB Studio: The Universal Database Manager
DB Studio is the modern database management tool that finally brings every database type into one unified interface. It lets developers run a quick admin panel simply by typing a single command in their terminal, automatically finding their database connection details without needing to install or configure anything manually. Instead of juggling separate tools for PostgreSQL, MySQL, SQLite, or even MongoDB and Redis, this project connects them all to a clean, interactive dashboard where you can run queries, browse tables, and edit records just like you would in any other database app.
π @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
π¦ indranilbanerjee/digital-marketing-pro
Digital Marketing Pro: Your AI Marketing Team
Run a full marketing department from your terminal with Digital Marketing Pro. This open-source toolkit turns your AI assistant into a squad of twenty-four specialists handling everything from SEO audits to paid media planning. Instead of juggling dozens of expensive software tools, you get one system that actually remembers your brand voice and checks every output for accuracy before you publish. The coolest part is the built-in compliance guardrails that ensure your campaigns stay legal across different countries while automatically signing AI content for proof. It is basically hiring a hundred experts who never sleep and never forget a detail, all running on code you can install right now.
π @hackernewsgithubprojects
Digital Marketing Pro: Your AI Marketing Team
Run a full marketing department from your terminal with Digital Marketing Pro. This open-source toolkit turns your AI assistant into a squad of twenty-four specialists handling everything from SEO audits to paid media planning. Instead of juggling dozens of expensive software tools, you get one system that actually remembers your brand voice and checks every output for accuracy before you publish. The coolest part is the built-in compliance guardrails that ensure your campaigns stay legal across different countries while automatically signing AI content for proof. It is basically hiring a hundred experts who never sleep and never forget a detail, all running on code you can install right now.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ psychotoxical/psysonic
Psysonic: Winamp Vibes for Navidrome
Psysonic is a stunning desktop app for Navidrome that brings back the classic Winamp look while running super fast. It solves the problem of outdated music players by combining a modern, beautiful interface with the nostalgic feel we love. Built with new tech, it feels snappy and fresh. The coolest part is the fullscreen player, which turns your music into a visual experience with dynamic art and smooth animations. It makes browsing your library feel effortless and fun. If you want a music client that looks great and runs smoothly without the bloat, this is a brilliant choice.
π° https://news.ycombinator.com/item?id=49273281
π @hackernewsgithubprojects
Psysonic: Winamp Vibes for Navidrome
Psysonic is a stunning desktop app for Navidrome that brings back the classic Winamp look while running super fast. It solves the problem of outdated music players by combining a modern, beautiful interface with the nostalgic feel we love. Built with new tech, it feels snappy and fresh. The coolest part is the fullscreen player, which turns your music into a visual experience with dynamic art and smooth animations. It makes browsing your library feel effortless and fun. If you want a music client that looks great and runs smoothly without the bloat, this is a brilliant choice.
π° https://news.ycombinator.com/item?id=49273281
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ gaoshu705/qzonearchive
QzoneArchive
Save your old QQ Zone memories right now by archiving your old posts, photos, and videos directly onto your computer or phone. This app pulls down your past updates, pictures, and comments into a private local database that never touches the internet, so your history stays safe and offline. I love it because it lets you browse a neat timeline of your media and export everything into standalone web pages you can read anywhere, even without a connection. It just works smoothly with pause-and-resume if the network acts up, which is a lifesaver for massive archives.
π @hackernewsgithubprojects
QzoneArchive
Save your old QQ Zone memories right now by archiving your old posts, photos, and videos directly onto your computer or phone. This app pulls down your past updates, pictures, and comments into a private local database that never touches the internet, so your history stays safe and offline. I love it because it lets you browse a neat timeline of your media and export everything into standalone web pages you can read anywhere, even without a connection. It just works smoothly with pause-and-resume if the network acts up, which is a lifesaver for massive archives.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ microsoft/skill-recorder
Skill Recorder: Turn Screen Clicks into AI Skills
You can record yourself completing a task once and automatically turn it into a reusable digital skill that an AI agent can repeat. This desktop app captures your screen clicks, window switches, and optional voice narration, then uses the Copilot CLI to analyze the session. It translates those raw actions into a clear plan of intent and ordered steps. You can then export this plan as an automated procedure for tools like Copilot Studio. It is a practical way to teach your computer to handle repetitive work by simply showing it how you do it.
π @hackernewsgithubprojects
Skill Recorder: Turn Screen Clicks into AI Skills
You can record yourself completing a task once and automatically turn it into a reusable digital skill that an AI agent can repeat. This desktop app captures your screen clicks, window switches, and optional voice narration, then uses the Copilot CLI to analyze the session. It translates those raw actions into a clear plan of intent and ordered steps. You can then export this plan as an automated procedure for tools like Copilot Studio. It is a practical way to teach your computer to handle repetitive work by simply showing it how you do it.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ meta-quest/agentic-tools
agentic-tools
agentic-tools is the developer toolkit that turns your AI coding assistant into a Meta Quest VR expert. Instead of guessing through complex documentation, it provides pre-built skills that guide agents through Unity setup, performance debugging, and store submissions. It works by packaging specific VR knowledge into reusable instructions that plug directly into tools like Claude or Cursor. The most useful part is how it connects your AI to your physical headset via the metavr command line, letting agents install apps and check logs automatically. It basically bridges the gap between writing code and testing it in virtual reality, making Quest development way less frustrating for anyone building immersive experiences.
π @hackernewsgithubprojects
agentic-tools
agentic-tools is the developer toolkit that turns your AI coding assistant into a Meta Quest VR expert. Instead of guessing through complex documentation, it provides pre-built skills that guide agents through Unity setup, performance debugging, and store submissions. It works by packaging specific VR knowledge into reusable instructions that plug directly into tools like Claude or Cursor. The most useful part is how it connects your AI to your physical headset via the metavr command line, letting agents install apps and check logs automatically. It basically bridges the gap between writing code and testing it in virtual reality, making Quest development way less frustrating for anyone building immersive experiences.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ automazeio/ccpm
CCPM - The Project Manager Agent
CCPM is the project management skill that lets multiple AI agents build software in parallel without stepping on each other's toes. It replaces chaotic chat logs with a strict system where ideas become written specs, then break down into GitHub issues that act as the single source of truth. The real magic happens when the tool splits a single feature request into five independent work streams, launching separate agents to code database tables, logic, and tests at the same time. This keeps context clean, prevents conflicting code, and ensures every line of software traces back to a clear plan.
π @hackernewsgithubprojects
CCPM - The Project Manager Agent
CCPM is the project management skill that lets multiple AI agents build software in parallel without stepping on each other's toes. It replaces chaotic chat logs with a strict system where ideas become written specs, then break down into GitHub issues that act as the single source of truth. The real magic happens when the tool splits a single feature request into five independent work streams, launching separate agents to code database tables, logic, and tests at the same time. This keeps context clean, prevents conflicting code, and ensures every line of software traces back to a clear plan.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ anandb71/arbor
Arbor: Stop Breaking Code You Didn't Mean To
Arbor is the code intelligence tool that finally tells you exactly what will break before you make the change. Most AI coding assistants just scan text and guess, often leading to hallucinated answers that mislead developers. Arbor takes a completely different approach by building a semantic dependency graph that treats functions and classes as connected nodes. It uses deterministic logic to map out every single call and import, meaning it knows precisely which files rely on the code you are about to modify. Instead of vague suggestions, it gives you a clear blast radius report showing the real impact of your edits.
π @hackernewsgithubprojects
Arbor: Stop Breaking Code You Didn't Mean To
Arbor is the code intelligence tool that finally tells you exactly what will break before you make the change. Most AI coding assistants just scan text and guess, often leading to hallucinated answers that mislead developers. Arbor takes a completely different approach by building a semantic dependency graph that treats functions and classes as connected nodes. It uses deterministic logic to map out every single call and import, meaning it knows precisely which files rely on the code you are about to modify. Instead of vague suggestions, it gives you a clear blast radius report showing the real impact of your edits.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ray-r-ren/agent-apprenticeship
Agent Apprenticeship: AI That Learns from Its Mistakes
Watch AI agents actually learn from their own real-world mistakes instead of just guessing. Agent Apprenticeship is a tool that lets you run AI agents in iterative loops where they attempt tasks, get evaluated by mentors or humans, and then turn that entire process into reusable lesson data. Instead of starting from scratch every time, these agents install past work experience to improve their future performance. It is basically a way to turn routine AI tasks into a growing library of shared knowledge that makes every agent smarter over time.
π @hackernewsgithubprojects
Agent Apprenticeship: AI That Learns from Its Mistakes
Watch AI agents actually learn from their own real-world mistakes instead of just guessing. Agent Apprenticeship is a tool that lets you run AI agents in iterative loops where they attempt tasks, get evaluated by mentors or humans, and then turn that entire process into reusable lesson data. Instead of starting from scratch every time, these agents install past work experience to improve their future performance. It is basically a way to turn routine AI tasks into a growing library of shared knowledge that makes every agent smarter over time.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zyphra/zuna
Zuna: The Brain Wave Model That Fills In Missing Data
Zuna is the open-source EEG model that turns incomplete brain recordings into complete, clean signals using only electrode positions. Zuna learns the physical layout of sensors to reconstruct missing data, denoise messy recordings, and even predict what your brain was doing at spots where no sensor existed. Trained on millions of hours of data, it fits on a single consumer graphics card, making complex neuroscience research possible without expensive lab equipment. It is not a medical device, but a powerful tool for researchers to clean up brain data. The model handles everything from sparse consumer headbands to dense research caps by understanding where each sensor sits on the scalp.
π @hackernewsgithubprojects
Zuna: The Brain Wave Model That Fills In Missing Data
Zuna is the open-source EEG model that turns incomplete brain recordings into complete, clean signals using only electrode positions. Zuna learns the physical layout of sensors to reconstruct missing data, denoise messy recordings, and even predict what your brain was doing at spots where no sensor existed. Trained on millions of hours of data, it fits on a single consumer graphics card, making complex neuroscience research possible without expensive lab equipment. It is not a medical device, but a powerful tool for researchers to clean up brain data. The model handles everything from sparse consumer headbands to dense research caps by understanding where each sensor sits on the scalp.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ wadezhao23/loom-novel
Loom Novel: AI Writing That Learns Your Style
Loom Novel turns your local computer into a personal novel-writing factory that actually learns your unique voice. Instead of generic AI text, this tool uses a team of specialized agents to draft chapters based on your world building and character cards, then watches you edit the output and memorizes exactly how you changed it. You simply paste a few paragraphs of your own writing to set the tone, let the system generate a chapter, tweak it by hand, and hit a learning button. The magic happens next time: the AI writes the following chapter with your specific phrasing and rhythm baked in.
π @hackernewsgithubprojects
Loom Novel: AI Writing That Learns Your Style
Loom Novel turns your local computer into a personal novel-writing factory that actually learns your unique voice. Instead of generic AI text, this tool uses a team of specialized agents to draft chapters based on your world building and character cards, then watches you edit the output and memorizes exactly how you changed it. You simply paste a few paragraphs of your own writing to set the tone, let the system generate a chapter, tweak it by hand, and hit a learning button. The magic happens next time: the AI writes the following chapter with your specific phrasing and rhythm baked in.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ microsoft/resource2skill
Resource2Skill: Turn Tutorials into Agent Skills
Microsoft Resource2Skill turns human tutorials into executable skills that AI agents can actually run. Instead of just reading text, the system digests video guides and articles to build reusable instructions for real software tools. An agent can then browse these distilled skills to generate web pages, design PowerPoint decks, create Excel workbooks, model 3D scenes in Blender, or even compose music tracks in audio software. It effectively transforms passive learning resources into active, automated workflows. This approach lets artificial intelligence agents perform complex tasks across diverse domains by combining and executing specific, proven techniques rather than guessing from scratch.
π @hackernewsgithubprojects
Resource2Skill: Turn Tutorials into Agent Skills
Microsoft Resource2Skill turns human tutorials into executable skills that AI agents can actually run. Instead of just reading text, the system digests video guides and articles to build reusable instructions for real software tools. An agent can then browse these distilled skills to generate web pages, design PowerPoint decks, create Excel workbooks, model 3D scenes in Blender, or even compose music tracks in audio software. It effectively transforms passive learning resources into active, automated workflows. This approach lets artificial intelligence agents perform complex tasks across diverse domains by combining and executing specific, proven techniques rather than guessing from scratch.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ohad6k/emulo
Emulo: Mine Your Coding Logs Into a Personal Agent Profile
Emulo reads your past coding sessions to build a private profile that teaches AI agents exactly how you work. Most agents start every task from zero, forgetting your specific debugging style or design preferences. Emulo fixes this by mining your history from tools like Claude Code and Codex, extracting the unwritten rules you actually follow. It creates a you.md file that loads before work begins, so your agent codes like you rather than a generic template. The process stays local, keeping your raw logs on your machine and only sending redacted text for processing.
π @hackernewsgithubprojects
Emulo: Mine Your Coding Logs Into a Personal Agent Profile
Emulo reads your past coding sessions to build a private profile that teaches AI agents exactly how you work. Most agents start every task from zero, forgetting your specific debugging style or design preferences. Emulo fixes this by mining your history from tools like Claude Code and Codex, extracting the unwritten rules you actually follow. It creates a you.md file that loads before work begins, so your agent codes like you rather than a generic template. The process stays local, keeping your raw logs on your machine and only sending redacted text for processing.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ mitkox/thinking-with-visual-primitives
Thinking with Visual Primitives
DeepSeekβs Thinking with Visual Primitives solves a sneaky problem where AI models get lost in complex images because natural language is too vague. Instead of just seeing clearer, this tool teaches the model to point while it reasons by using points and boxes as actual units of thought. It mimics how humans trace mazes with a finger to anchor abstract concepts to concrete coordinates. This approach drastically cuts down on the massive amount of image data the AI needs to process, letting it solve tricky spatial puzzles with surprising efficiency and accuracy that rivals top-tier commercial models without drowning in token costs.
π @hackernewsgithubprojects
Thinking with Visual Primitives
DeepSeekβs Thinking with Visual Primitives solves a sneaky problem where AI models get lost in complex images because natural language is too vague. Instead of just seeing clearer, this tool teaches the model to point while it reasons by using points and boxes as actual units of thought. It mimics how humans trace mazes with a finger to anchor abstract concepts to concrete coordinates. This approach drastically cuts down on the massive amount of image data the AI needs to process, letting it solve tricky spatial puzzles with surprising efficiency and accuracy that rivals top-tier commercial models without drowning in token costs.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ sthamann/nyx-local-ai
Nyx Local AI: Offline Coding Agent
Nyx Local AI runs a full coding agent entirely offline right inside your editor with zero token costs. This extension automatically finds your local Ollama or LM Studio models and lets you chat, write code, and run commands without ever sending data to the cloud. You can even connect to other machines on your network to use their GPUs while keeping everything private. It gives you a Cursor-like experience on your own hardware, handling everything from code edits to file management securely. You get total control over your data and avoid monthly fees while still using powerful local models for real work.
π @hackernewsgithubprojects
Nyx Local AI: Offline Coding Agent
Nyx Local AI runs a full coding agent entirely offline right inside your editor with zero token costs. This extension automatically finds your local Ollama or LM Studio models and lets you chat, write code, and run commands without ever sending data to the cloud. You can even connect to other machines on your network to use their GPUs while keeping everything private. It gives you a Cursor-like experience on your own hardware, handling everything from code edits to file management securely. You get total control over your data and avoid monthly fees while still using powerful local models for real work.
π @hackernewsgithubprojects