Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

5 cool sites for web developers – TypeScript table component - Next gen full-stack hosting (JavaScript, PHP, Python...) – Gradient SVG wave generator – Tiny useful dev tools – Open-source API testing client

27,099 görüntüleme • 8 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

Adobe tried to buy Figma for $20 billion in 2022. The deal collapsed. So Figma went public on the NYSE in July 2025 instead. Ticker FIG. Public company. Quarterly earnings. Wall Street pressure. You know what happens to design tools after they IPO. In March 2025, Figma raised the Professional Full seat 33%. From $15 to $20 a month. Organization seats jumped to $55. Enterprise to $90. Then they took Dev Mode, which was free during beta, and locked it behind a paid seat. Your developers now pay extra to inspect the designs your designers already paid to create. In March 2026, Figma started charging for AI credits on top. If Figma raises prices again, you pay. If Figma gets acquired, you pray. If Figma shuts down, your files die with it. Your design system. On their servers. In a proprietary format only their app can read. To draw rectangles on a screen. There is an open source design platform that runs on your hardware. Stores your files in plain SVG. Costs $0 forever for unlimited users. It is called Penpot. 45,700+ stars on GitHub. A full Figma-grade design platform built on open web standards. Vector editing. Components. Design tokens to W3C spec. Flex and Grid layouts. Real-time multiplayer. Interactive prototyping. Here's what it does: → Real-time collaboration. Live cursors. Comments in line. → Components, variants, shared libraries. → Auto layout, Flex, CSS Grid. The tool outputs production CSS, not lookalike CSS. → Interactive prototypes with overlays, animations, and flows. → Inspect tab. Free. Built in. Every developer grabs production CSS, SVG, HTML without a separate seat. → Plugin ecosystem. Figma import to migrate your files. → Self-host on Docker in one command. Your designs never leave your network. Here's the wildest part: Figma stores your designs in a proprietary format only Figma can read. Penpot files are SVG. The same format your browser has rendered for 25 years. Open them in any editor. Open them in 20 years. Nobody can lock you out. The feature Figma charges your developers extra for, Penpot gives away. Without asking permission. Figma Professional: $20/month per seat. A 10-person team: $2,400/year. Figma Organization: $55/month per Full seat. A 50-person org: $33,000/year. Penpot: $0. Unlimited users. Unlimited files. Unlimited teams. Self-hosted. Free forever. 45,700+ stars. 2,700+ forks. 250+ contributors. MPL-2.0 license. Backed by a community that believes design tools should be free. Your designs. Your files. Your standards. 100% Open Source. (Link in the comments)

Nav Toor

216,326 görüntüleme • 2 ay önce

🚨BREAKING: An open-source agentic video production system just dropped. 11 pipelines, 49 tools, and a full product ad produced for $0.69 total. It's called OpenMontage. And it's not a text-to-video tool. It's a full production orchestration system where your AI coding assistant (Claude Code, Cursor, Copilot, Windsurf) becomes the director. Describe what you want in plain language. The agent researches, scripts, generates assets, edits, and renders the final video. Here's what the pipeline actually does: → Live web research first: 15-25+ searches across YouTube, Reddit, news sites before writing a single word of script → 12 video generation providers: Kling, Runway Gen-4, Google Veo 3, MiniMax, plus local GPU options (WAN 2.1, Hunyuan, CogVideo) → 8 image generation providers: FLUX, Google Imagen 4, DALL-E 3, Stable Diffusion locally → 4 TTS providers: ElevenLabs, Google (700+ voices), OpenAI, and Piper offline for free → WhisperX word-level subtitles burned in automatically → Remotion for React-based animated composition with spring physics, transitions, TikTok-style captions → Budget governance: cost estimate before execution, per-action approval above $0.50, hard cap at $10 Here's the wildest part: One product ad. 4 AI-generated images, TTS narration, royalty-free music, word-level subtitles, Remotion data visualizations. Total cost: $0.69. Zero manual asset work. Works with zero API keys too. Piper narrates locally, Pexels/Pixabay provide free stock, Remotion animates everything. No spend required to start. 100% Open Source. AGPL v3 License. (Link in the comments)

Guri Singh

112,201 görüntüleme • 3 ay önce

This Chinese guy created agents in Claude Code for MCP servers and single-handedly serves 6 marketing agencies a month from one iPhone, earning $5,000 from each. Inside he runs a pipeline of 7 agents on Claude Sonnet 4.6 that every Monday pulls a scan of the tech stack from a selected agency, develops an MCP server for its ad accounts, and over the course of a week brings it to production code ready to connect to Claude Desktop. No DevOps, no senior developer, no project manager. Just a Mac Mini in a work corner, an iPhone in the pocket, and a single API key. And traditional dev shops keep 5 people on project rates for the same contract, while his entire P&L is tokens, dirt-cheap hosting on Cloudflare, and Calendly. 7 agents run under a shared orchestrator-router and burn about 5 million tokens a day, which in the API bill comes out to $540 a month. The Mac Mini itself sits at home and keeps the entire orchestrator running 24/7, and from the iPhone the owner connects to it through a secure remote terminal and sees the output of any session right on the smartphone screen, wherever he happens to be. His starting system prompt looks like this: "you run a solo shop for custom MCP servers for marketing agencies. you hand out read-only tasks to 6 sub-agents and own all commits and shipping yourself. sub-agents: // Hunter (finds marketing agencies of 15 to 60 people that have no MCP access to Google Ads, Meta Ads, TikTok Ads, and HubSpot) // Mapper (pulls their tech stack, identifies 3 to 5 integration pains, and simultaneously writes the technical spec for the server: which tools, resources, and prompts to export through MCP, which auth flow and rate limit) // Coder (generates an MCP server in Python through the MCP SDK, deploys 8 to 15 tools for ad accounts and CRM) // Validator (connects the server to Claude Desktop, runs real client API keys in a sandbox, and checks for compliance with the MCP spec) // Shipper (writes a README, integration guide, deployment manual, packages the server, and hosts it on Cloudflare Workers or pushes to the GitHub of the client) // Mobile (always online on the iPhone, books demo calls in Calendly, picks up hot fixes, and confirms contracts through a secure remote terminal to the Mac Mini). only 1 owner agent works on 1 contract, no overlaps. you pull the owner out of observation mode only when a deal goes above $7,500 or the test coverage of the server drops below 85%." This prompt gives the system an understanding of its role and the limits of intervention from the very first line. It knows it is supposed to find agencies on its own. It knows it is supposed to bring every MCP server to production on its own. It knows it connects the live owner only on large deals or when the tests do not converge. → The pipeline runs without breaks, day or night → Hunter goes through about 130 marketing agencies on LinkedIn and Clutch per day → Mapper rolls out 4 audit reports with the tech stack and a final spec for each → Coder writes 1 to 2 MCP servers per week in Python with 8 to 15 tools → Validator validates every server through Claude Desktop with real client API keys → Shipper rolls out the full documentation package and pushes the finished product to Cloudflare Workers or the GitHub of the client And only when a contract breaks $7,500 or test coverage drops below 85% does the orchestrator pull the owner from whatever he is doing. And when the owner at that moment is behind the wheel or at a meeting in a coworking space, the Mobile agent in his iPhone picks up 1 contract in progress: confirms a meeting with the agency CMO in Calendly, opens a live demo of the MCP server through a secure terminal to the Mac Mini, and writes the test result to the shared state. The owner just swipes "approve" and in 15 minutes joins the Zoom demo. The fresh system log from last Wednesday looks like this: "hunter report: 132 agencies checked on LinkedIn and Clutch, 19 without MCP integrations, 8 with active requests for AI tooling in job posts, 4 with an open Q4 budget. passing to mapper." "coder: MCP server for Northwave Performance Marketing built in Python, 11 tools for Google Ads, Meta Ads, and GA4, 320 lines of code. exported to /Users/dev/mcp-shop/clients/northwave/server.py. validator connecting to Claude Desktop." "validator: 11 tools passed validation through Claude Desktop, test coverage 92%, average latency 380 ms. passing to shipper." "eval flag: contract with Pacific Reach Agency at $8,200 exceeds the approved limit of $7,500. sending for manual review." In his work setup there is no cloud server, no external team, and not even a separate office. At home sits a Mac Mini with a sandbox at /Users/dev/mcp-shop, on top runs an MCP router with a single API key to Claude, and the same key is forwarded to a secure terminal on the iPhone. Out of everything I have seen this year, this is the cleanest solo shop for custom MCP servers for marketing agencies: $540 a month on the API, about $30,000 into the account, and between them 7 system prompts, 1 Mac Mini in a work corner, and 1 iPhone that never leaves the pocket.

Blaze

55,926 görüntüleme • 2 ay önce

Use this prompt in OpenClaw to create your own AI agent command center that syncs up your life like Tony Stark's Jarvis in Iron Man. Adapt the specifics (agent names, data sources, branding) below to your own setup. Prompt: Build me a mission control dashboard for my OpenClaw AI agent system. Stack: Next.js 15 (App Router) + Convex (real-time backend) + Tailwind CSS v4 + Framer Motion + ShadCN UI + Lucide icons. TypeScript throughout. This is the command center where I monitor and control my autonomous AI agent(s) running on OpenClaw. The agent operates 24/7 on a Mac Mini, connected to Telegram/Discord, running cron jobs, spawning sub-agents, and reading/writing to a filesystem-based memory and state system. Dark mode only. Ultra-premium aesthetic, think Iron Man's JARVIS HUD meets a Bloomberg terminal. Subtle glass effects (backdrop-blur-xl, bg-white/[0.03]), no heavy gradients or glow. Rounded corners (16-20px on cards). Framer Motion for page transitions, stagger animations on card grids, spring physics on interactions. Mobile-first responsive. Never cookie-cutter. ## Architecture The dashboard reads live data from TWO sources: 1. **Convex**: real-time database for structured data (tasks, contacts, content drafts, calendar events, activity logs) 2. **Local API routes** (`/api/*`): read files from the agent's workspace filesystem at `~/.openclaw/workspace/` and return JSON. This is how live system state flows into the dashboard. ## Pages & Views (8 nav items, some with tab sub-views) ### 1. HOME (`/`) Dashboard overview. Grid of live status cards: - **System Health**: read from `/api/system-state` (parses `state/servers.json`). Show each service with UP/DOWN indicator, port, last check time. - **Agent Status**: read from `/api/agents` (parses `agents/registry.json` + agent workspace files). Show active agent count, healthy/unhealthy ratio, active sub-agent count from OpenClaw sessions API. - **Cron Health**: read from `/api/cron-health` (parses `state/crons.json`). Table of all scheduled jobs with name, schedule, last status (green/red dot), consecutive errors. - **Revenue Tracker**: read from `/api/revenue` (parses `state/revenue.json`). Current revenue, monthly burn, net. - **Content Pipeline**: read from `/api/content-pipeline` (parses `content/queue.md`). Kanban-style: Draft | Review | Approved | Published counts. - **Quick Stats**: total tasks, pending approvals, active sessions, uptime. All panels auto-refresh every 15 seconds. Live indicator dot + "AUTO 15S" badge in header. ### 2. OPS (`/ops`) with 3 tabs: Operations | Tasks | Calendar **Operations tab:** Full operational view. Server health table, branch status (from `state/branch-check.json`), observations feed (from `state/observations.md`), system priorities (from `shared-context/priorities.md`). **Tasks tab:** Strategic task suggestion system. API route `/api/suggested-tasks` reads/writes `state/suggested-tasks.json`. Cards grouped by category (Revenue, Product, Community, Content, Operations, Clients, Trading, Brand) with emoji headers. Each card shows title, reasoning, next action, priority badge, effort badge, approve/reject buttons. Filter bar by status and category. **Calendar tab:** Weekly calendar view from Convex `calendarEvents` table. Drag-to-create, color-coded by type, time slots. ### 3. AGENTS (`/agents`) with 2 tabs: Agents | Models **Agents tab:** Card grid of all registered agents from `/api/agents`. Each card shows name, role, model, level (L1-L4), status. Cards are CLICKABLE: expanding into a detail panel showing: - Agent personality (reads their SOUL .md) - Capabilities and rules (reads their RULES .md) - Sub-agents they can spawn - Recent outputs (reads from `shared-context/agent-outputs/`) **Models tab:** Model inventory table showing all available models, their routing (which tasks go to which model), costs, and failover chains. ### 4. CHAT (`/chat`): 2 tabs: Chat | Command **Chat tab:** Chat interface to communicate with the agent. Left sidebar shows session list (from `/api/chat-history` reading .jsonl transcript files). Main area shows messages with role-aligned bubbles (user right, assistant left), date separators, channel badges (telegram/discord/webchat). Input bar with send button + voice input (Web Speech API with SpeechRecognition). Messages sent via `/api/chat-send` which queues to a file the agent reads. **Command tab:** Quick command interface for common operations. ### 5. CONTENT (`/content`) Content pipeline management. Read from Convex `contentDrafts` table AND `/api/content-pipeline`. Show drafts in kanban columns. Each card shows title, platform target, draft text preview, status, created date. Edit/approve/reject actions. ### 6. COMMS (`/comms`) with 2 tabs: Comms | CRM **Comms tab:** Communication hub showing recent Discord digest, Telegram messages, notification history. **CRM tab:** Client pipeline kanban (Prospect → Contacted → Meeting → Proposal → Active). API route `/api/clients` reads markdown files from `clients/` directory. Each card shows client name, status, contacts, last interaction, next action. ### 7. KNOWLEDGE (`/knowledge`) with 2 tabs: Knowledge | Ecosystem **Knowledge tab:** Searchable knowledge base. Global search across all workspace files using `/api/knowledge` endpoint. **Ecosystem tab:** Product grid showing all products/apps in the ecosystem. Each card shows product name, status (Active/Development/Concept), health indicator, key metrics. Cards link to `/ecosystem/[slug]` detail pages with tabbed views (Overview, Brand, Community, Content, Legal, Product, Website, Actions). Detail pages read from `/api/ecosystem/[slug]` which parses workspace memory files. ### 8. CODE (`/code`) Code pipeline view. Shows repositories from `/api/repos` (scans ~/Desktop/Projects/ for git repos). Each repo card shows name, branch, last commit, dirty file count, language breakdown. Detail view at `/api/repos/detail` shows recent commits, file tree, open PRs. ## Navigation Top horizontal nav bar, NOT sidebar. All 8 items visible at all viewport widths. Use `flex` layout with `flex-1` items. Text size uses `clamp(0.45rem, 0.75vw, 0.6875rem)` for fluid scaling. Active item gets `text-primary bg-primary/[0.06]` static highlight (no sliding animation). Agent/app name visible at md+ breakpoints (`hidden md:inline`). Tab sub-views use a reusable `TabBar` component with pill/glass styling and Framer Motion `layoutId` transitions. Tab state stored in URL via `?tab=` search params. ## API Routes (all under `src/app/api/`) Each API route reads from the agent's workspace filesystem and returns JSON: - `/api/system-state` → reads `state/servers.json`, `state/branch-check.json` - `/api/agents` → reads `agents/registry.json`, agent SOUL .md files - `/api/agents/[id]` → reads specific agent's SOUL .md, RULES .md, outputs - `/api/cron-health` → reads `state/crons.json` - `/api/revenue` → reads `state/revenue.json` - `/api/content-pipeline` → parses `content/queue.md` (markdown with status markers) - `/api/suggested-tasks` → GET (read) / POST (approve/reject) on `state/suggested-tasks.json` - `/api/observations` → reads `state/observations.md` - `/api/priorities` → reads `shared-context/priorities.md` - `/api/chat-history` → reads .jsonl transcript files with pagination/search/channel filter - `/api/chat-send` → writes to queue file - `/api/clients` → reads markdown files from `clients/` directory - `/api/ecosystem/[slug]` → reads memory files for specific ecosystem - `/api/repos` → scans project directories for git repos - `/api/health` → returns status, uptime, memory usage, Convex connectivity All filesystem paths should be configurable via environment variable (default: `~/.openclaw/workspace/`). ## Convex Schema Define tables for: activities, calendarEvents, tasks, contacts, contentDrafts, ecosystemProducts. Include seed scripts (`convex/seed.ts`) to populate initial data. ## Key Design Rules - Mobile-first, test at 320px minimum - Font sizes 10-14px for body text, everything must fit naturally at small viewports - Cards use consistent border radius (16-20px) - Glass cards: `bg-white/[0.03] backdrop-blur-xl border border-white/[0.06]` - No heavy blur blobs or grain overlays - Stagger animations on card grids (0.05s delay per item) - Skeleton loading states for all async data - Custom scrollbar styling - Empty states with helpful messaging - All text must use Inter or system font stack - Never mix sharp and rounded corners in the same view - Premium = lighter feel, more whitespace, less visual noise ## File Structure ``` src/ app/ page.tsx, layout.tsx, providers.tsx agents/page.tsx calendar/page.tsx chat/page.tsx code/page.tsx comms/page.tsx content/page.tsx ecosystem/page.tsx, ecosystem/[slug]/page.tsx knowledge/page.tsx ops/page.tsx api/[...all routes above] components/ nav.tsx tab-bar.tsx dashboard-overview.tsx ops-view.tsx, suggested-tasks-view.tsx agents-view.tsx, models-view.tsx chat-center-view.tsx, voice-input.tsx content-view.tsx comms-view.tsx, crm-view.tsx knowledge-base.tsx, ecosystem-view.tsx code-pipeline.tsx activity-feed.tsx, calendar-view.tsx ui/ (ShadCN primitives) hooks/ lib/ convex/ schema.ts functions for each table seed.ts ``` Build the complete application. Every component, every API route, every Convex function. Production-quality code and premium design, not stubs. Dark mode only. Make it look incredibly beautiful and premium, no cookie cutter UI / AI slop.

klöss

201,167 görüntüleme • 5 ay önce

i cancelled $2,000/month in trading subscriptions replaced every single one with open-source repos here's the full stack: 1. TradingView Pro ($30/mo) → lightweight-charts 14K stars. by TradingView themselves. 45KB. free 2. Bloomberg Terminal ($2,000/mo) → fredapi + Claude every macro dataset the Fed publishes. free API 3. backtest platform ($100/mo) → prediction-market-backtesting NautilusTrader fork with Polymarket + Kalshi adapters 4. real-time dashboard → polyrec terminal UI: Chainlink oracle, Binance feed, orderbook depth 70+ indicators. auto CSV logging. strategy backtester 5. bot framework (7 strategies) → Polymarket-Trading-Bot 53K lines TypeScript. arbitrage, momentum, market making, AI forecast, whale copy-trade, convergence 6. strategy reverse engineering → polybot execution + market data infrastructure. paper trading Kafka, ClickHouse, Grafana. full analytics pipeline 7. paper trading for AI agents → polymarket-paper-trader real order books. exact fee model. slippage tracking your Claude agent gets $10K paper money and trades 8. token savings → rtk CLI proxy. cuts Claude Code tokens by 60-90% Rust. single binary. 10 AI tools supported 9. Claude Code itself ($200/mo) → goose 35K stars. by Block (Jack Dorsey). Rust works with any LLM. full agent loop. free 10. wallet tracking + copy trading → Kreo track top Polymarket wallets. auto copy trades the only tool on this list i actually pay for because it makes more than it costs total before: ~$2,600/month total now: $0 + Kreo bookmark this. you'll need it

self.dll

802,415 görüntüleme • 3 ay önce

how to use firecrawl to give your AI eyes and actually build startups that outperform 99% of apps: 1. your AI is smart but blind. it can't go to a website, read a page, or grab data on its own. firecrawl fixes that. you put in a URL. you get back clean markdown, structured JSON, screenshots. feed it to any model. 2. three lines of code. that's it. no proxies. no anti-bot detection. no custom scrapers that break when a site changes. one API call. clean data back in seconds. works on 98%+ of sites. 3. firecrawl has six core capabilities: scrape a single page. crawl an entire site. map all URLs on a domain. search google and return full content. an agent endpoint where you describe what you want and it goes and finds it. and a browser sandbox where AI controls a real browser like filling forms, clicking buttons, handles logins. 4. the agent endpoint is wild. you can say "find all of YC's winter 24 dev tool companies and their founders and emails" and get back structured data. or "compare pricing tiers across stripe, square, and paypal" and get a side-by-side table. 5. the browser sandbox lets your AI stay logged in across sessions, navigate pagination, watch live as it browses. this is computer use without building the infrastructure yourself. 6. think of it in layers. every builder needs: an agent harness (claude code, cursor, codex), a search layer (perplexity, exa), a web data layer (firecrawl), an ops brain (obsidian, notion), and an outbound stack. the web data layer is the one most people are sleeping on. 7. this is the AWS moment for web data. in 2006 building a web app meant buying servers and managing racks. AWS said one API call, use our servers. some of the biggest companies of the last decade were built on that. firecrawl is doing the same thing for web data in 2026. 8. the framework i'd use for coming up with startup ideas building with clean data: take a massive horizontal platform. rebuild it for one niche using firecrawl. the vertical version always wins because people want specific, not generic. price for outcome. 9. a year ago firecrawl posted a job listing that said "please only apply if you're an AI agent." content creator agents. customer support agents. junior dev agents. it looked weird. it was a signal for where this is all going. the people who understand how to get clean web data, wrap it around an LLM, and package it as a product are the the ones with a 12-month head start. i use Firecrawl with Idea Browser . once you see what's possible with structured web data, you can't unsee it. episode is live on The Startup Ideas Podcast (SIP) 🧃 (full breakdown there) i tried to explain this as clear as possible for even the non technical. send it to a builder friend. watch

GREG ISENBERG

134,714 görüntüleme • 3 ay önce

GeoLibre v1.3.0 is here! GeoLibre is a free and open-source, lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. One application that runs everywhere: in your web browser, as a native desktop app, on your phone, and inside a Jupyter notebook. No account, no server, no cost. Everything runs locally and your data stays private. This release packs in 50+ pull requests of new capabilities. A few highlights: - GIS in your pocket. A native Android build with offline tile caching and download-a-region support, so you can take your maps into the field with no signal. - AI, built in. A natural-language GIS assistant that turns plain-English requests into real geoprocessing, plus an AI segmentation toolbox powered by SamGeo and SAM 3 for extracting features from imagery. - Automate everything with Python. A full scripting API and an in-app Python Console, with new helpers for local rasters, choropleths, marker clusters, split-map comparisons, legends, and colorbars. - Map together, live. Real-time multi-user collaboration so you can open a project and edit the map with others at the same time. - Tell stories with maps. A scroll-driven story map builder and presenter that exports interactive narrative maps to standalone HTML. - A much bigger analysis toolbox. Reproject, explode, and aggregate tools, IDW and kriging interpolation, zonal statistics, a raster calculator, a Spatial Statistics toolbox, and network analysis with isochrones, service areas, and OD cost matrices, plus batch runs and model/pipeline chaining. - Smarter raster and SQL. Single-band pseudocolor classification, RGB band combinations, a no-backend client-side raster fallback, Apache Sedona as a SQL Workspace engine, and transparent S3, GCS, and Azure URL support in queries. - More ways to add, view, and share. New Shapefile and GeoPackage export, glTF/GLB 3D model layers, multi-provider batch and reverse geocoding, collapsible layer groups, and a macOS Homebrew cask. Try the live demo: Star it on GitHub: Docs and roadmap: Release notes: #GIS #OpenSource #Geospatial #MapLibre #WebGIS #Android #GeoLibre

Qiusheng Wu

18,075 görüntüleme • 1 ay önce

𝗖𝗵𝗶𝗻𝗮 𝗶𝘀 𝗳𝗶𝗻𝗶𝘀𝗵𝗶𝗻𝗴 𝘁𝗵𝗲 𝗵𝘂𝗺𝗮𝗻𝗼𝗶𝗱 𝗿𝗼𝗯𝗼𝘁 𝗿𝗮𝗰𝗲 𝗯𝗲𝗳𝗼𝗿𝗲 𝗺𝗼𝘀𝘁 𝗼𝗳 𝘁𝗵𝗲 𝗪𝗲𝘀𝘁 𝗿𝗲𝗮𝗹𝗶𝘇𝗲𝘀 𝗶𝘁 𝗵𝗮𝘀 𝘀𝘁𝗮𝗿𝘁𝗲𝗱. AGIBOT held its Partner Conference in Shanghai last week. The real headline wasn't the new hardware. It was their CTO standing on stage, telling investors that humanoid R&D season is over. 2026, he said, is "Deployment Year One." Not research. Not demos. Deployment into real factories, real warehouses, real stores. The manufacturing ramp is getting faster. 1,000 humanoid robots in the first 2 years. Another 4,000 in the next 12 months. Another 5,000 in just 3 months after that. AGIBOT is now shipping more humanoids per quarter than most US robotics companies have built in their entire existence. Then came the announcements the industry will spend the rest of the year reacting to. AIMA. The first full-stack open architecture for embodied AI. A unified robot operating system called Link-U, three dev platforms for motion, interaction, and task creation, plus an open agent framework. Any developer can build on top of it. This is the Android play for humanoids. GO-2. A vision-language-action foundation model with Action Chain-of-Thought reasoning. Planning and execution collapsed into one model. GE-2. A world model for simulation, strategy testing, and sim-to-real transfer. AGIBOT WORLD 2026. An open-source, production-grade real-world dataset pulled from actual industrial, logistics, hotel, and commercial sites. Seven standardized "productivity packages" covering logistics sorting, retail service, security patrol, commercial cleaning, and more. Plug, deploy, bill. A 5-year, $280 million commitment to seed a global developer and partner ecosystem. Now look at the competition. Boston Dynamics has been building humanoids since 1992. Tesla's Optimus is still climbing its own hype curve. Apptronik and Agility are well-funded but pre-scale on real deployments. AGIBOT has pulled all of this off in three years, with no acquisitions, no legacy platform, and no IPO distractions. While the West is still asking when humanoids will scale, China is already shipping them by the thousand.

Shruti

214,939 görüntüleme • 2 ay önce

10 free github repos that can replace major SaaS with subscriptions. all free. open-sourced. some are MIT licensed. — 1️⃣ openscreen — replaces screen studio ($29/mo) - a clean macOS/windows/linux screen recorder for polished demos. - blur, cursor highlighting, annotations, export to mp4 or gif at any aspect ratio. - doesn't try to clone every feature, just nails the basics for quick walkthroughs you'd post on X. — 2️⃣ voicebox — replaces elevenlabs ($22/mo) + wisprflow ($15/mo) - local-first AI voice studio. - clone voices from 3 seconds of audio, generate speech across 7 TTS engines in 23 languages, - dictate into any text field with a global hotkey. - nothing leaves your machine. - runs on apple silicon, cuda, rocm. — 3️⃣ openshorts — replaces opus clip ($19/mo) + submagic ($16/mo) - free AI video platform. - clip generator turns long youtube videos into 9:16 shorts with auto-subtitles and face tracking (runs on free gemini + elevenlabs tiers). - also includes AI UGC video generation with actors — that part is pay-per-use via fal. ai (~$0.65-2 per video). docker self-host. — 4️⃣ freellmapi — replaces chatgpt pro + claude pro ($20/mo each) - stacks 14 free AI provider tiers (google, groq, cerebras, openrouter, github models + 9 more) behind one openai-compatible endpoint. ~800M tokens/month. - smart router with failover, sticky sessions, encrypted key storage. ships with a dashboard. — 5️⃣ playwright-mcp — replaces browserbase ($39/mo) + browser use ($25/mo) - microsoft's official MCP server that gives any AI agent full browser control. - uses accessibility trees, not screenshots — deterministic and token-efficient. - works with claude code, cursor, windsurf, codex out of the box. — 6️⃣ vibe-trading — replaces tradingview premium ($60/mo) - natural-language finance research agent. - 7 backtest engines across stocks, crypto, futures, forex. - 75 specialist skills (factor analysis, options strategy, ML strategy). - 29 multi-agent swarm presets. - 21 of 22 MCP tools work with zero API keys. — 7️⃣ CalCom — replaces calendly ($12/mo) + savvycal ($12/mo) - the open-source scheduling infrastructure. - one-on-ones, group events, round-robin, team booking, - payment collection (stripe), routing forms, workflows. - integrates with google/outlook/apple calendar, zoom, meet, teams. - self-host in 10 minutes with docker. 40k stars. — 8️⃣ whisper — replaces otter ($17/mo) - openAI's open-source speech-to-text model. - transcribe audio in 99 languages, translate to english, generate timestamps. - runs locally on cpu or gpu. - the actual model behind most "AI transcription" SaaS tools you're paying for. — 9️⃣ postiz — replaces buffer ($15/mo) - AI-powered social media scheduler. - cross-post to X, linkedin, instagram, tiktok, threads, bluesky, mastodon, youtube, pinterest. - AI captions and hashtags. - analytics dashboard. team workspaces. 31k stars and rising. — 🔟 vaultwarden — replaces 1password ($8/mo) - unofficial bitwarden-compatible server written in rust. - works with every official bitwarden client (mobile, desktop, browser). - unlimited users, unlimited vaults, full enterprise feature set. - runs on a $5 VPS or your home server. — disclaimer: open-source ≠ 1:1 replacement. you'll trade polish for ownership, hand-holding for control, and a credit card for a github version. for builders, prototypers, and indie hackers — that's the whole point. for everyone else, the paid tools still have their place. bookmark this. share with one friend bleeding subscription fees. ~m0h

m0h

225,095 görüntüleme • 2 ay önce

For over a year, Jeremy Howard has been in stealth mode. In this exclusive talk, he showcases what he's been working on. He & Jonathan Whitaker show us SolveIt, a new dev environment and programming paradigm. 🤯 Imagine this workflow: - Build a web app & interact with its UI on the same screen as your code. No more flipping to a separate browser. - Use live variables from your REPL directly in prompts to the AI. The AI knows your current state. - Turn any Python function into an AI tool instantly. No no registering tools or MCP. Just write a function in a cell and tell the AI to use it. This is a live, malleable environment that fuses the best ideas from Literate Programming (Knuth), the live-object world of Smalltalk, and the interactive cells of Jupyter. Who is Solveit for? Jeremy's take: SolveIt is best for programmers who are either very new ( 20 years). Why? Because developers in the middle (3-20 years) often have ingrained workflows and can find this different paradigm confronting. New devs are open-minded and build good habits from scratch, while veterans immediately recognize how this approach solves decades-old problems of complexity and state management. My Thoughts It's early days, but it is super cool. You get all the fun of trying a new programming language without learning new syntax (Python), because it will show you new patterns and ways of doing this. If you are wiling to climb the learning curve it is an extremely powerful tool that you can be productive with on real tasks like writing and coding. I'm personally addicted to it for several workflows and am afraid of losing it tbh. How Can You Try It? Just follow Jeremy Howard - he will announce something in the coming weeks or months (I suspect if this post is popular he might do something soon 🤣 ) TIMESTAMPS (00:00:00) - Introduction (00:00:30) - The SolveIt Method vs. "Vibe Coding" (00:04:00) - Investing in Yourself: Long-Term Skill Building (00:07:45) - Software Engineering vs. Short-Term Gains (00:12:15) - The Problem-Solving Loop: Understand, Plan, Implement, Review (00:18:50) - Example: Literate Programming with the Claudette Library (00:24:15) - First Look at the SolveIt Environment (00:28:34) - Demo Start: Building an Eval for Multimodal Models (00:31:16) - Iterative Development: Exploring the iNaturalist API (00:39:15) - Catching Bugs Instantly by Working Step-by-Step (00:43:37) - Prompting LLMs with Structured Outputs (00:51:54) - Demo: Building a Live Web App Inside SolveIt with FastHTML (01:00:24) - Demo: Exploring a Complex API (Cloudflare) (01:08:45) - Creating Custom AI Agent Tools with Zero Boilerplate (01:19:00) - SolveIt Ergonomics: Modes, Secrets, and Keyboard Shortcuts (01:28:30) - The Power of the SolveIt Community (01:30:45) - Who Should Use SolveIt? (01:34:30) - This is Just the Tip of the Iceberg YT Video and links in reply

Hamel Husain

111,916 görüntüleme • 11 ay önce

CANCEL Your Weekend Plans and Learn Vibe Coding Today, Start Making $10,000/Month Building Apps for People. $0 in Coding Experience. I made 5 AI Trading Bots & Apps Built in 6 Hours. Each One Worth $3,000-$15,000 to Clients. You Spent $500 on a Bootcamp and Still Can't Deploy a Landing Page. That's not the bootcamp's fault. That's you. People with zero coding skills are building full apps with payments, databases, and authentication using AI. Charging clients $5,000-$10,000 per project. Finishing in one afternoon. You're still Googling "should I learn Python or JavaScript first." This attached video is a goldmine. 6 hours. 5 real apps. From complete beginner to deploying revenue-generating products. One video. Free. Save it. Watch it this weekend. Not next weekend. Today. Now let me break down exactly what's inside and why you can't afford to ignore this. Save this post. You'll hate yourself if you lose it. ↓ Let's talk about why you still can't code... You bought the Udemy course. $12.99. Watched 3 lectures. Got confused. Told yourself you'd continue tomorrow. That was 8 months ago. You bought another course. $49.99. This one had better reviews. Watched the intro. Bookmarked the rest. Never opened it again. You signed up for a bootcamp. $5,000. Dropped out at week 4 because "life got busy." Life didn't get busy. You got scared. Three years. Hundreds of dollars. Multiple courses. Zero apps built. Zero projects deployed. Zero revenue generated. And now someone with zero coding experience is building full apps in hours using AI tools you haven't even tried. You're not falling behind slowly. You're falling behind at full speed. Save this post right now. This is the course that makes every other coding course you bought irrelevant. Follow Himanshu Kumar so you don't miss the breakdown. ↓ What is vibe coding and why should you care? Traditional coding: Learn syntax for 6 months. Build a to-do app. Feel proud. Realize nobody will pay for a to-do app. Give up. Vibe coding: Describe what you want to build. AI builds it. You guide, adjust, deploy. People pay for it. You're not writing code line by line. You're directing an AI agent that writes code for you. Think of it like this: Traditional coding = you're the construction worker. Vibe coding = you're the architect. The architect makes more money. The architect doesn't carry bricks. The architect doesn't need to know how to pour concrete. The architect needs to know what to build and why. That's vibe coding. And while you've been debating whether to learn Python or JavaScript first, people are skipping both and building apps that generate revenue. With zero coding knowledge. This isn't the future. This is right now. Save this post and follow Himanshu Kumar for more vibe coding breakdowns that actually make you money. ↓ What this 6-hour course covers. This isn't some 20-minute tutorial that shows you how to make a button change color. This is 6 hours. 5 complete apps. Real software engineering. Real deployment. Real money-making potential. Here's what you'll build: > Portfolio website - deployed live on Netlify > Full-stack client dashboard - with database and auth > Lead generation app - with API integrations > Thumbnail generator - with payment integration via Stripe > Splinter - a full SaaS product with pricing and marketing Not toy projects. Not "follow along and never use again." Actual apps that people pay for. Built with Gemini 3.1 Pro, Antigravity, Supabase, Next.js, Vite, and more. You know how many people charge $5,000+ to build a single one of these apps for a client? You'll be able to build all 5 by the end of this weekend. You can't afford to scroll past this. Bookmark this post. Follow Himanshu Kumar because I'm breaking down every tool in this stack separately. ↓ The tools you'll master. Gemini 3.1 Pro: Google's most powerful AI model. You'll use it to generate entire codebases. Not snippets. Entire apps. Antigravity: The AI coding environment that makes vibe coding actually work. Agent chat. MCP servers. Voice dictation. It's not VS Code with a chatbot bolted on. It's built from the ground up for AI-first development. Supabase: Your backend. Database. Authentication. All set up in minutes. Not weeks of configuration. Next.js + Vite: Modern frameworks that make your apps fast, scalable, and professional. Stripe: Payment integration. So your apps can actually charge people money. You know, the whole point. Claude Code: Yes, Claude Code is covered too. Because the best developers in 2026 don't use one AI tool. They use all of them. While you're still trying to decide which AI tool is "the best one," smart people are using all of them together and making money from every angle. Stop debating tools. Start using them. Save this post and follow Himanshu Kumar for deep dives into each of these tools. ↓ What you'll actually learn beyond just "building apps." This course doesn't just teach you to copy and paste prompts. You'll learn real software engineering: > Hosting and deployment > Modern software design patterns > Languages and frameworks > Version control and GitHub > Programming with AI agents and agent teams > Database design (SQL vs NoSQL) > Security audits > API integration > Payment processing This is everything a $15,000 bootcamp teaches. In 6 hours. For free. On YouTube. Your friend who spent $15K on a bootcamp is going to be really upset when you build better apps than them after watching one YouTube video this weekend. Don't tell them about this course. Or do. Their reaction will be priceless. This is a $15,000 education for $0. Save this post before it gets buried. Follow Himanshu Kumar for more free resources that make paid courses look like scams. ↓ The guy teaching this actually makes money. Not "makes money selling courses about making money." Actually makes money. Nick built automated businesses with Make . Most notably 1SecondCopy, a content company that hit 7 figures. Seven figures. From automation. He's not teaching theory. He's showing you what real systems that generate real revenue look like. 90% of coding teachers on YouTube have never shipped a product that made $1. They teach coding. They don't use coding to make money. This guy does both. That's why this course is different. You've been learning from people who teach for a living. Start learning from people who build for a living. Save this post. Follow Himanshu Kumar for more content from builders, not lecturers. ↓ Let me tell you what's really happening while you "think about learning to code." Every week that passes, AI coding tools get better. Every week that passes, more people learn vibe coding. Every week that passes, the market gets more competitive. Right now, vibe coding is still early. Not many people know how to do it well. Clients are desperate for someone who can build apps fast. $3,000 for a landing page with payments. $5,000 for a SaaS MVP. $10,000 for a full client dashboard. These are real prices people are charging for apps they built in a single day using the exact tools in this course. But this window won't last forever. In 6 months, everyone will know how to vibe code. In 12 months, it'll be a basic requirement. In 24 months, not knowing this will be like not knowing how to use email in 2010. You're either early or you're irrelevant. Right now you can still be early. But not if you spend this weekend on Netflix. The window is closing. Every weekend you waste is a weekend someone else uses to get ahead of you. Save this post. Follow Himanshu Kumar before this opportunity becomes obvious to everyone. ↓ The 5 apps you'll build and what they're actually worth. App 1: Portfolio Website. What clients pay for this: $500-$2,000. Time to build with vibe coding: 30 minutes. App 2: Client Dashboard. What clients pay for this: $5,000-$15,000. Time to build with vibe coding: 2-3 hours. App 3: Lead Generation Tool. What clients pay for this: $3,000-$8,000. Time to build with vibe coding: 1-2 hours. App 4: Thumbnail Generator with Payments. What clients pay for this: $2,000-$5,000. Or sell it as a SaaS for recurring revenue. Time to build: 1-2 hours. App 5: Splinter (Full SaaS Product). What clients pay for this: $10,000-$25,000. Or launch it yourself for monthly recurring revenue. Time to build: 2-3 hours. Total value of apps you can build after this course: $20,000-$55,000. Total cost of this course: $0. Total time investment: one weekend. You spend more than one weekend deciding which Netflix show to start next. At least this weekend would pay you back. Read those numbers again. Save this post. Follow Himanshu Kumar because I'll be breaking down how to sell each of these apps as a service. ↓ Here's the business model nobody's talking about. Learn vibe coding this weekend. Build 5 apps. Pick the one you're best at. Offer it as a service. "I build professional SaaS dashboards for businesses using AI. Faster than agencies. Fraction of the cost. $5,000 per project." 2 projects per month = $10,000/month. Working maybe 20 hours total. While you're applying for jobs that pay $4,000/month and require 5 years of experience you don't have, someone who watched this course last weekend just landed their second $5,000 client. No degree. No portfolio. No 5 years of experience. Just the ability to build what people need faster than anyone else. That's the entire business model. Learn fast. Build fast. Charge accordingly. Stop applying for jobs. Start creating them. Save this post. Follow Himanshu Kumar for the exact outreach scripts to land your first vibe coding client. ↓ Why you won't watch this course. Because it's 6 hours. "6 hours?? That's too long." You binged an entire season of a show last weekend in 8 hours. You scrolled Twitter for 4 hours yesterday. You spent 3 hours watching YouTube shorts that you don't even remember. But 6 hours to learn a skill that could make you $10,000/month? "I don't have time for that." You have time. You just don't have discipline. And that's the actual reason you're broke. Not the economy. Not the market. Not your circumstances. Your inability to sit down for 6 hours and learn something that changes your life. Everything else is a story you tell yourself to feel better about doing nothing. That's the uncomfortable truth. Save this post so it stares at you every time you open your bookmarks. Follow Himanshu Kumar because I'll keep reminding you until you actually do something. ↓ What happens this weekend determines your next year. Path A: Watch the course Saturday. Build your first app Sunday. Start offering services Monday. Land first client within 2 weeks. $5,000-$10,000/month within 60 days. Path B: Sleep in Saturday. Brunch Sunday. Netflix Sunday night. Monday morning alarm goes off. Back to the same job. Same salary. Same frustration. Same "I'll start next weekend." 52 weekends in a year. How many have you already wasted? Path A costs you one weekend. Path B costs you your entire future. Same video. Same information. Same 6 hours. Two completely different lives. ↓ Full 6-hour course attached. 5 real apps. Real deployment. Real revenue potential. From the guy who built a 7-figure automated business. Not theory. Not motivation. Actual hands-on building. The course is free. The tools are free. The knowledge is right here. The only thing that costs money is your decision to do nothing. And that cost compounds every single day. Follow Himanshu Kumar for more breakdowns that turn free YouTube videos into $10,000/month skill sets. Save this post. Watch the video. Build something this weekend that your Monday self will thank you for. Or don't. And wonder next year why nothing changed.

Himanshu Kumar

39,379 görüntüleme • 3 ay önce

today marks a special moment - I'm beyond excited to announce wordware's $30m seed round led by Spark Capital (followed by Felicis & Y Combinator) for decades, coding was the only way to create in our digital world. but AI is changing everything - it thinks in beautiful shades of grey, not just 1s and 0s. with this shift, we saw an opportunity to reimagine who gets to build. there are 30 million software engineers worldwide, but we've always believed that creativity isn't limited to those who can code. wordware is for the next 500m builders - the dreamers, experts, and innovators who've been waiting for their moment to create AI Agents (check out the video for our definition of what that means 😂) it's been quite a journey to get here. 3 years full-time with my brilliant cofounder (Robert Chandler), a decade in the AI space, countless failed experiments with transformers, major pivots, sleepless nights, and 100-hour weeks that tested everything we believed in. but today, I want to pause and celebrate what our incredible team has achieved: - 350k builders bringing their AI visions to life - 10 million people running agents built with wordware - amazing clients like instacart, runway & metadata - breaking Product Hunt 😸's servers (sorry, not sorry!) - raising one of the largest seeds (if not the largest) out of Y Combinator we still have mountains to climb, but watching our community build things we never imagined possible... that's what keeps us going. what makes wordware different? we've turned English into a programming language for AI. no coding bootcamp required - if you can express ideas clearly, you can build sophisticated AI solutions. our take on reimagining the development stack as a full-stack os for building AI: - unified notion like IDE - built-in tools for rag, speech-to-text, image gen, data analysis, scraping & more - proper engineering concepts for power users (loops, conditionals, function calls, code execution, version control) - open source community: fork, share & customize AI solutions once you're done iterating, deploy as an API to power your AI backend or utilize your AI agent as a workflow to our incredible team who made this possible - thank you to the believers who backed us (Nabeel Hyatt, Paul Graham, Astasia Myers, vladm, Nicolas Dessaigne, Azeem Azhar, Ben Parr, Matt Schlicht, Ben Tossell, Siqi Chen, Matt Brown, Mathilde Collin, Kulveer, Soleio , Dan Westgarth, Bartek Pucek, Tomasz Karwatka & many more) - thank you thinking about that AI workflow, product feature, or full-fledged AI company? let's chat: ps: we're hiring across all roles! join us in rebuilding how humans create with ai:

Filip Kozera

643,407 görüntüleme • 1 yıl önce

I build the "shovels." My corporate customers book $100M in revenue yearly. But today, I don't support corporations! I declare a War against them. I will bootstrap and build for bootstrapped founders. Over the next 10 years, I'll change the game by: 1. Making it easier to BUILD. I'm turning Unicorn Platform 🦄 platform into a business builder to build businesses, not just sites: -- jobboards -- launchpads -- directories -- anything else that's web and non SaaS. I plan to launch a SaaS nocode builder (marsx) to let founder fork complete SaaS apps in days to launch. Any of my SaaS projects can be forked this way, improved, repositioned and launched. I'll give NoCoders a superpower, so that they can focus on what's important: distribution and customer support. 2. Making it easier to GROW. I've launched bunch of tools already, that I use myself and thousands of others too - seobotai - AI blog that runs on autopilot and drives SEO traffic. - Listingbott - brings backlinks on autopilot and submit to all directories. - indexrusher - makes google index pages faster. - countvisits. com - helps to track traffic and analytics. - saasemailer. com - to send marketing and transactional emails. - Dev Hunt - get traffic to products aimed at developers. - I plan to launch a few media/news projects and many new launchpads. - and the list goes on. I plan to launch 20 more tools and 100 more directories. All with one aim: make it easier to win traffic for bootstrapped founders and indie makers. 3. Make it easier to Monetize. - RealAdsNetwork - an ad network that brings real traffic, costs less and pays out real money to websites who rent out their space. - I'll launch a marketplace to buy and sell startups. - there is a lot more coming. All to make it easier for maker to make their first dollar and pay the bills so that they can keep building cool products. 4. Make it easier to Run. - cofondr. com is aimed at helping solopreneurs as a virtual cofounder. - I've built multiple internal tools, AI agents and systems which help me operate my biz, from accounting to legal to operations. These will all be launched as products so that other founders can leverage them, too. 5. The future. The future I want to see - entire software world is dominated by bootstrapped founder. They are small, working in niches, with a huge passion and knowledge of the space. - corporations have lost the markets and only supply their legacy software to other legacy corporations. - the world is a better place, because everything is built and run with LOVE ♥️. Let's fu*king make this future a reality !!! - I've built multiple internal tools, AI agents, and systems that help me operate my biz, from accounting to legal to operations. John Rush.

John Rush

47,903 görüntüleme • 1 yıl önce