{"id":50349,"date":"2025-10-10T17:10:51","date_gmt":"2025-10-10T17:10:51","guid":{"rendered":"https:\/\/boxbrands.co\/?p=50349"},"modified":"2026-05-30T21:11:06","modified_gmt":"2026-05-30T21:11:06","slug":"test-code","status":"publish","type":"post","link":"https:\/\/boxbrands.co\/ro\/software-apps\/test-code\/","title":{"rendered":"FIELDY.AI"},"content":{"rendered":"<!-- Fieldy \u2013 AI-Powered Conversation Capture -->\n<style>\n  :root{\n    --brand:#4F46E5;          \/* primary *\/\n    --brand-2:#06B6D4;        \/* accent *\/\n    --ink:#0f172a;            \/* text *\/\n    --muted:#5f6b7a;          \/* secondary text *\/\n    --bg:#0b1022;             \/* hero bg *\/\n    --card:#ffffff;\n    --surface:#f6f7fb;\n    --ring:rgba(79,70,229,.25);\n    --radius:16px;\n    --shadow:0 10px 30px rgba(2,6,23,.15);\n  }\n\n  \/* Layout *\/\n  .wrap{max-width:1120px;margin:0 auto;padding:0 18px}\n  .grid{display:grid;gap:18px}\n  @media(min-width:900px){.cols-3{grid-template-columns:repeat(3,1fr)}}\n  @media(min-width:900px){.cols-4{grid-template-columns:repeat(4,1fr)}}\n\n  \/* HERO (white text, no right column) *\/\n  .hero{\n    color:#fff;\n    background:\n      radial-gradient(70% 100% at 80% 30%, rgba(79,70,229,.18), transparent 60%),\n      radial-gradient(50% 60% at 10% 80%, rgba(6,182,212,.18), transparent 60%),\n      linear-gradient(180deg,#11153a,#0d1231);\n    padding:84px 0 64px;\n    position:relative;overflow:hidden\n  }\n  .eyebrow{\n    display:inline-flex;align-items:center;gap:8px;\n    font-weight:800;letter-spacing:.09em;text-transform:uppercase;\n    font-size:12px;color:#e0e7ff;background:rgba(99,102,241,.18);\n    padding:8px 12px;border-radius:999px;border:1px solid rgba(99,102,241,.35)\n  }\n  .hero h1{font-size:48px;line-height:1.08;margin:16px 0 12px;color:#fff}\n  @media(min-width:900px){.hero h1{font-size:60px}}\n  .hero .sub{color:#e5e7eb;max-width:760px;font-size:18px}\n  .cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}\n  .btn{\n    display:inline-flex;align-items:center;justify-content:center;gap:10px;\n    padding:14px 22px;border-radius:999px;font-weight:800;text-decoration:none;\n    transition:.2s transform,.2s box-shadow,.2s background,.2s color;\n    box-shadow:var(--shadow)\n  }\n  .btn-primary{background:linear-gradient(90deg,var(--brand),var(--brand-2));color:#fff}\n  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(79,70,229,.35)}\n  .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.2)}\n  .btn-ghost:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}\n  .disclosure{color:#c7c9d1;font-size:13px;margin-top:10px}\n\n  \/* Trust strip *\/\n  .trust{background:#0e1433;color:#c7c9d1;border-top:1px solid rgba(255,255,255,.05)}\n  .trust .wrap{padding:16px 18px}\n  .trust ul{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}\n  @media(min-width:760px){.trust ul{grid-template-columns:repeat(4,1fr)}}\n  .trust li{display:flex;align-items:center;gap:10px;font-size:14px}\n\n  \/* Generic sections *\/\n  section{padding:64px 0;background:var(--surface)}\n  section.alt{background:#fff}\n  .section-head{margin:0 0 20px}\n  .section-head h2{font-size:34px;margin:0 0 8px;color:var(--ink)}\n  .section-head p{color:var(--muted);max-width:760px}\n\n  \/* Feature cards *\/\n  .card{\n    background:#fff;border-radius:var(--radius);\n    border:1px solid #e9edf3;box-shadow:var(--shadow);\n    padding:20px;transition:.2s transform,.2s box-shadow,.2s border-color\n  }\n  .card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(2,6,23,.18);border-color:#dde3ee}\n  .icon{\n    width:44px;height:44px;border-radius:12px;display:grid;place-items:center;\n    background:linear-gradient(135deg,rgba(79,70,229,.10),rgba(6,182,212,.10));font-size:20px\n  }\n  .card h3{margin:10px 0 6px;font-size:18px;color:var(--ink)}\n  .card p{margin:0;color:var(--muted);font-size:15px}\n\n  \/* Steps (single column) *\/\n  .steps .step{display:flex;gap:12px;margin:16px 0}\n  .steps .num{\n    flex:0 0 36px;height:36px;border-radius:50%;\n    background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;\n    display:grid;place-items:center;font-weight:800\n  }\n  .steps strong{display:block;color:var(--ink);margin-bottom:2px}\n  .steps p{margin:0;color:var(--muted)}\n\n  \/* Comparison table *\/\n  .table{\n    border:1px solid #e6ebf1;border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow)\n  }\n  .table table{width:100%;border-collapse:separate;border-spacing:0}\n  .table thead th{\n    background:linear-gradient(90deg,var(--brand),var(--brand-2));\n    color:#fff;text-align:left;padding:14px 16px;font-size:14px\n  }\n  .table tbody td{padding:14px 16px;border-top:1px solid #eef2f7;color:var(--ink)}\n  .table tbody tr:hover td{background:#f1f5ff}\n\n  .badge{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}\n  .b-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}\n  .b-warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}\n\n  \/* CTA band *\/\n  .cta-band{\n    background:\n      radial-gradient(70% 100% at 80% 30%, rgba(79,70,229,.18), transparent 60%),\n      radial-gradient(50% 60% at 10% 80%, rgba(6,182,212,.18), transparent 60%),\n      linear-gradient(180deg,#11153a,#0d1231);\n    color:#fff;padding:50px 0;border-top:1px solid rgba(255,255,255,.06)\n  }\n  .cta-band h3{font-size:28px;margin:0 0 8px}\n  .cta-band p{color:#c7c9d1;margin:0 0 16px}\n\n  \/* Footer note *\/\n  .foot{background:#0c122e;color:#9aa3b2;padding:18px 0;font-size:13px;text-align:center}\n<\/style>\n\n<!-- HERO -->\n<header class=\"hero\">\n  <div class=\"wrap\">\n    <span class=\"eyebrow\">Fieldy \u2014 AI-Powered Conversation Capture<\/span>\n    <h1>Turn Every Conversation into Searchable, Shareable Knowledge<\/h1>\n    <p class=\"sub\">Capture calls and meetings automatically, get instant summaries, action items, and searchable transcripts. Keep your team aligned without manual note-taking.<\/p>\n    <div class=\"cta\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/fieldlabsinc.sjv.io\/GKWdGV\" target=\"_blank\" rel=\"sponsored noopener\">Try Fieldy Free \u2192<\/a>\n      <a class=\"btn btn-ghost\" href=\"#features\">See How It Works<\/a>\n    <\/div>\n    <p class=\"disclosure\">Disclosure: This page contains affiliate links. If you sign up via these links, I may earn a commission at no extra cost to you.<\/p>\n  <\/div>\n<\/header>\n\n<!-- TRUST STRIP -->\n<div class=\"trust\">\n  <div class=\"wrap\">\n    <ul>\n      <li>\u2705 No manual note-taking<\/li>\n      <li>\ud83d\udd12 Secure by design<\/li>\n      <li>\u26a1 Instant AI summaries<\/li>\n      <li>\ud83e\udde9 Works with your tools<\/li>\n    <\/ul>\n  <\/div>\n<\/div>\n\n<!-- FEATURES -->\n<section id=\"features\" class=\"alt\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <h2>Why teams choose Fieldy<\/h2>\n      <p>Automate documentation, keep projects moving, and never lose the details hidden inside meetings and calls.<\/p>\n    <\/div>\n    <div class=\"grid cols-4\">\n      <div class=\"card\">\n        <div class=\"icon\">\ud83d\udcdd<\/div>\n        <h3>AI Notes &#038; Actions<\/h3>\n        <p>Clear summaries with owners and due dates\u2014ready to share instantly.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <div class=\"icon\">\ud83c\udfa7<\/div>\n        <h3>Multi-Platform Capture<\/h3>\n        <p>Record or import from meeting apps, calls, or audio files\u2014no friction.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <div class=\"icon\">\ud83d\udd0e<\/div>\n        <h3>Powerful Search<\/h3>\n        <p>Find moments by keyword, topic, or speaker. No more scrubbing.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <div class=\"icon\">\ud83d\udee1\ufe0f<\/div>\n        <h3>Privacy Controls<\/h3>\n        <p>Granular access + consent to keep sensitive conversations protected.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FROM CONVERSATION TO ACTION \u2014 SINGLE COLUMN -->\n<section>\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <h2>From conversation to action\u2014fast<\/h2>\n      <p>Fieldy turns raw audio into structured knowledge your team can use immediately.<\/p>\n    <\/div>\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"num\">1<\/div>\n        <div><strong>Capture<\/strong><p>Join or upload the conversation\u2014Fieldy handles the rest in the background.<\/p><\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"num\">2<\/div>\n        <div><strong>Summarise<\/strong><p>Get concise highlights, decisions, and owners in minutes.<\/p><\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"num\">3<\/div>\n        <div><strong>Sync<\/strong><p>Send notes and tasks to your tools to keep momentum.<\/p><\/div>\n      <\/div>\n    <\/div>\n    <div class=\"cta\" style=\"margin-top:10px\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/fieldlabsinc.sjv.io\/GKWdGV\" target=\"_blank\" rel=\"sponsored noopener\">Get Started \u2192<\/a>\n      <a class=\"btn btn-ghost\" href=\"#compare\">Compare<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- COMPARISON -->\n<section id=\"compare\" class=\"alt\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <h2>Less admin. More clarity.<\/h2>\n      <p>Replace scattered notes with a unified source of truth that updates itself.<\/p>\n    <\/div>\n    <div class=\"table\">\n      <table>\n        <thead>\n          <tr><th>Feature<\/th><th>With Fieldy<\/th><th>Without Fieldy<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Meeting notes<\/td>\n            <td><span class=\"badge b-ok\">Auto-generated<\/span><\/td>\n            <td><span class=\"badge b-warn\">Manual, inconsistent<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Action items<\/td>\n            <td><span class=\"badge b-ok\">Assigned w\/ owners<\/span><\/td>\n            <td><span class=\"badge b-warn\">Buried in threads<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Searchability<\/td>\n            <td><span class=\"badge b-ok\">Keyword + speaker<\/span><\/td>\n            <td><span class=\"badge b-warn\">Hard to find<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Follow-up speed<\/td>\n            <td><span class=\"badge b-ok\">Minutes<\/span><\/td>\n            <td><span class=\"badge b-warn\">Hours+<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FAQ -->\n<section id=\"faq\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <h2>FAQ<\/h2>\n      <p>Quick answers to common questions.<\/p>\n    <\/div>\n    <div class=\"grid\">\n      <details class=\"card\"><summary><strong>Do participants need to install anything?<\/strong><\/summary><p style=\"margin-top:8px;color:var(--muted)\">No. Conversations can be captured or imported without requiring your guests to install software.<\/p><\/details>\n      <details class=\"card\"><summary><strong>Is it secure?<\/strong><\/summary><p style=\"margin-top:8px;color:var(--muted)\">Fieldy offers role-based access and consent controls so recordings and notes are only visible to the right people.<\/p><\/details>\n      <details class=\"card\"><summary><strong>Which tools does Fieldy work with?<\/strong><\/summary><p style=\"margin-top:8px;color:var(--muted)\">Fieldy supports popular meeting platforms and can sync summaries and tasks into your daily tools.<\/p><\/details>\n      <details class=\"card\"><summary><strong>Can I try it first?<\/strong><\/summary><p style=\"margin-top:8px;color:var(--muted)\">Yes\u2014click the button below to start free and capture your next call.<\/p><\/details>\n    <\/div>\n    <div class=\"cta\" style=\"margin-top:18px\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/fieldlabsinc.sjv.io\/GKWdGV\" target=\"_blank\" rel=\"sponsored noopener\">Try Fieldy Free \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND -->\n<section class=\"cta-band\">\n  <div class=\"wrap\">\n    <h3>Ready to make every conversation count?<\/h3>\n    <p>Start capturing, summarising, and searching your calls in minutes.<\/p>\n    <div class=\"cta\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/fieldlabsinc.sjv.io\/GKWdGV\" target=\"_blank\" rel=\"sponsored noopener\">Get Started Now<\/a>\n      <a class=\"btn btn-ghost\" href=\"#features\">Explore Features<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER NOTE -->\n<div class=\"foot\">\u00a9 <span id=\"y\">2025<\/span> Fieldy Landing \u2022 Affiliate partner. All rights reserved.<\/div>\n<script>document.getElementById('y').textContent=new Date().getFullYear();<\/script>\n\n\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Fieldy \u2014 AI-Powered Conversation Capture Turn Every Conversation into Searchable, Shareable Knowledge Capture calls and meetings automatically, get instant summaries, action items, and searchable transcripts. Keep your team aligned without manual note-taking. Try Fieldy Free \u2192 See How It Works Disclosure: This page contains affiliate links. If you sign up via these links, I may [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":49517,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","footnotes":""},"categories":[388],"tags":[],"class_list":["post-50349","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-apps"],"blocksy_meta":[],"contentshake_article_id":"","featured_image_src":"https:\/\/boxbrands.co\/wp-content\/uploads\/2025\/09\/header_image.jpg","author_info":{"display_name":"admin","author_link":"https:\/\/boxbrands.co\/ro\/author\/admin\/"},"_links":{"self":[{"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/posts\/50349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/comments?post=50349"}],"version-history":[{"count":11,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/posts\/50349\/revisions"}],"predecessor-version":[{"id":50385,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/posts\/50349\/revisions\/50385"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/media\/49517"}],"wp:attachment":[{"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/media?parent=50349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/categories?post=50349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/boxbrands.co\/ro\/wp-json\/wp\/v2\/tags?post=50349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}