home.social

#svelte — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #svelte, aggregated by home.social.

fetched live
  1. ⚙️ Framework agnostic across #React, #Vue and #Svelte, because the rules target design intent instead of a single API. Works with #Codex, #Cursor and #ClaudeCode

    📦 Install everything with npx skills add github.com/Leonxlnx/taste-skill, or one skill via --skill "design-taste-frontend". You can also paste any SKILL.md straight into a conversation. MIT licensed, 65.9k stars

    🌐 github.com/Leonxlnx/taste-skill

  2. ⚙️ Framework agnostic across #React, #Vue and #Svelte, because the rules target design intent instead of a single API. Works with #Codex, #Cursor and #ClaudeCode

    📦 Install everything with npx skills add github.com/Leonxlnx/taste-skill, or one skill via --skill "design-taste-frontend". You can also paste any SKILL.md straight into a conversation. MIT licensed, 65.9k stars

    🌐 github.com/Leonxlnx/taste-skill

  3. If anyone is in need of responsive tables generated from Markdown documents, I just made mdsvex-table: wjsoftware.github.io/mdsvex-ta

    It's an NPM package that provides a set of custom table components that render tables as list of card-like items that is still announced as a table.

    #svelte #mdsvex #markdown

  4. If anyone is in need of responsive tables generated from Markdown documents, I just made mdsvex-table: wjsoftware.github.io/mdsvex-ta

    It's an NPM package that provides a set of custom table components that render tables as list of card-like items that is still announced as a table.

    #svelte #mdsvex #markdown

  5. Website is Finally UP!
    links is the same
    nexulonnetint.vercel.app/
    As always we're collecting feedbacks,
    Feel free to share you're thought here!
    as always, we're thankful for your support to our website revamp!
    #indiedev #indie #gamedev #devlog #svelte

  6. RE: fosstodon.org/@mainmatter/1169

    AI productivity gains are real but they don't come for free. You need to know what you're doing and have the right tooling and infrastructure in place.

    Join @paoloricciuti and me for an AMA on agentic engineering with Svelte tonight. Bring your questions.

    #svelte #ai #AIEngineer

  7. RE: fosstodon.org/@mainmatter/1169

    AI productivity gains are real but they don't come for free. You need to know what you're doing and have the right tooling and infrastructure in place.

    Join @paoloricciuti and me for an AMA on agentic engineering with Svelte tonight. Bring your questions.

    #svelte #ai #AIEngineer

  8. Nexulon Site is Near Releasing!
    Thats right, The alpha version of our Svelte Reworked website is finally Done!
    We're just cleaning the rough-edges!
    (MOBILE RESPONSIVE AND ANIMATIONS WILL BE ADDED SOON)
    #indiedev #indie #gamedev #devlog #svelte

  9. blog.rust-lang.org/2026/07/13/

    The crates.io front-end is now built with Svelte (svelte.dev/).

    > In our January update, we announced that we were experimenting with porting the crates.io frontend from Ember.js to Svelte. This experiment has concluded successfully: the new frontend reached feature parity, went through a public testing phase in April, became the default at the beginning of May

    I had no idea it was already live, seems to have been a seamless transition.

    #svelte

  10. blog.rust-lang.org/2026/07/13/

    The crates.io front-end is now built with Svelte (svelte.dev/).

    > In our January update, we announced that we were experimenting with porting the crates.io frontend from Ember.js to Svelte. This experiment has concluded successfully: the new frontend reached feature parity, went through a public testing phase in April, became the default at the beginning of May

    I had no idea it was already live, seems to have been a seamless transition.

    #svelte

  11. Единственный нормальный детектор копипасты требовал JVM. Поэтому я написал свой

    Копипаста редко выглядит как копипаста. После переименования переменных, строк и чисел два одинаковых блока спокойно проходят ревью как разный код. Я написал clone-alert, чтобы находить такие совпадения в TypeScript, JavaScript и шаблонах Vue, Svelte и Angular.

    habr.com/ru/articles/1058364/

    #typescript #javascript #angular #vue #svelte #react #pmd #копипаста #дублирование_кода

  12. The Programmer’s Fulcrum 10 July, 2026

    This post originally appeared on The Fulcrum. Welcome to this week's The Programmer's Fulcrum. It's your weekly curation of the essential news in the Open Media Network and Fediverse development communities with a focus on devastating big tech via Techno Anarchism. As usual, we aim to provide actionable content you can use to destroy Techno Feudalism each week. It has the additional benefit of weakening authoritarianism. IMHO, the best way to do that is to use tools from the Techno […]

    newsletter.mobileatom.net/the-

  13. The Programmer’s Fulcrum 10 July, 2026

    This post originally appeared on The Fulcrum. Welcome to this week's The Programmer's Fulcrum. It's your weekly curation of the essential news in the Open Media Network and Fediverse development communities with a focus on devastating big tech via Techno Anarchism. As usual, we aim to provide actionable content you can use to destroy Techno Feudalism each week. It has the additional benefit of weakening authoritarianism. IMHO, the best way to do that is to use tools from the Techno […]

    newsletter.mobileatom.net/the-

  14. Wrote up why Recipe Jar is free forever, and why that's an architecture decision, not a pricing one.

    No backend, recipes live in your browser, one stateless proxy. Plus the war stories: a regex that white-screened old iOS Safari, and why Svelte 5 state won't go into IndexedDB.

    blog.budhathokisagar.com.np/fr

  15. Wrote up why Recipe Jar is free forever, and why that's an architecture decision, not a pricing one.

    No backend, recipes live in your browser, one stateless proxy. Plus the war stories: a regex that white-screened old iOS Safari, and why Svelte 5 state won't go into IndexedDB.

    blog.budhathokisagar.com.np/fr

    #localfirst #webdev #svelte #FOSS

  16. It's quite interesting how one would build online maps with an "add place" form for hobby projects nowadays. Like makevienna.cool/ or pingpongmap.net/.

    One way is a shared PHP Webspace, small SQL database and maybe a tiny API framework like #slimphp or #leafphp (abandonded?) on top. Caching via stored JSON file of POIs.

    Another way I'd like to try could be with #SvelteKit #Svelte remote functions, e.g. on #Cloudflare. svelte.dev/docs/kit/remote-fun
    A Cloudflare D1 (?) SQL database would be needed here as well.

    Would like to try it just for fun, might be a simple stack for hobby projects with user input?

    How would you build a map like this? 👨‍🔧 #WebDev

  17. It's quite interesting how one would build online maps with an "add place" form for hobby projects nowadays. Like makevienna.cool/ or pingpongmap.net/.

    One way is a shared PHP Webspace, small SQL database and maybe a tiny API framework like #slimphp or #leafphp (abandonded?) on top. Caching via stored JSON file of POIs.

    Another way I'd like to try could be with #SvelteKit #Svelte remote functions, e.g. on #Cloudflare. svelte.dev/docs/kit/remote-fun
    A Cloudflare D1 (?) SQL database would be needed here as well.

    Would like to try it just for fun, might be a simple stack for hobby projects with user input?

    How would you build a map like this? 👨‍🔧 #WebDev

  18. Ever wanted a status page for your project — one place to watch every service and instance, and actually enjoy looking at it?

    I built Velvet — a polished, dark, open-source front-end for #Upptime[1] status pages.

    What you get:

    • live uptime and selectable history (24h to 1 year)
    • IPv4/IPv6 dual-stack monitoring with status pills
    • auto-generated social cards for clean link previews
    • incident feed straight from your GitHub issues

    The best part: it runs entirely on GitHub Pages and GitHub Actions. No servers, nothing to maintain. The Actions do the monitoring and redeploy on their own, so your status page keeps itself up to date automatically.

    All driven by a single config file. No code. Built with Svelte 5, free and MIT-licensed.

    Have a look at a real Live demo, the template repository and the project itself.

    #OpenSource #Upptime #SelfHosted #Svelte #StatusPage

    [1] upptime.js.org

  19. Ever wanted a status page for your project — one place to watch every service and instance, and actually enjoy looking at it?

    I built Velvet — a polished, dark, open-source front-end for #Upptime[1] status pages.

    What you get:

    • live uptime and selectable history (24h to 1 year)
    • IPv4/IPv6 dual-stack monitoring with status pills
    • auto-generated social cards for clean link previews
    • incident feed straight from your GitHub issues

    The best part: it runs entirely on GitHub Pages and GitHub Actions. No servers, nothing to maintain. The Actions do the monitoring and redeploy on their own, so your status page keeps itself up to date automatically.

    All driven by a single config file. No code. Built with Svelte 5, free and MIT-licensed.

    Have a look at a real Live demo, the template repository and the project itself.

    #OpenSource #Upptime #SelfHosted #Svelte #StatusPage

    [1] upptime.js.org

  20. LOOKING FOR A JOB

    https://nemo.earth/#barto

    SKILLS
    Frontend mostly, JS mostly, Svelte React Vue Ionic mostly. But often after work day I was developing fullstack apps, with NodeJS as backend. Coding also in raw PHP. And maybe will return to Python. Besides of course GIT, HTTP, Rest, SOLID, Keep It Simple, etc.

    COOPERATION
    Contract B2B with my one-person company.

    SALARY
    Fair enough for Mid+ / Senior.

    IMPORTANT
    I don't use AI while coding. And don't want to!

    #job #cooperation #frontend #backend #fullstack #noai #javascript #nodejs #svelte #ionic #php #react #vue

  21. LOOKING FOR A JOB

    https://nemo.earth/#barto

    SKILLS
    Frontend mostly, JS mostly, Svelte React Vue Ionic mostly. But often after work day I was developing fullstack apps, with NodeJS as backend. Coding also in raw PHP. And maybe will return to Python. Besides of course GIT, HTTP, Rest, SOLID, Keep It Simple, etc.

    COOPERATION
    Contract B2B with my one-person company.

    SALARY
    Fair enough for Mid+ / Senior.

    IMPORTANT
    I don't use AI while coding. And don't want to!

    #job #cooperation #frontend #backend #fullstack #noai #javascript #nodejs #svelte #ionic #php #react #vue

  22. Бесплатное lo-fi радио + живые обои на рабочий стол: собрал десктоп-приложение на Tauri 2 (форк lofi-engine)

    Я хотел одну простую вещь: чтобы на втором мониторе тихо играло lo-fi, а за виджетами крутилась уютная анимированная сцена. Готового решения не нашлось — зато нашёлся чужой MIT-проект, у которого я в итоге выкинул главный модуль и собрал из остатков совсем другой продукт. Это девлог о том, что я удалил, что добавил и на каких граблях потанцевал. Под задачу подходящих инструментов хватало, но каждый закрывал только часть. Wallpaper Engine — живые обои, но без радио. Lofi.co — музыка в браузере, но не обои рабочего стола. Noisli — эмбиент, но без всего остального. Покупать три подписки ради фона под код было жалко, поэтому я полез на GitHub смотреть, что можно собрать самому. Нашёл meel-hd/lofi-engine под MIT — аккуратный Tauri-проект со встроенным генеративным движком, который синтезировал lo-fi прямо в браузерном рантайме. Идея красивая, но мне быстро стало понятно, что я хочу совсем другого продукта. Так появился форк, который я в итоге назвал LoFiTyan.

    habr.com/ru/articles/1050316/

    #lofi #tauri #svelte #rust #живые_обои #open_source #web_audio #десктоп

  23. Howdy y'all! Big glow-up incoming: migrating our site from Next.js to SvelteKit. Last time we let the clanker cook. This time it's 100% human-written, from scratch(might take awhile cuz i'm trying to learn Svelte aswell)!
    #indiedev #indie #gamedev #devlog #svelte

  24. Декларативное RPC вместо REST-ручек — победили сетевой бойлерплейт и вычистили код с помощью фреймворка Chord

    Во многих проектах взаимодействие фронта с бэком до сих пор строится по классике: ручки, fetch, headers, дублирование типов. При таком подходе внушительная часть кода уходит на обслуживание сети, а не на саму бизнес-логику. Мы решили эту проблему через Chord — фреймворк сетевого уровня на базе JSON-RPC. Используем его уже более 2 лет. Эта статья для фронтенд- и фулстек-разработчиков, работающих с TypeScript и мета-фреймворками вроде SvelteKit, Next или Nuxt. В ней покажу, как мы с помощью Chord вызываем серверные методы как обычные функции и получаем типы с бэка без дублирования.

    habr.com/ru/companies/dalee_gr

    #chord #rpc #rest #бэкенд #фулстекразработка #json #jsonrpc #svelte #sveltejs

  25. Hallo liebe Freunde und Freundinnen, falls ihr ein Projekt für mich habt, sagt gerne bescheid. Alles was mit #php, #laravel, #javascript, #svelte , #livewire, #kirby, #contao oder #craftcms zu tun hat mache ich gerne!

    #boost4reach
    #fediHire #freelancer #php #javascript

  26. Hallo liebe Freunde und Freundinnen, falls ihr ein Projekt für mich habt, sagt gerne bescheid. Alles was mit #php, #laravel, #javascript, #svelte , #livewire, #kirby, #contao oder #craftcms zu tun hat mache ich gerne!

    #boost4reach
    #fediHire #freelancer #php #javascript