Single-page, responsive site to sell your REAPER Vertical FX List script. Includes hero, features (grid + text/GIF rows), demo, how it works, requirements, installation, pricing with buy buttons, testimonials, FAQ, contact, SEO/OG tags, and structured data.
- Open
index.htmlin a browser to preview. - Edit content in
index.html(titles, copy, FAQ, etc.). - Customize colors or spacing in
styles.css. - Set your checkout link on Buy buttons via the
data-payment-linkattribute inindex.html. - Deploy to a static host (GitHub Pages, Netlify, Vercel, Cloudflare Pages, etc.).
- Stripe: Create a Payment Link and paste its URL into both
data-payment-linkattributes on#buyButtonand#buyButtonPricing. - Lemon Squeezy / Paddle / Gumroad: Use their hosted checkout link similarly.
- Replace the YouTube iframe
srcwith your video or set thedata-youtube-idattribute. - Optionally add an MP3 in the audio example.
- Update
<title>, meta description, Open Graph, and Twitter tags inindex.html. - Replace the
og:imageURL with your own 1200x630 image. - Update JSON-LD structured data: name, brand, sku, price, and URLs.
- Change the site name in the header brand link.
- Update footer name and support email.
- Netlify: Drag-and-drop the folder, or
netlify deploy. - Vercel:
vercelin this folder. - GitHub Pages: Push to a repo and enable Pages for main branch.
You own your content. The template code is provided under the MIT License.
- Add detailed sections under the Features area using the
.feature-rowsmarkup inindex.html. - Each row has a
.feature-textcolumn and a.feature-mediacolumn that accepts .mov or .mp4 videos. - To reverse the layout, add the
reverseclass to.feature-row. - Place your media files in organized subfolders within
assets/:- Videos:
assets/Videos/(e.g.,./assets/Videos/Main-basic.mov) - Icons:
assets/icons/(e.g.,./assets/icons/MouseL.png) - Background images:
assets/Bg pics/(e.g.,./assets/Bg pics/BG5.png)
- Videos:
- Videos autoplay on loop, are muted by default, and don't show controls for a cleaner presentation.
- Hero section includes a background video (
./assets/Videos/Main-basic.mov) that plays behind the text content.