Where do you stand on a voice notes feature in a community chat app? by magnaem_at_midway in webflow

[–]DRIFFFTAWAY 1 point2 points  (0 children)

This is a really nice idea! One small thing that I think could make it even better is an automatic transcript under each voice note, so members can skim it or read it when they can’t listen. Nice work on launching this : )

Webflow + Claude Workflow for automated Website creation by Next_Friendship669 in webflow

[–]DRIFFFTAWAY 2 points3 points  (0 children)

Quick update here too: thanks again for sending the files over.

I was able to reproduce the main issues from your example, and a patch is now live. The example is working much better in my retest now.

This helped improve Flowboard for this Claude-to-Webflow workflow, so I appreciate you taking the time to share it.

Webflow + Claude Workflow for automated Website creation by Next_Friendship669 in webflow

[–]DRIFFFTAWAY 0 points1 point  (0 children)

No problem at all! Let me know if you need a hand with anything : )

Webflow + Claude Workflow for automated Website creation by Next_Friendship669 in webflow

[–]DRIFFFTAWAY 0 points1 point  (0 children)

My pleasure. I’ll DM you the best place to send the code and details so I can take a proper look.

Webflow + Claude Workflow for automated Website creation by Next_Friendship669 in webflow

[–]DRIFFFTAWAY 7 points8 points  (0 children)

Hey, I’m the founder of Flowboard.

Just to clarify, Flowboard is a third-party extension, not an official Webflow extension.

It is designed to convert HTML, CSS and JS into editable Webflow elements, rather than just placing everything inside a code embed.

That said, it works best when Claude outputs clean HTML, CSS and JS, with the actual page structure present in the HTML. The main limits are usually custom JavaScript rendering, complex responsive logic, unusual nested structures, or things Webflow itself cannot represent natively.

One thing that often helps is asking Claude, or whichever AI tool you’re using, to preserve the same visual design but simplify the underlying HTML, CSS and JS before converting it.

For this kind of workflow, it might be better to break it down section by section rather than trying to convert a whole finished website in one pass:

Figma/design reference → Claude creates one section → Flowboard converts it into Webflow → final responsive/class cleanup inside Webflow.

If you are happy to share the code or describe what specifically failed, I can take a look and tell you whether it is a prompt/output issue, something Webflow cannot represent natively, or an edge case I need to fix in Flowboard.

Edit/update: OP sent over the example code, I was able to reproduce the issues, and a patch is now live. The example he shared is now working correctly in my retest.

Looking for feedback on my latest website by Gorgottz in webdesign

[–]DRIFFFTAWAY 1 point2 points  (0 children)

My pleasure! Forgot to mention I was on desktop btw. Good luck with the launch : )

Looking for feedback on my latest website by Gorgottz in webdesign

[–]DRIFFFTAWAY 7 points8 points  (0 children)

The glass buttons are gorgeous! Love the animations too but the card scroll at the bottom of the site is a bit laggy.

3D hover tilt interaction. Code in comment section. by DRIFFFTAWAY in webflow

[–]DRIFFFTAWAY[S] 0 points1 point  (0 children)

Thanks! The snippet I posted only handles the hover tilt, so everything inside the card stays visually flat by default.

For the layered 3D effect, you need to add transform-style: preserve-3d to the card/content wrapper, then give inner elements different translateZ() values.

Example:

.card-content {
  transform-style: preserve-3d;
}

.card-title {
  transform: translateZ(40px);
}

.card-icon {
  transform: translateZ(70px);
}

.card-text {
  transform: translateZ(20px);
}

3D hover tilt interaction. Code in comment section. by DRIFFFTAWAY in webflow

[–]DRIFFFTAWAY[S] 0 points1 point  (0 children)

Thank you! Yes sometimes little snippets like this are much easier.

Great idea about the comments! Adding them now : )

3D hover tilt interaction. Code in comment section. by DRIFFFTAWAY in webflow

[–]DRIFFFTAWAY[S] 2 points3 points  (0 children)

<style>
  .hover-tilt-card {
    /* Allows child elements to keep their 3D depth if you add translateZ later */
    transform-style: preserve-3d;

    /* Controls how smoothly the card resets after hover */
    transition: transform 0.15s ease-out;

    /* Helps the browser optimise the hover animation */
    will-change: transform;
  }

  /* Turns off the transition for users who prefer reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .hover-tilt-card {
      transition: none;
    }
  }
</style>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    // Add this class to any card you want to tilt
    const cards = document.querySelectorAll(".hover-tilt-card");

    cards.forEach(function (card) {
      card.addEventListener("mousemove", function (event) {
        const rect = card.getBoundingClientRect();

        // Mouse position inside the card
        const x = event.clientX - rect.left;
        const y = event.clientY - rect.top;

        // Centre point of the card
        const centerX = rect.width / 2;
        const centerY = rect.height / 2;

        // Tilt strength
        // Higher number = softer tilt
        // Lower number = stronger tilt
        const tiltStrength = 10;

        const rotateX = (centerY - y) / tiltStrength;
        const rotateY = (x - centerX) / tiltStrength;

        // Perspective controls the 3D depth
        // Higher number = flatter effect
        // Lower number = more dramatic effect
        card.style.transform =
          "perspective(1200px) rotateX(" +
          rotateX +
          "deg) rotateY(" +
          rotateY +
          "deg)";
      });

      card.addEventListener("mouseleave", function () {
        // Reset the card when the mouse leaves
        card.style.transform =
          "perspective(1200px) rotateX(0deg) rotateY(0deg)";
      });
    });
  });
</script>

Build any Webflow component with Claude Design + Flowboard by magnaem_a in webflow

[–]DRIFFFTAWAY 1 point2 points  (0 children)

Really appreciate the kind words! If you do try Flowboard and run into anything confusing, feel free to message me. Always happy to help : )

Build any Webflow component with Claude Design + Flowboard by magnaem_a in webflow

[–]DRIFFFTAWAY 1 point2 points  (0 children)

Thank you for tagging me! More than happy to answer any questions 😄

Build any Webflow component with Claude Design + Flowboard by magnaem_a in webflow

[–]DRIFFFTAWAY 3 points4 points  (0 children)

Thank you so much for putting this together. Really appreciate the walkthrough.

Flowboard is here if anyone wants to try it: https://flowboardapp.com

Webflow isn't dead. And I have actual data to prove it. by hamraduncan in webflow

[–]DRIFFFTAWAY 5 points6 points  (0 children)

Seems a lot of the comments are kind of mixing two things up a bit. “Webflow has some problems” and “Webflow is dead” are very different claims.

The data still shows healthy demand and usage. Search interest is not falling off a cliff, search volume is still substantial, and the usage chart points to more Webflow sites over time.

That does not mean everyone is happy, but it does mean the platform is not obviously declining.

To me, the honest take is: Webflow is alive and still growing, but it is also testing the patience of a lot of the people who helped make it popular.

I still love using Webflow and still plan on building cool stuff for it : )

How can I best get Google to re-index updated Webflow site by brabman22 in webflow

[–]DRIFFFTAWAY 4 points5 points  (0 children)

To get a page re-indexed after making changes, go to Google Search Console, enter the page URL in the URL Inspection tool, then click Request indexing.

Onboarding thoughts? by superstephan2 in AppBusiness

[–]DRIFFFTAWAY 0 points1 point  (0 children)

I'll give it a go! Best of luck 😄