Click any element in your Jekyll site. Describe the fix. PulseDev's AI analyzes your Liquid templates, includes, and styles — then writes production-ready code changes instantly.
Jekyll transforms Markdown and Liquid templates into static HTML, but fixing layout issues across includes, layouts, and Sass files means slow manual iteration with each rebuild.
How Jekyll developers fix UI issues — before and after PulseDev.
Tracing styles through Liquid includes, layout inheritance, and Sass partials to find the offending rule.
Click the element on your Jekyll site. PulseDev identifies the template file and proposes the fix.
PulseDev resolves rendered HTML back to your Jekyll source — no more searching through _includes/ and _layouts/.
Download the PulseDev desktop app for macOS. It connects directly to your Jekyll dev server.
Add the PulseDev script to your HTML to enable visual debugging. No npm package required.
<!-- Add to your HTML <head> -->
<script src="https://cdn.pulsedev.app/widget.js"
data-project="YOUR_PROJECT_ID"
defer></script>Run your Jekyll dev server as usual. PulseDev will automatically connect.
$ bundle exec jekyll serve
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
→ PulseDev: Visual debugging enabled
→ Status: Liquid inspector activeClick any element to see which Liquid template, layout, or include rendered it. PulseDev resolves the file path instantly — no DevTools needed.
Drop numbered pins on elements and describe fixes in plain English. Attach screenshots or Figma frames for visual reference.
Claude proposes code diffs in a sidebar chat. See changes live via hot reload. Iterate with follow-up instructions — uses your Claude subscription at zero extra cost.
Review staged diffs, approve or reject per change. Create commits, open PRs, or roll back with one click. Nothing ships without your approval.
View which includes are used on the current page and their parameters.
Inspect YAML front matter and site data used to render the current page.
Browse Jekyll collections and see how data flows into your templates.
See which Liquid filters transform data and their input/output values.
Download PulseDev and start fixing UI issues visually.
Download Free for macOS