<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Celtic3d</title>
	<atom:link href="https://www.celtic3d.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.celtic3d.com/</link>
	<description>3D Heritage, Digitally Crafted</description>
	<lastBuildDate>Fri, 24 Jul 2026 16:02:31 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://media.celtic3d.com/wp-content/uploads/2019/01/28114953/cropped-Celtic3d-full-logo2-32x32.png</url>
	<title>Celtic3d</title>
	<link>https://www.celtic3d.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What&#8217;s a Vector Store? (And Why Your Website&#8217;s Chatbot Needs One)</title>
		<link>https://www.celtic3d.com/what-is-a-vector-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-a-vector-store</link>
					<comments>https://www.celtic3d.com/what-is-a-vector-store/#respond</comments>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 15:26:57 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=15342</guid>

					<description><![CDATA[<p>A plain-English guide to vector stores: how AI chat can search your business documents by meaning — and answer customers from your content, with sources.</p>
<p>The post <a href="https://www.celtic3d.com/what-is-a-vector-store/">What&#8217;s a Vector Store? (And Why Your Website&#8217;s Chatbot Needs One)</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="widgetopts1402332484 wp-block-paragraph"><em>From the AnswerRails development blog — plain-English explanations of the technology behind trustworthy AI chat.</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">If you&#8217;ve experimented with AI chatbots for your business, you&#8217;ve probably run into the problem that keeps most of them off serious websites: they make things up. Ask a generic chatbot for your opening hours and it will cheerfully invent some. Ask about your returns policy and it will describe a policy you don&#8217;t have, in a confident tone your customers have no reason to doubt.</p>



<p class="wp-block-paragraph">This isn&#8217;t a bug that better AI models will simply grow out of. It&#8217;s a consequence of what these models are: they&#8217;ve read a huge slice of the internet, but they have never read <em>your</em> business. The fix isn&#8217;t a smarter model. It&#8217;s giving the model your actual information at the moment it answers — and that&#8217;s where vector stores come in.</p>



<h2 id="h-the-open-book-exam" class="wp-block-heading">The open-book exam</h2>



<p class="wp-block-paragraph">Here&#8217;s the mental model we use constantly while building AnswerRails: a closed-book exam versus an open-book exam.</p>



<p class="wp-block-paragraph">A generic chatbot sits a closed-book exam about your business. It has general knowledge and a lot of confidence, so it writes <em>something</em> — and something is often wrong.</p>



<p class="wp-block-paragraph">A grounded chatbot sits an open-book exam. Before it answers, it&#8217;s handed the relevant pages from your own documents — your FAQ, your product notes, your policies — and instructed to answer from those pages. If the pages don&#8217;t contain the answer, it should say so and offer to connect the customer with a human, rather than guessing.</p>



<p class="wp-block-paragraph">We see this daily on our own demo site, Celtic3d, which sells 3D-printed Scottish clan crests. Ask the assistant <em>“Which clan is the surname Bain associated with?”</em> and it answers from a clan-name reference document we loaded into its knowledge base — Clan MacKay, as it happens — and cites the document it used. No guessing, and the customer can see where the answer came from.</p>



<p class="wp-block-paragraph">But this raises the practical question the whole approach depends on: out of everything in your knowledge base, how does the system find <em>the right pages</em> to hand over?</p>



<h2 id="h-finding-the-right-page-why-ordinary-search-isn-t-enough" class="wp-block-heading">Finding the right page: why ordinary search isn&#8217;t enough</h2>



<p class="wp-block-paragraph">The obvious answer is keyword search — the kind of matching that powers a basic site search box. It works, and (as you&#8217;ll see below) we use it too. But it has a well-known weakness: people don&#8217;t use your words.</p>



<p class="wp-block-paragraph">Your FAQ says “opening hours”. Your customer types <em>“when are you open?”</em> or <em>“what time do you shut?”</em> or <em>“are you around on Saturdays?”</em> — three questions that share almost no words with the document that answers them. Keyword search matches letters, not meaning, and meaning is what customers actually type.</p>



<h2 id="h-so-what-is-a-vector-store" class="wp-block-heading">So what is a vector store?</h2>



<p class="wp-block-paragraph">A vector store is a database built to search by <strong>meaning</strong> instead of by matching words.</p>



<p class="wp-block-paragraph">The idea sounds stranger than it is. Modern AI systems can convert a piece of text into a long list of numbers — called a <em>vector</em>, or an <em>embedding</em> — that acts like a set of coordinates. Not coordinates on a geographic map, but on a kind of map of meaning. Passages that mean similar things end up close together on that map, even when they use completely different words. “Our opening hours are 9 to 5” and “what time are you open?” land near each other. “Our opening hours” and “opening a jammed sporran clasp” do not, despite sharing a word.</p>



<p class="wp-block-paragraph">A vector store holds those coordinates for every passage in your knowledge base. When a customer asks a question, the question is converted to coordinates the same way, and the store finds the passages sitting nearest to it on the meaning map. Those passages — usually just a handful of short excerpts — are what gets handed to the AI as its open book for that one answer.</p>



<p class="wp-block-paragraph">That&#8217;s the whole trick. No magic, just geometry: represent meaning as position, then “which documents are relevant?” becomes “which points are nearby?” — a question computers are extremely good at.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1200" height="675" src="https://media.celtic3d.com/wp-content/uploads/2026/07/24161859/vector-store-map.png" alt="Map of meaning: a customer's question lands beside the opening-hours passages despite sharing no words with them; unrelated topics sit far away. The nearest passages are handed to the AI as its open book." class="wp-image-15341" srcset="https://media.celtic3d.com/wp-content/uploads/2026/07/24161859/vector-store-map.png 1200w, https://media.celtic3d.com/wp-content/uploads/2026/07/24161859/vector-store-map-800x450.png 800w, https://media.celtic3d.com/wp-content/uploads/2026/07/24161859/vector-store-map-600x338.png 600w" sizes="(max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">The map of meaning. The question shares no words with “opening hours” — but sits right beside it, so the right passages are found and handed to the AI as its open book for this one answer.</figcaption></figure>



<h2 id="h-how-answerrails-puts-this-to-work" class="wp-block-heading">How AnswerRails puts this to work</h2>



<p class="wp-block-paragraph">When you add documents to the AnswerRails knowledge base — FAQs, product information, policies, even existing pages from your site — the content is broken into digestible passages and indexed for search. Then, on every single question a visitor asks:</p>



<ol class="wp-block-list">
<li>The question is searched against your knowledge base.</li>



<li>The most relevant excerpts are retrieved — only the passages that relate to this specific question.</li>



<li>The AI writes its answer <em>from those excerpts</em>, and the reply shows its sources, so both you and your customer can see which document the answer came from.</li>



<li>If the search comes back empty-handed — the question is about something your knowledge base doesn&#8217;t cover — guardrails step in and the assistant offers to hand the conversation to your team instead of improvising.</li>
</ol>



<p class="wp-block-paragraph">That last step matters as much as the first three. An honest “let me connect you with someone” is a good customer experience. A fabricated returns policy is a liability.</p>



<h2 id="h-a-lesson-from-the-workshop-don-t-bet-everything-on-one-search-engine" class="wp-block-heading">A lesson from the workshop: don&#8217;t bet everything on one search engine</h2>



<p class="wp-block-paragraph">Here&#8217;s a story from our own development log. Earlier this summer, the cloud vector-search service we relied on had an intermittent outage. Our chat kept working — but with knowledge search failing, answerable questions were being handed off to a human unnecessarily. The assistant was being honest, which is exactly what guardrails are for, but it was honest more often than it needed to be.</p>



<p class="wp-block-paragraph">Our response shaped the product. AnswerRails now keeps a second, independent search index of your knowledge base — a keyword index stored in your own WordPress database. If the cloud vector search ever fails, the assistant automatically falls back to searching locally, and answers stay grounded in your content instead of everything routing to your inbox. The dashboard tells you honestly when this is happening.</p>



<p class="wp-block-paragraph">And in our latest release we went a step further: that local index is now a fully supported mode in its own right. On our free tier you don&#8217;t need a vector-store account at all — your knowledge base is indexed and searched entirely within your own WordPress database. Keyword search is less clever than vector search (it matches words, not meaning), which is why vector search remains the recommended upgrade — but both modes are <em>grounded</em>: every answer is built from your documents, with sources, or honestly handed off.</p>



<h2 id="h-where-does-my-data-live" class="wp-block-heading">Where does my data live?</h2>



<p class="wp-block-paragraph">A fair question, and one we think deserves a plain answer. Your knowledge base is stored and searched in your own WordPress database — and if you enable vector search, also in a vector store on your own account with your AI provider, not ours. When a customer asks a question, only the excerpts relevant to that question are shared with your chosen AI provider so it can write the answer. You bring your own API key, so the relationship — and the bill — is directly between you and your provider.</p>



<h2 id="h-what-to-take-away" class="wp-block-heading">What to take away</h2>



<p class="wp-block-paragraph">If you&#8217;re evaluating an AI assistant for your website, the technology behind the buzzwords boils down to three questions worth asking of any product:</p>



<p class="wp-block-paragraph">Does it answer from <em>your</em> documents rather than its general knowledge? Does it show its sources, so answers can be checked? And when it doesn&#8217;t know, does it say so and hand over to a human?</p>



<p class="wp-block-paragraph">Vector stores are the machinery that makes the first of those work well — search that understands <em>“are you around on Saturdays?”</em> is the same question as <em>“opening hours”</em>. The rest is engineering discipline: grounding, citations, guardrails, and a fallback for the days the cloud has a bad morning.</p>



<p class="wp-block-paragraph">That&#8217;s what we&#8217;re building with AnswerRails. In future posts we&#8217;ll dig into other pieces of the machinery — how citations work, what “guardrails” actually means in practice, and why we think an AI assistant should tell you when it&#8217;s having a bad day.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><em>AnswerRails is an AI customer-service assistant for WordPress, built around grounded answers, real citations, and honest handoffs. Follow along as we build it at <a href="https://answerrails.com" target="_blank" rel="noopener">answerrails.com</a>.</em></p>


<p class="widgetopts292628751 ">        <div id="answerrails-chat-widget"
            class="answerrails-chat-minimized answerrails-launcher-pos-bottom-right answerrails-window-preset-standard"
            style="--ar-accent:#2563eb; --ar-accent-hover:#2157cf; --ar-accent-contrast:#ffffff; --ar-focus-ring:rgba(37, 99, 235, 0.12); --ar-focus-border:#2563eb; --ar-header-bg:linear-gradient(135deg, #2563eb 0%, #2157cf 100%); --ar-header-text:#ffffff; --ar-header-text-soft:rgba(255, 255, 255, 0.9);"
            data-ar-mode="light">
            <button type="button"
                class="answerrails-chat-button answerrails-launcher answerrails-launcher--size-comfortable answerrails-launcher--bubble answerrails-launcher--has-tagline"
                style="--ar-launcher-bg:#2563eb; --ar-launcher-text:#ffffff;"
                aria-haspopup="dialog"
                aria-expanded="false"
                aria-pressed="false"
                aria-label="Open chat with Celtic3d – Chat with us">
                <span class="answerrails-launcher-media" aria-hidden="true">
                                            <span class="answerrails-chat-icon">
                            <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4l4 4 4-4h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>
                            </svg>
                        </span>
                                    </span>
                <span class="answerrails-launcher-body">
                    <span class="answerrails-launcher-title">Celtic3d</span>
                                            <span class="answerrails-launcher-tagline">Chat with us</span>
                                    </span>
            </button>

            <div class="answerrails-chat-window">
                                <span class="answerrails-resize-handle answerrails-resize-handle--left" data-ar-resize="left" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--top" data-ar-resize="top" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--corner" data-ar-resize="corner" aria-hidden="true"></span>
                <div class="answerrails-chat-header">
                    <div class="answerrails-chat-avatar">
                        <img decoding="async" src="https://media.celtic3d.com/wp-content/uploads/2025/10/10160445/AnswerRails-W-02-150x150.png" alt="Celtic3d" />
                    </div>
                    <div class="answerrails-chat-info">
                        <div class="answerrails-chat-title">How can we help you today?</div>
                        <div class="answerrails-chat-subtitle">Celtic3d</div>
                    </div>
                    <div class="answerrails-chat-actions">
                                                <button type="button" class="answerrails-chat-new" title="New conversation" aria-label="Start a new conversation">
                            <svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 1 0 7.73 10h-2.08A6 6 0 1 1 12 6c1.66 0 3.15.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/>
                            </svg>
                        </button>
                        <button type="button" class="answerrails-chat-minimize" title="Minimize">
                            <span>−</span>
                        </button>
                    </div>
                </div>
                
                <div class="answerrails-chat-messages">
                    <!-- Welcome message will be added dynamically -->
                </div>
                
                <div class="answerrails-chat-input-area">
                                            <div class="answerrails-consent-notice" style="display: none;">
                            <label>
                                <input type="checkbox" id="answerrails-consent-checkbox" autocomplete="off">
                                This chat gives informal guidance only, it does not generate binding commitments. For a binding quote, please contact us directly at <a href="mailto:sales@celtic3d.com">sales@celtic3d.com</a>. By continuing, you consent to us logging the conversation for 180 days.                            </label>
                        </div>
                                        
                    <div class="answerrails-chat-input">
                        <textarea
                            id="answerrails-message-input"
                            placeholder="Type your message..."
                            rows="1"></textarea>
                        <button type="button" id="answerrails-send-button">
                            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
                                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
                            </svg>
                        </button>
                    </div>

                                                                    <div class="answerrails-chat-footer">
                            <div class="answerrails-powered-by">
                                Powered by <a href="https://answerrails.com" target="_blank" rel="nofollow noopener noreferrer">AnswerRails</a>
                            </div>
                        </div>
                                    </div>
            </div>
        </div>
        </p>
<p>The post <a href="https://www.celtic3d.com/what-is-a-vector-store/">What&#8217;s a Vector Store? (And Why Your Website&#8217;s Chatbot Needs One)</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.celtic3d.com/what-is-a-vector-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your Website&#8217;s AI Assistant Is Growing Up: AnswerRails Heads for Public Launch</title>
		<link>https://www.celtic3d.com/answerrails-heads-for-public-launch/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=answerrails-heads-for-public-launch</link>
					<comments>https://www.celtic3d.com/answerrails-heads-for-public-launch/#respond</comments>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Thu, 23 Jul 2026 14:05:05 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Chat]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=15246</guid>

					<description><![CDATA[<p>When we first wrote about making your website answer back, AnswerRails was a promise in private beta: an AI assistant that answers customer questions from your content — and refuses to make things up. Since then it&#8217;s been running live, answering real questions from real visitors, and growing quickly. Today we can say it: AnswerRails [&#8230;]</p>
<p>The post <a href="https://www.celtic3d.com/answerrails-heads-for-public-launch/">Your Website&#8217;s AI Assistant Is Growing Up: AnswerRails Heads for Public Launch</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="widgetopts559149657 wp-block-paragraph">When we first wrote about <a href="https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/">making your website answer back</a>, AnswerRails was a promise in private beta: an AI assistant that answers customer questions from <em>your</em> content — and refuses to make things up. Since then it&#8217;s been running live, answering real questions from real visitors, and growing quickly. Today we can say it: <strong>AnswerRails is heading for public launch. Date to be announced — and it will be worth the wait.</strong></p>



<p class="widgetopts615384890 wp-block-paragraph">Here&#8217;s what it does now, and why we think it&#8217;s the assistant your WordPress site has been missing.</p>



<p class="widgetopts774022156 wp-block-paragraph">The heart of AnswerRails hasn&#8217;t changed: every answer is built from your own pages, posts, product data and uploaded documents, with real source citations underneath. If the answer isn&#8217;t in your content, it doesn&#8217;t improvise — it says so, and offers to connect the visitor with your team instead. A structured escalation email means nothing gets lost on the way.</p>



<figure class="widgetopts338667345 extendedwopts-md-center wp-block-image size-full has-custom-border is-style-default" style="margin-top:0;margin-bottom:0"><img decoding="async" width="799" height="744" src="https://media.celtic3d.com/wp-content/uploads/2026/07/23151936/AnswerrailsExample.png" alt="An example chat session using AnswerRails AI powered chat assistant for WordPress" class="has-border-color has-palette-color-3-border-color wp-image-15256" style="border-width:12px;aspect-ratio:1.0739456315024052" srcset="https://media.celtic3d.com/wp-content/uploads/2026/07/23151936/AnswerrailsExample.png 799w, https://media.celtic3d.com/wp-content/uploads/2026/07/23151936/AnswerrailsExample-600x559.png 600w" sizes="(max-width: 799px) 100vw, 799px" /></figure>



<h3 id="h-grounded-answers-not-guesswork" class="widgetopts2029653659 wp-block-heading">Grounded answers, not guesswork</h3>



<p class="widgetopts106100641 wp-block-paragraph">You&#8217;ve seen AI chatbots confidently invent opening hours, prices and return policies. AnswerRails was built so yours never does.</p>



<h3 id="h-a-widget-your-visitors-will-actually-enjoy" class="widgetopts749404804 wp-block-heading">A widget your visitors will actually enjoy</h3>



<p class="widgetopts2121033542 wp-block-paragraph">The front end has just had a complete overhaul:</p>



<ul class="widgetopts2029775901 wp-block-list">
<li><strong>Your brand, automatically.</strong> Set your accent colour and the widget themes itself — including a proper dark mode, with text contrast checked so it stays readable on every background.</li>



<li><strong>At home on every screen.</strong> On desktop, visitors can move and resize the chat window like an app. On phones, it opens into a clean full-screen conversation that plays nicely with the keyboard.</li>



<li><strong>Small touches that matter.</strong> A one-tap &#8220;new conversation&#8221; button, a considerate consent flow, and a launcher that stays out of the way until it&#8217;s needed.</li>
</ul>



<h3 id="h-protected-by-default" class="widgetopts1935788357 wp-block-heading">Protected by default</h3>



<p class="widgetopts45606777 wp-block-paragraph">A public chat endpoint is an invitation to bots — so AnswerRails ships with rate limiting built in, plus optional <strong>Google reCAPTCHA v3</strong> protection with a tunable strictness threshold. It&#8217;s invisible to real visitors (no puzzles, no traffic lights), and privacy-conscious too: Google&#8217;s script only loads for visitors who actually open the chat.</p>



<h3 id="h-your-choice-of-ai-including-a-genuinely-free-one" class="widgetopts822118544 wp-block-heading">Your choice of AI — including a genuinely free one</h3>



<p class="widgetopts827108261 wp-block-paragraph">AnswerRails runs on <strong>OpenAI, Google Gemini, or Anthropic Claude</strong>, switchable in one click, on your own API key. New installs default to Gemini&#8217;s free tier, so you can go from installation to grounded answers without paying any AI vendor a penny. And if a provider announces it&#8217;s retiring your chosen model, AnswerRails now warns you in the dashboard well before anything breaks.</p>



<h3 id="h-it-listens-as-well-as-answers" class="widgetopts1305236276 wp-block-heading">It listens as well as answers</h3>



<p class="widgetopts621177839 wp-block-paragraph">Every conversation is a signal. AnswerRails Pro turns those signals into business intelligence:</p>



<ul class="widgetopts1925804533 wp-block-list">
<li><strong>Sales-lead detection</strong> spots buying intent mid-conversation, asks for contact details, and emails your team the transcript.</li>



<li><strong>Idea capture</strong> files feature requests and suggestions your visitors volunteer.</li>



<li><strong>Knowledge-gap analytics</strong> show you the real questions your content doesn&#8217;t answer well yet — a to-do list for your next content session.</li>
</ul>



<h3 id="h-compliance-is-the-foundation-not-a-feature" class="widgetopts1310476052 wp-block-heading">Compliance is the foundation, not a feature</h3>



<p class="widgetopts1652113578 wp-block-paragraph">Configurable conversation logging (off, anonymised, or full), retention periods, consent prompts and disclaimer text are all built in — because an assistant that talks to your customers should meet the same standards you do.</p>



<h3 id="h-free-and-pro-from-day-one" class="widgetopts802011670 wp-block-heading">Free and Pro, from day one</h3>



<p class="widgetopts612495900 wp-block-paragraph">At launch there will be two editions, just as in beta: a <strong>free core</strong> — the widget, grounded answers with citations, and the anti-fabrication safety rails — and <strong>Pro</strong>, which adds unlimited knowledge, analytics, lead and idea capture, enforced citations, human-handoff escalations, and advanced privacy controls. Full details live at <a href="https://www.answerrails.com/">answerrails.com</a>.</p>



<h3 id="h-when-can-you-get-it" class="widgetopts250712467 wp-block-heading">When can you get it?</h3>



<p class="widgetopts2104525049 wp-block-paragraph"><strong>The public launch date will be announced soon</strong> — here and at <a href="https://www.answerrails.com/">answerrails.com</a>. Until then, the private beta is open: if you&#8217;d like AnswerRails answering questions on your site ahead of the launch, email <a href="mailto:sales@celtic3d.com">sales@celtic3d.com</a> and we&#8217;ll get you set up. Beta sites get hands-on help and a direct line to shape what ships.</p>



<p class="widgetopts1561180533 wp-block-paragraph">You&#8217;ve already written the answers. Soon, every WordPress site will be able to make sure customers find them — reliably, responsibly, and without extra overhead.</p>



<p class="widgetopts1554185641 wp-block-paragraph">AnswerRails is built and operated by Celtic3d Ltd in Aberdeen, and runs live on this very site — the chat in the corner is it. Ask it something.</p>


<p class="widgetopts544942579 ">        <div id="answerrails-chat-widget"
            class="answerrails-chat-minimized answerrails-launcher-pos-bottom-right answerrails-window-preset-standard"
            style="--ar-accent:#2563eb; --ar-accent-hover:#2157cf; --ar-accent-contrast:#ffffff; --ar-focus-ring:rgba(37, 99, 235, 0.12); --ar-focus-border:#2563eb; --ar-header-bg:linear-gradient(135deg, #2563eb 0%, #2157cf 100%); --ar-header-text:#ffffff; --ar-header-text-soft:rgba(255, 255, 255, 0.9);"
            data-ar-mode="light">
            <button type="button"
                class="answerrails-chat-button answerrails-launcher answerrails-launcher--size-comfortable answerrails-launcher--bubble answerrails-launcher--has-tagline"
                style="--ar-launcher-bg:#2563eb; --ar-launcher-text:#ffffff;"
                aria-haspopup="dialog"
                aria-expanded="false"
                aria-pressed="false"
                aria-label="Open chat with Celtic3d – Chat with us">
                <span class="answerrails-launcher-media" aria-hidden="true">
                                            <span class="answerrails-chat-icon">
                            <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4l4 4 4-4h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>
                            </svg>
                        </span>
                                    </span>
                <span class="answerrails-launcher-body">
                    <span class="answerrails-launcher-title">Celtic3d</span>
                                            <span class="answerrails-launcher-tagline">Chat with us</span>
                                    </span>
            </button>

            <div class="answerrails-chat-window">
                                <span class="answerrails-resize-handle answerrails-resize-handle--left" data-ar-resize="left" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--top" data-ar-resize="top" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--corner" data-ar-resize="corner" aria-hidden="true"></span>
                <div class="answerrails-chat-header">
                    <div class="answerrails-chat-avatar">
                        <img decoding="async" src="https://media.celtic3d.com/wp-content/uploads/2025/10/10160445/AnswerRails-W-02-150x150.png" alt="Celtic3d" />
                    </div>
                    <div class="answerrails-chat-info">
                        <div class="answerrails-chat-title">How can we help you today?</div>
                        <div class="answerrails-chat-subtitle">Celtic3d</div>
                    </div>
                    <div class="answerrails-chat-actions">
                                                <button type="button" class="answerrails-chat-new" title="New conversation" aria-label="Start a new conversation">
                            <svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 1 0 7.73 10h-2.08A6 6 0 1 1 12 6c1.66 0 3.15.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/>
                            </svg>
                        </button>
                        <button type="button" class="answerrails-chat-minimize" title="Minimize">
                            <span>−</span>
                        </button>
                    </div>
                </div>
                
                <div class="answerrails-chat-messages">
                    <!-- Welcome message will be added dynamically -->
                </div>
                
                <div class="answerrails-chat-input-area">
                                            <div class="answerrails-consent-notice" style="display: none;">
                            <label>
                                <input type="checkbox" id="answerrails-consent-checkbox" autocomplete="off">
                                This chat gives informal guidance only, it does not generate binding commitments. For a binding quote, please contact us directly at <a href="mailto:sales@celtic3d.com">sales@celtic3d.com</a>. By continuing, you consent to us logging the conversation for 180 days.                            </label>
                        </div>
                                        
                    <div class="answerrails-chat-input">
                        <textarea
                            id="answerrails-message-input"
                            placeholder="Type your message..."
                            rows="1"></textarea>
                        <button type="button" id="answerrails-send-button">
                            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
                                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
                            </svg>
                        </button>
                    </div>

                                                                    <div class="answerrails-chat-footer">
                            <div class="answerrails-powered-by">
                                Powered by <a href="https://answerrails.com" target="_blank" rel="nofollow noopener noreferrer">AnswerRails</a>
                            </div>
                        </div>
                                    </div>
            </div>
        </div>
        </p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.celtic3d.com/answerrails-heads-for-public-launch/">Your Website&#8217;s AI Assistant Is Growing Up: AnswerRails Heads for Public Launch</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.celtic3d.com/answerrails-heads-for-public-launch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Making Your Website Answer Back — Safely and Reliably</title>
		<link>https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-your-website-answer-back-safely-and-reliably</link>
					<comments>https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/#respond</comments>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 18:15:50 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ai assistant]]></category>
		<category><![CDATA[answerrails]]></category>
		<category><![CDATA[beta testing]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[website automation]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress pro plugin]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=14438</guid>

					<description><![CDATA[<p>(Beta testing &#8211; see latest status) Small-business websites are often full of useful information — product details, policies, FAQs — yet customers still struggle to find what they need. They send messages or open tickets asking questions you’ve already answered somewhere on your site. AnswerRails™ fixes that for WordPress users.Our WordPress plug-in helps your website [&#8230;]</p>
<p>The post <a href="https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/">Making Your Website Answer Back — Safely and Reliably</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="widgetopts299253082 wp-block-paragraph"><strong><em>(Beta testing &#8211;  <a href="https://www.celtic3d.com/answerrails-heads-for-public-launch/">see latest status</a>)</em></strong><a href="https://www.celtic3d.com/answerrails-heads-for-public-launch/" data-type="link" data-id="https://www.celtic3d.com/answerrails-heads-for-public-launch/"></a></p>



<p class="widgetopts1891170021 wp-block-paragraph">Small-business websites are often full of useful information — product details, policies, FAQs — yet customers still struggle to find what they need. They send messages or open tickets asking questions you’ve already answered somewhere on your site.</p>



<p class="widgetopts659486314 wp-block-paragraph"><strong>AnswerRails™ </strong>fixes that for WordPress users.<br>Our WordPress plug-in helps your website <em>understand</em> what people ask, match it with your existing content, and reply confidently — using only information you control.   An attractive, modern chat interface on the front-end. Robust knowledge base and compliance controls in the back.</p>



<hr class="widgetopts191617301 wp-block-separator has-alpha-channel-opacity"/>



<figure class="widgetopts1185346709 extendedwopts-md-center extendedwopts-sm-center extendedwopts-xs-center wp-block-image size-full"><img decoding="async" width="498" height="322" src="https://media.celtic3d.com/wp-content/uploads/2025/10/10133144/AnswerRailsLogo.png" alt="" class="wp-image-14515"/></figure>



<h3 id="h-the-problem-for-small-businesses" class="widgetopts670820466 wp-block-heading">The problem for small businesses</h3>



<p class="widgetopts928972759 wp-block-paragraph">If you run a small business, every support request costs time.<br>A customer types <em>“returning my order”</em> while your page is titled <em>“Refunds and Exchanges.”</em><br>Another asks <em>“warranty claim”</em> but your content says <em>“Product Guarantee.”</em></p>



<p class="widgetopts198797623 wp-block-paragraph">Humans see the match instantly — computers don’t.<br>AnswerRails bridges that gap between how people talk and how your website is organised.</p>



<hr class="widgetopts1172351871 wp-block-separator has-alpha-channel-opacity"/>



<h4 id="h-how-answerrails-works" class="widgetopts1941859051 wp-block-heading">How AnswerRails works</h4>



<p class="widgetopts1179061908 wp-block-paragraph">It combines two layers of intelligence designed for WordPress:</p>



<ol class="widgetopts1773554279 wp-block-list">
<li><strong>Local understanding</strong><br>The plugin scans your pages and builds simple language variations — recognising plurals, prefixes, and synonyms. This means your site can suggest the right page or insert smart links, even without an AI service connected.</li>



<li><strong>AI-powered chat (optional PRO feature)</strong><br>The PRO version connects to OpenAI’s models and a private “vector store” of your own documents. The assistant replies in natural language, grounding every answer in your verified business content — not random web data.</li>
</ol>



<hr class="widgetopts1994144254 wp-block-separator has-alpha-channel-opacity"/>



<h4 id="h-accuracy-quality-and-compliance-built-in" class="widgetopts1525313210 wp-block-heading">Accuracy, quality, and compliance built in</h4>



<p class="widgetopts2115886216 wp-block-paragraph">We know small businesses can’t afford AI going off-script, so AnswerRails includes safety and accountability by design:</p>



<ul class="widgetopts706852420 wp-block-list">
<li><strong>Grounded in your content</strong> – Every response is validated against your pages or uploaded files. Any AI-generated links are checked and stripped if invalid.</li>



<li><strong>Structured answers</strong> – Replies must meet a minimum quality score before display, ensuring clarity and consistency.</li>



<li><strong>Full audit trail</strong> – Each interaction is logged so you can see what was asked, what was answered, and which sources were used.</li>



<li><strong>Privacy-aware</strong> – Chats and logs stay in your WordPress database, with options for anonymised sessions and consent prompts and data retention policies to stay GDPR-compliant.</li>
</ul>



<hr class="widgetopts921622362 wp-block-separator has-alpha-channel-opacity"/>



<h4 id="h-free-and-pro-editions" class="widgetopts1778303457 wp-block-heading">Free and PRO editions</h4>



<p class="widgetopts1460122916 wp-block-paragraph">When AnswerRails™ launches in <strong>January 2026</strong>, there will be:</p>



<ul class="widgetopts703254353 wp-block-list">
<li>🟢 <strong>Free Edition</strong> – Core smart-linking, AI chat, local knowledge search, and privacy-compliant logging.</li>



<li>🔵 <strong>PRO Edition</strong> – Vector-store knowledge, analytics dashboard, and advanced compliance controls for teams that want deeper automation.</li>
</ul>



<p class="widgetopts2144392391 wp-block-paragraph">Both are designed for small businesses that already use WordPress and want their websites to <em>help customers instead of hiding answers.</em></p>



<hr class="widgetopts1972113039 wp-block-separator has-alpha-channel-opacity"/>



<h4 id="h-why-this-matters" class="widgetopts1220013997 wp-block-heading">Why this matters</h4>



<ul class="widgetopts1715728 wp-block-list">
<li>✅ <strong>Reduce repetitive support requests</strong></li>



<li>🔍 <strong>Link customers to verified content</strong></li>



<li>🧾 <strong>Keep full visibility and control</strong></li>



<li>🛡️ <strong>Stay compliant and privacy-safe</strong></li>
</ul>



<p class="widgetopts1306936101 wp-block-paragraph">Whether you run a shop, service business, or local organisation, AnswerRails<strong>™</strong> helps your WordPress site speak clearly, safely, and in your own voice.</p>



<hr class="widgetopts795837904 wp-block-separator has-alpha-channel-opacity"/>



<blockquote class="widgetopts187419159 wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="widgetopts664999770 wp-block-paragraph"><strong>You’ve already written the answers. AnswerRails™ makes sure people can find them — reliably, responsibly, and without extra overhead.</strong></p>
</blockquote>



<hr class="widgetopts1428341804 wp-block-separator has-alpha-channel-opacity"/>



<p class="widgetopts1969906733 wp-block-paragraph"><em>(AnswerRails™ is in closed beta.&nbsp; Check back soon for more details)</em></p>


<p class="widgetopts117078152 ">        <div id="answerrails-chat-widget"
            class="answerrails-chat-minimized answerrails-launcher-pos-bottom-right answerrails-window-preset-standard"
            style="--ar-accent:#2563eb; --ar-accent-hover:#2157cf; --ar-accent-contrast:#ffffff; --ar-focus-ring:rgba(37, 99, 235, 0.12); --ar-focus-border:#2563eb; --ar-header-bg:linear-gradient(135deg, #2563eb 0%, #2157cf 100%); --ar-header-text:#ffffff; --ar-header-text-soft:rgba(255, 255, 255, 0.9);"
            data-ar-mode="light">
            <button type="button"
                class="answerrails-chat-button answerrails-launcher answerrails-launcher--size-comfortable answerrails-launcher--bubble answerrails-launcher--has-tagline"
                style="--ar-launcher-bg:#2563eb; --ar-launcher-text:#ffffff;"
                aria-haspopup="dialog"
                aria-expanded="false"
                aria-pressed="false"
                aria-label="Open chat with Celtic3d – Chat with us">
                <span class="answerrails-launcher-media" aria-hidden="true">
                                            <span class="answerrails-chat-icon">
                            <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4l4 4 4-4h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>
                            </svg>
                        </span>
                                    </span>
                <span class="answerrails-launcher-body">
                    <span class="answerrails-launcher-title">Celtic3d</span>
                                            <span class="answerrails-launcher-tagline">Chat with us</span>
                                    </span>
            </button>

            <div class="answerrails-chat-window">
                                <span class="answerrails-resize-handle answerrails-resize-handle--left" data-ar-resize="left" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--top" data-ar-resize="top" aria-hidden="true"></span>
                <span class="answerrails-resize-handle answerrails-resize-handle--corner" data-ar-resize="corner" aria-hidden="true"></span>
                <div class="answerrails-chat-header">
                    <div class="answerrails-chat-avatar">
                        <img decoding="async" src="https://media.celtic3d.com/wp-content/uploads/2025/10/10160445/AnswerRails-W-02-150x150.png" alt="Celtic3d" />
                    </div>
                    <div class="answerrails-chat-info">
                        <div class="answerrails-chat-title">How can we help you today?</div>
                        <div class="answerrails-chat-subtitle">Celtic3d</div>
                    </div>
                    <div class="answerrails-chat-actions">
                                                <button type="button" class="answerrails-chat-new" title="New conversation" aria-label="Start a new conversation">
                            <svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor" role="presentation">
                                <path d="M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 1 0 7.73 10h-2.08A6 6 0 1 1 12 6c1.66 0 3.15.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/>
                            </svg>
                        </button>
                        <button type="button" class="answerrails-chat-minimize" title="Minimize">
                            <span>−</span>
                        </button>
                    </div>
                </div>
                
                <div class="answerrails-chat-messages">
                    <!-- Welcome message will be added dynamically -->
                </div>
                
                <div class="answerrails-chat-input-area">
                                            <div class="answerrails-consent-notice" style="display: none;">
                            <label>
                                <input type="checkbox" id="answerrails-consent-checkbox" autocomplete="off">
                                This chat gives informal guidance only, it does not generate binding commitments. For a binding quote, please contact us directly at <a href="mailto:sales@celtic3d.com">sales@celtic3d.com</a>. By continuing, you consent to us logging the conversation for 180 days.                            </label>
                        </div>
                                        
                    <div class="answerrails-chat-input">
                        <textarea
                            id="answerrails-message-input"
                            placeholder="Type your message..."
                            rows="1"></textarea>
                        <button type="button" id="answerrails-send-button">
                            <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
                                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
                            </svg>
                        </button>
                    </div>

                                                                    <div class="answerrails-chat-footer">
                            <div class="answerrails-powered-by">
                                Powered by <a href="https://answerrails.com" target="_blank" rel="nofollow noopener noreferrer">AnswerRails</a>
                            </div>
                        </div>
                                    </div>
            </div>
        </div>
        </p>
<p>The post <a href="https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/">Making Your Website Answer Back — Safely and Reliably</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.celtic3d.com/making-your-website-answer-back-safely-and-reliably/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3d Printing Services</title>
		<link>https://www.celtic3d.com/3d-printing-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3d-printing-services</link>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Sat, 30 Aug 2025 12:05:00 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[3d printing]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=14263</guid>

					<description><![CDATA[<p>On-demand 3D printing, tailored to your project At Celtic3d, we make 3D printing simple. Most of our production is handled through our trusted manufacturing partner, giving us access to industrial-scale capacity, a wide choice of technologies and materials, and consistently high quality. Better still, when you need multiple identical copies of a part, you’ll benefit [&#8230;]</p>
<p>The post <a href="https://www.celtic3d.com/3d-printing-services/">3d Printing Services</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading" id="h-on-demand-3d-printing-tailored-to-your-project">On-demand 3D printing, tailored to your project</h3>



<p class="wp-block-paragraph">At Celtic3d, we make 3D printing simple. Most of our production is handled through our trusted manufacturing partner, giving us access to industrial-scale capacity, a wide choice of technologies and materials, and consistently high quality. Better still, when you need multiple identical copies of a part, you’ll benefit from generous quantity discounts.</p>



<p class="wp-block-paragraph">There is one trade-off: because of courier transit times, set-up costs per file and a minimum order value, this service is <strong data-start="839" data-end="886">not the best option for once-off small parts</strong>. For larger projects, prototypes or batches of parts, however, it’s an excellent fit.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://media.celtic3d.com/wp-content/uploads/2019/09/16203346/ASCO-build-wip5.jpg" alt="3d printed parts" class="wp-image-8196" srcset="https://media.celtic3d.com/wp-content/uploads/2019/09/16203346/ASCO-build-wip5.jpg 640w, https://media.celtic3d.com/wp-content/uploads/2019/09/16203346/ASCO-build-wip5.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2019/09/16203346/ASCO-build-wip5-416x312.jpg 416w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading" id="h-our-core-3d-printing-technologies">Our core 3D printing technologies</h2>



<h3 class="wp-block-heading" id="h-sls-selective-laser-sintering-pa12-nylon"><strong data-start="1023" data-end="1071">SLS (Selective Laser Sintering) – PA12 Nylon</strong></h3>



<p class="wp-block-paragraph">Our go-to process. SLS fuses fine PA12 powder layer by layer into strong, detailed parts.</p>



<ul class="wp-block-list">
<li><p data-start="1166" data-end="1248">No support structures needed → allows intricate, interlocking or organic shapes.</p></li>



<li><p data-start="1251" data-end="1315">A versatile, durable material with a slightly textured finish.</p></li>



<li><p data-start="1318" data-end="1381">Great choice for functional parts, prototypes and assemblies.</p></li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-sla-stereolithography-resin"><strong data-start="1430" data-end="1465">SLA (Stereolithography) – Resin</strong></h3>



<p class="wp-block-paragraph">The next most popular option. SLA uses a light-cured liquid resin for superb detail.</p>



<ul class="wp-block-list">
<li><p data-start="1555" data-end="1608">Smooth surface finish, excellent for visual models.</p></li>



<li><p data-start="1611" data-end="1685">Can mimic some production plastics, ideal for product design prototypes.</p></li>



<li><p data-start="1688" data-end="1736">Wide range of resin properties to choose from.</p></li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-fdm-fused-deposition-modelling-filament"><strong data-start="1794" data-end="1841">FDM (Fused Deposition Modelling) – Filament</strong></h3>



<p class="wp-block-paragraph">The odd one out. FDM prints by extruding melted plastic (e.g. PLA).</p>



<ul class="wp-block-list">
<li><p data-start="1914" data-end="1955">Best suited for larger, simpler shapes.</p></li>



<li><p data-start="1958" data-end="1998">Limited detail compared to SLS or SLA.</p></li>



<li>We don&#8217;t use this much, but if it&#8217;s needed for a project,  we will seek a solution through our manufacturing partners.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>


<p>To contact us: email <a href="mailto:sales@celtic3d.com">sales@celtic3d.com</a> or phone +44 (0)7714 790161 (During business hours &#8211; GMT+0)</p>


<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.celtic3d.com/3d-printing-services/">3d Printing Services</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New Licence Options for 3D Downloadable Files</title>
		<link>https://www.celtic3d.com/new-licence-options-for-3d-downloadable-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-licence-options-for-3d-downloadable-files</link>
					<comments>https://www.celtic3d.com/new-licence-options-for-3d-downloadable-files/#respond</comments>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Sun, 13 Apr 2025 17:26:34 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=14123</guid>

					<description><![CDATA[<p>Celtic3d is introducing updated licence terms to better serve both hobbyists and small businesses who use our downloadable 3D model files. Effective from 10th April 2025, all new digital downloads will include a choice between two types of licence: Personal Licence This option is intended for private individuals and hobbyists. It allows the file to [&#8230;]</p>
<p>The post <a href="https://www.celtic3d.com/new-licence-options-for-3d-downloadable-files/">New Licence Options for 3D Downloadable Files</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="" data-start="209" data-end="347">Celtic3d is introducing updated licence terms to better serve both hobbyists and small businesses who use our downloadable 3D model files.</p>
<p class="" data-start="349" data-end="462"><strong data-start="349" data-end="383">Effective from 10th April 2025</strong>, all new digital downloads will include a choice between two types of licence:</p>
<h4 class="" data-start="464" data-end="487">Personal Licence</h4>
<p class="" data-start="488" data-end="746">This option is intended for private individuals and hobbyists. It allows the file to be 3D printed for personal use or as a gift. However, prints made under a personal licence may not be sold, and the original digital file may not be shared or redistributed.</p>
<h4 class="" data-start="748" data-end="773">Commercial Licence</h4>
<p class="" data-start="774" data-end="1032">This option is designed for makers and small businesses who wish to produce physical items for resale. It permits the manufacture and sale of printed products based on the downloaded file, but does not allow digital redistribution or modification for resale.</p>
<hr class="" data-start="1034" data-end="1037" />
<h3 class="" data-start="1039" data-end="1073">What About Previous Purchases?</h3>
<p class="" data-start="1075" data-end="1262">If you purchased a downloadable file from Celtic3d before 10th April 2025, your original licence terms still apply. These new options only affect new purchases made on or after that date.</p>
<hr class="" data-start="1264" data-end="1267" />
<h3 class="" data-start="1269" data-end="1288">Why the Change?</h3>
<p class="" data-start="1290" data-end="1339">We’ve introduced this new licensing structure to:</p>
<ul data-start="1341" data-end="1555">
<li class="" data-start="1341" data-end="1408">
<p class="" data-start="1343" data-end="1408">Continue to offer an affordable option for personal, non-commercial use</p>
</li>
<li class="" data-start="1409" data-end="1495">
<p class="" data-start="1411" data-end="1495">Support small businesses and home-based makers who want to resell printed products</p>
</li>
<li class="" data-start="1496" data-end="1555">
<p class="" data-start="1498" data-end="1555">Protect the originality and integrity of our 3D designs</p>
</li>
</ul>
<p class="" data-start="1557" data-end="1731">If you have any questions about which licence is right for you, or if you need clarification about how you may use your files, please <a href="https://www.celtic3d.com/contact/" rel="noopener" data-start="1691" data-end="1730">contact us</a>.</p>
<p>The post <a href="https://www.celtic3d.com/new-licence-options-for-3d-downloadable-files/">New Licence Options for 3D Downloadable Files</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.celtic3d.com/new-licence-options-for-3d-downloadable-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Parts for sale- Reproduction right-hand drive clutch pedals for Ferrari 360&#8217;s and 430&#8217;s</title>
		<link>https://www.celtic3d.com/parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s</link>
					<comments>https://www.celtic3d.com/parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s/#respond</comments>
		
		<dc:creator><![CDATA[Gavin Bain]]></dc:creator>
		<pubDate>Thu, 07 Oct 2021 08:46:12 +0000</pubDate>
				<category><![CDATA[Articles / Blog]]></category>
		<category><![CDATA[Knowledge]]></category>
		<guid isPermaLink="false">https://www.celtic3d.com/?p=13162</guid>

					<description><![CDATA[<p>Ferrari 360 / 430 Right Hand Drive Clutch Pedal Using high-resolution digital scans and working with brogenville, a local Ferrari expert and enthusiast, we have been producing parts that are no longer in production and that are very difficult to source. Producing the parts is made possible by the expertise and hands-on experience brogenville has [&#8230;]</p>
<p>The post <a href="https://www.celtic3d.com/parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s/">Parts for sale- Reproduction right-hand drive clutch pedals for Ferrari 360&#8217;s and 430&#8217;s</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Ferrari 360 / 430 Right Hand Drive Clutch Pedal</h2>



<p class="wp-block-paragraph">Using high-resolution digital scans and working with <a href="https://www.ferrarichat.com/forum/members/brogenville.117009/" target="_blank" rel="noopener">brogenville</a>, a local Ferrari expert and enthusiast, we have been producing parts that are no longer in production and that are very difficult to source.</p>



<p class="wp-block-paragraph">Producing the parts is made possible by the expertise and hands-on experience <a href="https://www.ferrarichat.com/forum/members/brogenville.117009/" target="_blank" rel="noopener">brogenville</a> has in converting Ferraris with automatic transmission to manual.   This is a continuation of a fruitful collaboration that started with <a href="https://www.celtic3d.com/hard-to-find-ferrari-parts/" target="_blank" rel="noopener">a clutch pedal for another model of Ferrari</a>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1172" height="629" src="https://media.celtic3d.com/wp-content/uploads/2021/10/07100009/360-430-RHDClutchPedalCAD-2.jpg" alt="" class="wp-image-13180" srcset="https://media.celtic3d.com/wp-content/uploads/2021/10/07100009/360-430-RHDClutchPedalCAD-2.jpg 1172w, https://media.celtic3d.com/wp-content/uploads/2021/10/07100009/360-430-RHDClutchPedalCAD-2.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2021/10/07100009/360-430-RHDClutchPedalCAD-2-800x429.jpg 800w, https://media.celtic3d.com/wp-content/uploads/2021/10/07100009/360-430-RHDClutchPedalCAD-2-416x223.jpg 416w" sizes="auto, (max-width: 1172px) 100vw, 1172px" /></figure>



<p class="wp-block-paragraph">The original OEM parts are cast in aluminium with selected faces machined flat and threads tapped.   The industrial process to create castings requires minimum production quantities to make it worthwhile.  So, for small batches,  we find it more economical to machine the parts from a solid aluminium block.</p>



<p class="wp-block-paragraph">Our aim is to produce a part that could simply be bolted in.  To achieve that, we include the press-fit bearings and bushings.  Because the bushings and gearings are already fitted for you,  you don&#8217;t have to source and fit these yourself.</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2016" height="1512" data-id="13163" src="https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view.jpg" alt="" class="wp-image-13163" srcset="https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view.jpg 2016w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view-800x600.jpg 800w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view-1260x945.jpg 1260w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view-1536x1152.jpg 1536w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091718/side-view-416x312.jpg 416w" sizes="auto, (max-width: 2016px) 100vw, 2016px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2016" height="1512" data-id="13164" src="https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings.jpg" alt="" class="wp-image-13164" srcset="https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings.jpg 2016w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings-800x600.jpg 800w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings-1260x945.jpg 1260w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings-1536x1152.jpg 1536w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091724/side-w-bearings-416x312.jpg 416w" sizes="auto, (max-width: 2016px) 100vw, 2016px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2016" height="1512" data-id="13166" src="https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside.jpg" alt="" class="wp-image-13166" srcset="https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside.jpg 2016w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside-800x600.jpg 800w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside-1260x945.jpg 1260w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside-1536x1152.jpg 1536w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091734/underside-416x312.jpg 416w" sizes="auto, (max-width: 2016px) 100vw, 2016px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2016" height="1512" data-id="13165" src="https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top.jpg" alt="" class="wp-image-13165" srcset="https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top.jpg 2016w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top.jpg 600w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top-800x600.jpg 800w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top-1260x945.jpg 1260w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top-1536x1152.jpg 1536w, https://media.celtic3d.com/wp-content/uploads/2021/10/07091729/top-416x312.jpg 416w" sizes="auto, (max-width: 2016px) 100vw, 2016px" /></figure>
</figure>



<p class="wp-block-paragraph">We had a number of pre-orders for these parts and, after running a small batch through production, we have some stock that is available for sale and shipping worldwide.</p>



<h3 class="wp-block-heading">How to buy</h3>



<p class="wp-block-paragraph">If you are interested in purchasing these parts,  <a href="https://www.celtic3d.com/contact-celtic3d/">contact us here</a>,  or on <a href="https://www.ferrarichat.com/forum/threads/ferrari-360-430-right-hand-drive-clutch-pedal.649148/" target="_blank" rel="noopener">this thread on the Ferrari Chat forum</a>.</p>



<p class="wp-block-paragraph">If you are converting your late model Ferrari from automatic to manual, and are looking for parts, <a href="https://www.celtic3d.com/contact-celtic3d/">get in touch</a>, we may be able to help.</p>



<p>The post <a href="https://www.celtic3d.com/parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s/">Parts for sale- Reproduction right-hand drive clutch pedals for Ferrari 360&#8217;s and 430&#8217;s</a> appeared first on <a href="https://www.celtic3d.com">Celtic3d</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.celtic3d.com/parts-for-sale-reproduction-right-hand-drive-clutch-pedals-for-ferrari-360s-and-430s/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Application Monitoring using New Relic

Served from: www.celtic3d.com @ 2026-07-27 03:32:42 by W3 Total Cache
-->