⚡ Creatr @getcreatr

AI-assisted builder for production-ready Next.js apps — complete with Supabase, OpenAI, Stripe, Resend, Mapbox, and GitHub export — all from natural language prompts.

https://www.everydev.ai/tools/creatr

#AI #Nextjs #WebApps #NoCode #VibeCoding

Creatr | EveryDev.ai

Creatr is an AI-assisted platform for building production-ready web applications. It focuses on moving from prompt to deployable code with working…

NotionNext is an open-source project that allows you to build a website directly from your Notion workspace. https://hackernoon.com/notionnext-the-all-in-one-platform-for-building-notion-powered-websites #nextjs
NotionNext: The All-in-One Platform for Building Notion-Powered Websites | HackerNoon

NotionNext is an open-source project that allows you to build a website directly from your Notion workspace.

📌 Pixelize Portfolio Next.js Template
A clean, responsive landing page to showcase your work.

✅ Built with Next.js + Tailwind CSS
✅ Light/Dark mode support
✅ Easy customization

Free to download & perfect for developers & creatives.

🔗https://getnextjstemplates.com/products/pixelize-portfolio-nextjs-template

#Nextjs #WebDevelopment #PortfolioTemplate #websitetemplate #nextjstemplate

A deep dive into building next-pwa-pack, a zero-config PWA toolkit for Next.js 15 with App Router, SSR, cache sync, and server revalidation. https://hackernoon.com/how-i-made-nextjs-and-pwa-finally-get-along-with-next-pwa-pack #nextjs
How I Made Next.js and PWA Finally Get Along — With next-pwa-pack | HackerNoon

A deep dive into building next-pwa-pack, a zero-config PWA toolkit for Next.js 15 with App Router, SSR, cache sync, and server revalidation.

Shipped a React 19 + Next.js 15 demo repo of real-world Optimistic UI patterns: likes, todos, chat (retry), comments, blog (Server Actions), 10K virtualized list, failure + rollback scenarios.

Repo: https://github.com/muratti32/react-19-optimistic-update

#react #nextjs #webdev #performance #optimisticUI #react19 #typescript

GitHub - muratti32/react-19-optimistic-update

Contribute to muratti32/react-19-optimistic-update development by creating an account on GitHub.

GitHub

Is there no #opensource #VibeCoding tool that lets you build web apps without #React / #nextjs?

Something that builds #localfirst #PWA with vanilla #JavaScript, with single-click deployment even to a #RaspberryPi, and optionally uses CDNs?

Think of something like what DuckLake does with DuckDB #WASM but for transactional systems instead of analytical – compute on the edge/endpoint with centralised storage?

Maybe with #WebSocket, #WebRTC & #Fediverse as optional additions?

@slightlyoff @simon

🚀 2025 Stack Overflow Developer Survey – Key Takeaways 📊

🤖 84% of developers now use AI tools in their workflow
⚠️ But 46% don’t trust AI’s accuracy
🐍 Python adoption is up +7%
🔥 Rust, TypeScript, and Go keep gaining popularity

The dev world is changing fast — are your skills keeping up?

📺 Full breakdown on my YouTube: https://www.youtube.com/@idebasispaul

#StackOverflow2025 #Programming #AI #Python #Rust #FastAPI #NextJS #DevLife #TechTrends #OpenSource #Coding #MastodonTech #DebasisPaul

Before you continue to YouTube

Of course Safari 2025 interprets CSP trusted-types differently. At least I caught it before it went GA.

#nextjs #ios #safari #ipados #macos #csp

Удалить полпроекта: как мы переписывали MobX‑сторы на React Query в большом Next.js‑проекте

Привет. Я Дима Рагозин, фронтенд-разработчик в KTS . Эту статью я хочу начать с предыстории. Полтора года назад на проекте для одного крупного клиента мы получили задачу — ускорить главную страницу. К тому моменту в кодовой базе уже жили два отдельных фронтенд-приложения под две разные платформы — CSR-версия (Client Side Rendering) и SSR‑версия (Server Side Rendering), — а MobX‑сторы все время жизни проекта разрастались вместе с функциональностью. Каждый новый экран приносил еще один класс (а то и несколько), еще кучу связей, и в какой‑то момент мы стали замечать снижение воспринимаемой скорости приложения, избыточные HTTP‑запросы, сложности с поддерживаемостью и другие проблемы, которые становились критичнее по мере роста проекта. В статье я расскажу о том, как мы шаг за шагом перевели такие сторы на React Query, сократили код вокруг запросов на ≈50 % и практически избавились от повторных GET‑ов. Попутно поведаю о наших граблях и поделюсь советами по миграции.

https://habr.com/ru/companies/kts/articles/935086/

#mobx #React #React_Query #Nextjs #Frontend #Управление_состоянием #Оптимизация_производительности #ssr

Удалить полпроекта: как мы переписывали MobX‑сторы на React Query в большом Next.js‑проекте

Привет. Я Дима Рагозин, фронтенд-разработчик в KTS . Эту статью я хочу начать с предыстории. Полтора года назад на проекте для одного крупного клиента мы получили задачу — ускорить главную страницу. К...

Хабр

watchexec -r -w ../src -e c,cpp,h,mm,m "make"

that assumes I'm in ./build of my project folder created via cmake -S src -B build with make as the building command. Could be ninja too. doesn't matter.

This added to #zellij as a pane below editor made my day today. Hot recompilation of my demo project every time I save one of its source files! Something similar to #nextjs in javascript when dev server is launched.

#cpp #ide of #xxi_century

#programming is fun again and no #vscode required… or less and less..at least!