Inject any code into your Rocket.new app through chat - scripts, embeds, widgets, and custom components. Part of the only vibe solutioning platform with research, building, and intelligence.
Use this file to discover all available pages before exploring further.
If it runs in a browser, Rocket can add it to your task. Paste a snippet directly into chat or describe what you want. Rocket figures out where it goes and integrates it into the right file.The examples below are a starting point. Any standard HTML, CSS, JavaScript, or iframe embed works.
You have two options: paste code you already have, or describe what you want.Paste a snippet:Copy any embed code, script tag, or component from anywhere and paste it into chat with a short instruction.
Add this to the bottom of every page:<script>window.$crisp=[];window.CRISP_WEBSITE_ID="xxxx";(function(){...})()</script>
Describe what you want:If you do not have code yet, just describe the outcome. Rocket writes or fetches the integration for you.
Add a Calendly booking widget to my contact page.
Add an interactive 3D product model to my hero section using Three.js.
Rocket can add 3D models, scenes, and interactive experiences to any page.Model viewers:
Add a 3D product viewer to my homepage using <model-viewer>. Use this .glb file URL: https://...
Embed this Sketchfab 3D model on my product page:<div class="sketchfab-embed-wrapper"><iframe ...></iframe></div>
Three.js and WebGL scenes:
Add an animated Three.js particle background to my hero section. Dark theme, subtle movement.
Add a rotating 3D logo to the about page using Three.js.
Spline:
Embed this Spline scene as a full-width background on my landing page:<script type="module" src="https://unpkg.com/@splinetool/viewer/build/spline-viewer.js"></script><spline-viewer url="https://prod.spline.design/..."></spline-viewer>
Paste an embed code from any tool and tell Rocket where to place it.Forms and surveys:
Add this Typeform embed to my contact page:<div data-tf-live="abc123"></div><script src="//embed.typeform.com/next/embed.js"></script>
Embed my Tally form as a popup triggered when someone clicks "Request a demo".
Scheduling:
Add this Calendly inline widget to my services page:<div class="calendly-inline-widget" data-url="https://calendly.com/..."></div><script src="https://assets.calendly.com/assets/external/widget.js"></script>
Video:
Embed this Loom video in the onboarding section:<div><iframe src="https://www.loom.com/embed/..."></iframe></div>
Add a YouTube video to the hero. Autoplay muted, no controls, looped.
Maps:
Embed a Google Maps iframe on the contact page showing our office location.
Add a Mapbox interactive map to the locations page.
Social and community:
Embed my latest tweets on the homepage sidebar using the Twitter timeline widget.
Add this CSS override to change the heading font across the whole site:h1, h2, h3 { font-family: 'Cabinet Grotesk', sans-serif; }
Add a custom scrollbar style that matches my dark theme.
Fonts:
Add this Google Fonts import and apply Outfit as the default body font:<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap" rel="stylesheet">
Add a self-hosted variable font from my /fonts folder and apply it to headings.
Icon libraries:
Add Font Awesome and use the rocket icon in the navbar.
Animation:
Add GSAP and use it to fade in the hero section on page load with a slight upward movement.
Add Lottie and play this animation JSON when the page loads: https://...