this free tool turns any browser session into a... shared, watchable stream it's called neko. it streams a full desktop browser out of a docker container over webrtc, so multiple people can watch and control the same session in real time instead of relying on screen share. → multi-user control, not just viewing → built-in audio streaming, unlike guacamole or novnc → works for watch parties, remote testing, or shared demos free to self-host.show more

Oliver Prompts
30,844 Aufrufe • vor 1 Monat
I replaced our Datadog bill with a single binary... and cut infrastructure costs by 98% overnight. It’s called OpenObserve. Logs, metrics, traces, and frontend monitoring in one tool, self-hosted, and it’s built specifically to stop the bill that grows every time you add a host, a user, or a custom metric. → One binary, running in under 2 minutes. No cluster, no separate components for logs vs metrics vs traces → Built in Rust on the DataFusion query engine, so it stays fast even at petabyte scale → Uses Parquet columnar storage on S3-compatible object storage instead of a proprietary format, which is where the real cost savings come from → Query with SQL or PromQL instead of a vendor’s proprietary syntax, so your team isn’t learning a new query language just to read a dashboard → Full OpenTelemetry compatibility, no proprietary agents required to get your existing instrumentation talking to it → Community dashboard library on GitHub for Kubernetes, Docker, Postgres, AWS, and LLM observability, ready to drop in instead of building from scratch In OpenObserve’s own published benchmark, the same 16-service workload cost $174/day on Datadog and $3/day self-hosted, a 98% cut, before even touching per-host or per-seat fees. 18,000+ GitHub stars. Single binary. Self-hosted, no per-host or per-user tax.show more

Harman
50,501 Aufrufe • vor 1 Monat
A developer named Alyssa X built a screen recorder... with zero limits and gave it away for free, and I think Loom should be worried. It is called Screenity. It records your tab, a chosen area, your full desktop, any single app, or your webcam, and it never caps how many videos you make or how long they run. Compare that to the free tier of most paid recorders, where you get a handful of minutes before a paywall shows up mid sentence. Once you're done recording, the built in editor lets you cut, trim, crop, and swap audio without opening a separate app. You can set an alarm to auto stop a recording so you never forget it's running in the background for twenty minutes after you finished talking. Export as mp4, gif, or webm, or push it directly to Google Drive and grab a link. No sign in required for any of it.show more

Ihtesham Ali
38,566 Aufrufe • vor 4 Tagen
I found this last night and I have not... stopped thinking about it. HERMES JUST LAUNCHED HERMES DESKTOP. 100% FREE. It is a free desktop app that gives Hermes Agent a proper interface. One place for everything. What is inside: ↳ Auto install and setup, no terminal needed ↳ Streaming chat with token tracking ↳ Multiple agent profiles ↳ Memory you can actually see and edit ↳ 14 tool categories including web, browser, image gen, and voice ↳ Scheduler for automated tasks ↳ 16 messaging gateways including Telegram, WhatsApp, Discord, Slack, and Signal ↳ Full conversation history with search ↳ Backups and logs in one settings screen Works with Anthropic, OpenAI, Gemini, Grok, Groq, Ollama, and more. Hermes Agent is the brain. Hermes Desktop is the cockpit. Free. Open source. Mac, Windows, and Linux.show more

Kanika
60,519 Aufrufe • vor 3 Monaten
"npx t3 connect" This one's been a lot of... work. You can now set up remote control for T3 Code on any internet-connected box with literally one command. All for free. T3 Connect is a minimal open source tunnel layer allowing you to control T3 Code instances remotely without needing Tailscale set up. I've been daily driving it for a month and it has changed how I code. Julius and I put a lot of effort into making setup as smooth as possible. Step 1: Install Claude Code, Codex, OpenCode, or Grok Build Step 2: Run "npx t3 connect" Step 3: Click link and sign in Step 4: You can now control that computer on T3 Code web, desktop or mobile (dropping very soon) We are currently providing this for free (s/o CloudFlare for bumping our tunnel limits). Every user can connect up to 3 devices. We don't want to charge for this, but if the bill gets unacceptable we may have to change course. If you hit limits or have issues, you can always fork, self host, or use Tailscale. T3 Connect may seem like a small ergonomic win. Tbh that's exactly what it is. Regardless, it's one I'm really proud of.show more

Theo - t3.gg
323,894 Aufrufe • vor 1 Monat
Litter iOS just got a beta (TestFlight) release so... now you can install it and try it out. It's a remote for codex! - Finds all the computers on your local network (or tailscale) that run codex app-server or ssh - Lets you continue any session or start a new one - Experimental local codex with oauth support Free, fully open-source, fully native, with android release coming soon! Thanks to Maky drumroll.dev ☄️ PincentΞ for the contributions! TestFlight ⬇️show more

SIGKITTEN
68,308 Aufrufe • vor 6 Monaten
✨ Check out this mind-blowing work! ✨ Gurgen Aloian... has unveiled a "fake" real-time collision system built entirely within Blender's Geometry Nodes! 🤯 It's not using traditional physics – instead, it's a custom, lightweight solver that runs interactively. Imagine the possibilities for animation and sculpting! He's shared a detailed breakdown of how it works, and there's even a chance it could become a full release or tutorial soon! 👀 What do you think of this innovative approach to collisions in Blender? Let me know in the comments! 👇 #B3D #Blender3D #Animation #GeometryNodes #CG #VFX #3DArt #BlenderCommunityshow more

3DxDEV
90,689 Aufrufe • vor 1 Monat
🚨 Alibaba just open sourced a GUI agent that... lives inside your webpage and controls it with natural language. It's called Page Agent and it's not a browser extension. It's pure JavaScript no Python, no Puppeteer, no headless browser, no screenshots. Just one script tag and your web app understands natural language. Here's what it actually does: → Embed it with a single tag or npm install → Control any web interface with plain English commands → Text-based DOM manipulation no OCR, no vision models needed → Bring your own LLM (GPT, Claude, Qwen, anything) → Ships a built-in UI with human-in-the-loop support → Turn 20-click ERP/CRM workflows into one sentence → Optional Chrome extension for multi-tab agent tasks → Works on any web app SaaS, admin panels, internal tools Companies are charging $30/month for AI copilots built on this exact idea. This is 3 lines of code. Your users. Your interface. The AI copilot layer for every web app just got open sourced. 1.6K stars. 100% Open Source. (Link in the comments)show more

Ihtesham Ali
135,634 Aufrufe • vor 5 Monaten
🤩 I just learned a super cool trick! Do... you know how sometimes you want to record while you scroll on a website, like for a demo or something... But by using the mouse to scroll it turns out to be kinda janky and it doesn't look very good? No? Just me? 🤭 Well, I found out that if you paste this code in the console of your browser: ` setInterval(() => window.scrollBy(0, 4), 16); ` You can make the browser automatically scroll for you! And it looks super cool in the recording! 😎show more

Florin Pop 👨🏻💻
29,839 Aufrufe • vor 11 Monaten
THIS FREE BROWSER TOOL LETS YOU BUILD REAL-TIME DITHER... ANIMATIONS AND EXPORT THEM AS VIDEO dither is everywhere right now (Spotify, websites, album covers) but every tool for making it is either a Photoshop plugin or some after effects rabbit hole. this one runs in your browser and gives you full control over the motion. what you can do: > choose from Bayer 4x4, 8x8, halftone, blue noise, crosshatch, diamond, spiral, and ASCII patterns > animate with speed, intensity, scale, and FPS controls > add text or 3D rotation with auto-spin and flatten > tune foreground, background, and accent colors or pick from palettes > post-processing effects layered on top > export as PNG, WebM, MP4, or embed HTML to drop on a site > save presets to reuse your favorite looks resolution presets go up to 1920x1080 for landscape and 1080x1920 for portrait, plus custom sizes. most generative art tools online are single-style gimmicks. this is a full-blown animation studio for one specific aesthetic, and it looks like a real product. link in replies 👇show more

Creators Toolbox
28,982 Aufrufe • vor 4 Monaten
Claude cannot watch a YouTube video, Instagram reel, Tiktok,... or local file video. Same problem is with ChatGPT and Gemini. It reads the transcript and pretends it did. This FREE AI TOOL fixes this issue It extracts only the important frames, transcribes the audio, and hands Claude a clean folder it can genuinely read and understand. No uploading to a server. Runs entirely on your machine. Here is what makes it smarter than everything else doing this: → Detects scene changes instead of grabbing one frame per second like every other tool → Removes near-duplicate frames so Claude is not reading the same shot 40 times → Handles A-B-A cuts, if a shot already appeared, it does not send it again → A 10-minute static screencast collapses to 1 frame instead of 600 → A fast-cut reel catches every visual change instead of missing frames between samples → Transcribes audio with Whisper and auto-detects the language → Saves the full soundtrack so audio models can actually hear it too → Works with Claude, ChatGPT, and Gemini The result: fewer frames, cheaper context, better understanding. Claude actually sees the video instead of guessing from a transcript.show more

Kanika
22,770 Aufrufe • vor 1 Monat
CHINA JUST LEAKED THE FUTURE OF WEB APPS. Alibaba... open-sourced PageAgent and 99% of SaaS founders are sleeping on this. It's a JavaScript AI agent that lives INSIDE your webpage. Users control your entire interface with natural language. ↳ No browser extensions needed, screenshots or multi-modal LLMs, headless browser setup, and also no backend rewrite required Just drop it in your HTML with ONE line of code. What took 20 clicks now takes one sentence. "Click login, fill in my credentials, submit the form" Done. This is not a demo, it is production-ready. ↳ Turn any SaaS into an AI copilot in minutes ↳ Smart form filling for ERP, CRM, admin systems ↳ Voice commands and accessibility built in ↳ Multi-page agent tasks via Chrome extension ↳ MCP server support for external control ↳ Bring your own LLM (Qwen, GPT, Claude, anything) Every founder building AI features just got a shortcut. Every developer manually building copilots just got replaced. The integration looks like this: That's it. Your app now has an AI agent.show more

Kanika
332,832 Aufrufe • vor 2 Monaten
Discover Passage for Creators 🌌 With Passage, you can... create games and social experiences without needing to code or download anything! Here's how it works: 🎮 Make Worlds Easily: Build cool worlds in your web browser. or 👥 Create your own community, whether you're a big name, a brand, or a group. Connect with your fans using cool new social features. Easy to use for everyone, thanks to these functions: 🖌️ Drag & Drop to Customize worlds. 📱 No Apps or Downloads. Everything in the browser. 🔊 3D Sound & Video 👤 Personalized Avatars 💰 Sell Stuff in Your Worlds. Make money from your creations. Watch out for Passage; their tool is set to revolutionize the world of Web3!show more

Cosmos Airdrops 🪂
16,537 Aufrufe • vor 2 Jahren
HTML Artifacts are a big part of how I... work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kinds of interesting ways to work with agents. This is clearly the future. Check out this writing and scheduler artifact I built in a few minutes. It uses a bit of HTML and JS. All the data is in markdown (Obsidian vaults), so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills, context, and memory it has access to. The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code. I could have paid or built an entire app for scheduling posts, and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization, time, and efficiency. The other benefit of this is that I can add features as I please. That level of personalization feels magical, and we should all be pursuing more of it. All of this just keeps compounding. Of course, this example is just about writing. But I have similar artifacts for research, design, experimentation, evaluation, and so much more. And no, I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents. Lastly, having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower. If you are curious about how all this works, I will do a live session next week:show more

elvis
18,374 Aufrufe • vor 3 Monaten
This tool is literally Higgsfield AI but FREE for... good. It's called Wan2GP. A full AI video studio built specifically for people without expensive hardware. Runs on as little as 6GB of VRAM, even old RTX 10-series cards and 8GB laptops. Everything stays on your machine, no uploads, no caps, no watermarks. What you get in one app: • Text-to-video and image-to-video generation • The best open models built in: Wan 2.2, LTX-2, Hunyuan Video, Flux • A full browser interface with a queue system • LoRA support to customize any model • Mask editor and prompt enhancer included A 5-second clip generates in minutes on a mid-range gaming rig. No subscription, ever. 100% Free. Open Source.show more

Simplifying AI
178,821 Aufrufe • vor 1 Monat
Driving on Tesla FSD is a life changer. Instead... of gripping the steering wheel in tense concentration, your hands are free to capture a moment like this on your camera as you admire the beautiful sky through your panoramic windshield. Your mind isn't cluttered with the stress of navigating through traffic or making split second decisions to avoid accidents. Instead, your focus is free to wander, to contemplate, and to soak in all the beauty that surrounds your vehicle. You see, the freedom of attention is one of the greatest gifts FSD can offer, outside of safety. Rather than seeing the road solely as a pathway lined with obstacles & dangers, you can appreciate it as a moving portrayal of your beautiful life, full of interesting details you'd otherwise would have missed. As your Tesla navigates the turns & adjusts to the speed of the road, you’re able to share quality time with loved ones, catch up & focus on an audiobook, or simply enjoy a rare moment of peace in a really busy day. In giving up control of the wheel & trusting the technology that is driving you, you gain control over how you spend your limited time, making each mile a measure of life's quality, instead of a measure of distance.show more

Teslaconomics
125,170 Aufrufe • vor 2 Jahren
This is what men with low self esteem who... are not confident in their sexuality do in their free time. They are so scared of being called "gay" or are not sure if they might be that they have to prove to the world and themselves that they are not. This is not a turn-on for women by the way. At least not any I have ever met.show more

Brian Krassenstein
1,803,666 Aufrufe • vor 2 Jahren
Comprehensive Legal Disclaimer, Consent & Indemnity Notice This X... Space Hosted by Scotty ZuluKingggg @SpicyRichi55446 (CITIZENS VOICE OUT ) is an open public discussion forum. By joining, listening, requesting to speak, or participating in any manner, you expressly acknowledge and agree that the host acts solely as a neutral facilitator of conversation. The host does not create, control, monitor, pre-screen, edit, endorse, or verify any statements made by participants and assumes no responsibility or liability for any content shared during the discussion. All opinions, allegations, statements, representations, or language expressed — including but not limited to content that may be considered offensive, defamatory, inaccurate, misleading, unlawful, or insulting — are made solely by the individual speaker and remain their exclusive responsibility and legal liability. Under no circumstances shall the host be held liable, directly or indirectly, for any participant’s statements, conduct, or any damages, claims, losses, or consequences arising from or related to the discussion. Recording, Distribution & Consent: This Space may be recorded, reproduced, downloaded, broadcast, shared, or distributed publicly on social media or any other platform, whether in whole or in part. By participating, you provide irrevocable consent to the recording and use of your voice, likeness (if applicable), statements, and contributions without compensation, restriction, or further notice. Assumption of Risk & Waiver: Participation is voluntary. You assume full responsibility for your participation and waive any and all claims, demands, or legal actions against the host arising from or related to the Space, its content, or any subsequent use of recordings. Indemnification: By participating, you agree to indemnify, defend, and hold harmless the host from and against any claims, liabilities, damages, costs, or expenses (including legal fees) arising from your statements, conduct, or breach of this disclaimer. Jurisdiction: This disclaimer shall be governed by and interpreted in accordance with the applicable laws of the host’s jurisdiction. Participation constitutes full acceptance of these terms. If you do not agree with these conditions, you should not participate in this Space. Regards Scotty ( Citizens Voice Out 🗣️)show more

SCOTty
31,097 Aufrufe • vor 6 Monaten
A graduate research assistant just built a tool every... roboticist using SolidWorks will want to bookmark: This free, browser-based utility converts SolidWorks URDF exports into ROS 2 packages: no installs, no hassle. Built to save time for engineers and students working with ROS. What it offers ✅ Upload your URDF and mesh files ✅ Convert instantly to ROS 2 format ✅ Download a ready-to-use zip ✅ No ROS or setup needed Simple, useful, and built by someone who gets the struggle. Try it out and share your thoughts. Credit: this wonderful work is from Abhishek Chaudhari! 💻 Try it now:show more

Ilir Aliu
40,908 Aufrufe • vor 1 Jahr