Register and share your invite link to earn from video plays and referrals.

Search results for svelte
svelte community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including svelte
Slot-text v0.3.1 is here 🎉 Now with Svelte + Solid adapters. 5 frameworks, one tiny core, zero deps.
TL;DR MDFlux is a local-first desktop app for Windows and Linux that converts PDFs and office documents into clean, AI-ready Markdown, with built-in OCR for scanned pages and up to 6x fewer tokens. Title: MDFlux URL: Points 📄 Supports PDF, DOCX, PPTX, XLSX, EPUB, HTML, CSV, JSON, XML, images, and audio 🔍 Built-in OCR (RapidOCR) recovers text from scanned PDFs other tools can't read 📦 Batch-converts entire folders with concurrent processing 🔒 Fully offline after first setup, no cloud upload by default 🧹 Choose cleanup mode: off, rule-based, or AI-powered (local or API) ⚡ Uses 2-6x fewer tokens than vision-model approaches, 5.7x fewer on scanned pages 🛠 Built with Tauri 2 (Rust) plus Svelte 5, on top of Microsoft's MarkItDown It's a nice fit for prepping internal documents for a RAG pipeline while keeping everything private. #DocumentProcessing# #OCR#
Show more
▲ ~/𝚛𝚊𝚞𝚌𝚑𝚐/𝚘𝚜𝚜-𝚐𝚛𝚊𝚗𝚝𝚜/ 𝚕𝚜▐ (v2) I'm announcing v2 of my open source grants of $1,000USD to 35 awesome contributors. The themes: ① Agent skills & tools Skills are now a valuable form of software, like Emil's world-class design eng work. Projects like 𝚙𝚐𝚋𝚘𝚝, 𝚔𝚗𝚒𝚙, 𝚞𝚗𝚕𝚒𝚐𝚑𝚝𝚑𝚘𝚞𝚜𝚎 create amazing AI engineering loops. ② Local AI Projects like 𝚜𝚕𝚘𝚝𝚜𝚝𝚛𝚎𝚊𝚖, 𝙻𝚘𝚌𝚊𝚕𝙰𝙸, and 𝚌𝚘𝚕𝚒𝚋𝚛𝚒 are making inference not just a demo but for many a real and growing utility. Exciting to watch local AI unfold. ③ Performance There's no excuse for software to be slow anymore. Projects like 𝚏𝚏𝚏 and 𝚝𝚊𝚔𝚞𝚖𝚒 leading with speed, compilers like 𝙿𝚎𝚛𝚛𝚢𝚃𝚂 and 𝚙𝚘𝚛𝚏𝚏𝚘𝚛 that can help us upgrade entire ecosystems to native, and 𝚐𝚙𝚞𝚒𝚡 pushing the GPU rendering speed frontier. ④ High quality foundations AI is still at its best when it can reuse great components than regenerating every time from first principles. Lots of love to folks working on @shadcn, Svelte(kit), Nuxt, Node.js and security foundations. ⑤ Cool experiments I couldn't resist donating to a 'Finance terminal in the terminal', or beautiful funky things like 𝚍𝚒𝚝𝚑𝚎𝚛-𝚔𝚒𝚝. 🔗 PS: These are personal, not affiliated with Vercel, and fully unconditional. If you are listed, I'll be DM'ing you or using your public contact info!
Show more
Your chat options are now your UI types. 🔥 TanStack AI ships with headless UI kits! Every tool, part and interrupt widget completely typesafe. Forget a component and it won't compile. React, Solid, Vue, Svelte, Angular, Preact, Octane. Check it out 👇
Show more
Impeccable 4.1 is here: core: -critique results more reliably prints in chat before asking you questions - the design hook nags less, and ignores can be recorded once - reduced-motion guidance restored greenfield design: - switch between comps of your page/app before any code or skip mockups and go straight to code - steer ideation to be bolder or safer in the interactive question tool - mockups for new pages of an existing site/app stay more consistent - much better fallback for agents without image generation native apps: - ios and android builds get reviewed against native conventions - polish collects native evidence instead of asking for browser screenshots - web-only checks stop firing on native code platforms and setup: - windows: installs, the decision page, and the roll all work now - plugin installs: the four subagents actually load (they silently never did) - support for @NousResearch hermes agent and @antigravity design issue detection: - no false low-contrast on gradient backgrounds, image backgrounds, or covered text - data-impeccable-ignore silences only the element you put it on - broken-image warnings stop firing on commented-out code - blade files show up in directory scans - paths with spaces or quotes stop breaking commands live mode: - works on ddev, valet, and other non-localhost dev hosts - svelte variants render again (broke due to svelte upstream changes) - copy edits survive long pages 43 prs since the last release - great time to upgrade or try out the latest: npx impeccable install
Show more
Most text animations feel cheap because they treat every letter like a separate box. built slot-text to roll labels, statuses, and commands while keeping words, kerning, and ligatures intact. tiny. zero dependencies. plain JS, React, Vue, Solid, and Svelte.
Show more
550 STARS on github... Absolutely insane, thank you everyone. Goal is to hit 1K of stars, I believe we can do it! New updates are now live. Slot-text now supports Svelte + Solid.js + tests to make sure everything works as expected.
Show more
Introducing Void, the Vite-native deployment platform: 🚀 Full-stack SDK ⚙️ Auto-provisioned infra (db, kv, storage, AI, crons, queues...) 🔒 End-to-end type safety 🧩 React/Vue/Svelte/Solid + Vite meta-frameworks 🌐 SSR, SSG, ISR, islands + Markdown 🤖 AI-native tooling ☁️ One-command deploys
Show more
0
221
4.3K
518
Forward to community
Impeccable 3.7 brings linting to design. Until now it was a skill you asked for help. Now it's a design-system-aware feedback loop that runs while your agent builds, catching slop and design drift before they land. 🪝 Design hooks for Claude, Codex, and Cursor They run after every UI edit and quietly nudge your agent to fix slop and drift. The output isn't another wall of lint: it separates new findings from already-seen ones, flags clean scans, and asks the agent to use judgment. Fix real issues, leave intentional demos alone, save exceptions to config instead of littering your source. 🎨 Slop detection is now project-aware Reads your actual design system from DESIGN.md, your typography, palette, radius scale, and tokens, and flags drift from your system, not just generic AI slop: • this font isn't in your design system • this color is outside your documented palette • this radius doesn't match your rounded scale The same engine powers both the hooks and the CLI, and it's where we're investing next. 🖥️ Live Mode, ready for real projects Svelte/SvelteKit now preview variants as temporary framework components with live params, then accept cleanly back into your source component. Manual text edits got evidence / apply / discard routes, insertions preserve their anchors, and mapped lists and JSX slots clean up far more reliably. ⚡ Leaner core, sharper detector Rule-level evals across 3 providers and 4 niches cut guidance with no measurable lift and dropped examples that taught models bad patterns. The detector now skips hidden and screen-reader-only elements, understands OKLCH alpha and Sass-like inputs, and tightened checks for repeated kickers, oversized H1s, clipped overflow, and cramped padding. 🛠️ CLI caught up impeccable detect loads DESIGN.md by default, motion findings name the exact token or cubic-bezier instead of just "bounce," and impeccable ignores gives real CRUD for exceptions. Hooks and CLI share the same ignores. No split-brain config. Plus a much-improved interactive installer with hooks setup built in. Upgrade: npx impeccable install npm i -g impeccable
Show more
Smelters at a major Indonesian nickel-processing hub will be forced to cut output as an El Niño-driven drought reduces the supply of water used to cool and protect equipment, according to people familiar with the matter.
Show more