Announcing https://github.com/avanelsas/bareforge, a visual builder for landing pages, built as a companion to BareDOM After creating https://github.com/avanelsas/baredom I can imagine a dev might find it daunting to start with web components, and end up choosing a framework instead. In my experience there is a lot of duplicate work done going from design to code. Bareforge is my attempt at bridging that gap. What does it offer: • Drag-and-drop any of the 90 BareDOM components onto a canvas • Tweak attributes, layout, CSS-variable themes live • Declare reactive state on any container — fields, computed fields, records • Wire DOM events to actions that mutate the data • Pick from 9 starter templates (8 realistic + 1 kinetic showcase) or start blank Here is the kicker. It exports a fully working Clojurescript project (or vanilla JS if that is your cup of tea). As BareDOM does not have external dependencies I wanted to do the same for BareForge exports It exports vanilla Clojurescript (or JS) that looks exactly like code from a re-frame based project. Turning it into a real Re-frame project is as simple as adding re-frame to the exported project. It isn't perfect yet, but delivers surprisingly decent code. The BareForge export is pluggable. Adding React, Svelte or any other framework can be implemented in a simple manner. It would be great if someone would give that a try. Take a look at the https://avanelsas.github.io/bareforge/ or visit the #bareforge channel if you have any questions!
https://github.com/filipesilva/sqlatom is out with much faster serdes: on a 20mb edn it takes 76ms for reset! (down from 314ms), and 140ms for swap! (down from 649ms).
Thanks to all the helpful clojurians at https://clojurians.slack.com/archives/C03S1KBA2/p1777375536274579 for tips and tricks!
@filipematossilva I don't see a tag for v1.2.0. https://github.com/filipesilva/sqlatom/tags
uff sorry, pushed now
PluMCP: Clojure/ClojureScript library for building https://modelcontextprotocol.io/ Clients and Servers
🚀 Version 0.2.0 is released to Clojars. Highlights and coordinates:
• Repo: https://github.com/plumce/plumcp
• Docs: https://plumce.github.io/plumcp-docs/ (updated)
• Significant updates and fixes since 0.1.0 release
• Changelog (since 0.1.0): https://github.com/plumce/plumcp/blob/v0.2.0/CHANGELOG.md#020---2026-apr-28-changes-since-010
• Used in production at https://eca.dev/ eca (as MCP Client) and https://nubank.com.br/ nubank (as MCP Server)
• Version 0.3.0 will target features in MCP spec version 2025-11-25
Please share your feedback/questions/followup in #plumcp or in thread.