<?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>vbwd - Ziba Guru</title>
	<atom:link href="https://ziba.guru/tag/vbwd/feed/" rel="self" type="application/rss+xml" />
	<link>https://ziba.guru</link>
	<description>your path to beautiful life</description>
	<lastBuildDate>Fri, 17 Jul 2026 19:18:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://ziba.guru/wp-content/uploads/2025/02/cropped-ziba-favico-32x32.png</url>
	<title>vbwd - Ziba Guru</title>
	<link>https://ziba.guru</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Digital Health&#8217;s Build Problem: One Framework for Secure AI Apps Across Web, iOS, and Android</title>
		<link>https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/</link>
					<comments>https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:17:29 +0000</pubDate>
				<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[data-ownership]]></category>
		<category><![CDATA[digital health]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[health apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/</guid>

					<description><![CDATA[<p>Every clinic app, patient portal, and pharma tool needs the same skeleton — secure backend, AI layer, web, mobile, payments — rebuilt each time under the hardest constraints in software: privacy, data residency, compliance. A full-stack framework that ships it pre-built, self-hosted and data-owned, lets health teams spend their time on the medicine, not the</p>
<p>The post <a href="https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/">Digital Health’s Build Problem: One Framework for Secure AI Apps Across Web, iOS, and Android</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Every clinic app, patient portal, and pharma tool needs the same skeleton — secure backend, AI layer, web, mobile, payments — rebuilt each time under the hardest constraints in software: privacy, data residency, compliance. A full-stack framework that ships it pre-built, self-hosted and data-owned, lets health teams spend their time on the medicine, not the plumbing.</strong></p>
<p>The reason good digital-health ideas never ship isn&#8217;t clinical insight. It&#8217;s that secure, compliant, multi-platform software is expensive and slow.</p>
<div>
<p>Digital health has a build problem. Every clinic app, patient portal, wellness product, and pharma support tool needs roughly the same skeleton — a secure backend, an AI layer, a web app, iOS and Android, and a way to handle payments and access — and health teams rebuild it from scratch every time, usually while wrestling the hardest constraints in software: privacy, data residency, and compliance. A full-stack framework that ships that skeleton pre-built is worth health innovators&#8217; attention, and <a href="https://vbwd.cc">VBWD</a> is a notably complete one — with the boundary stated up front: it&#8217;s infrastructure, not a medical device, and it doesn&#8217;t supply clinical judgement, validation, or regulatory approval.</p>
<h2>What &#8220;all in the box&#8221; means for a health app</h2>
<p>VBWD is a constructor for commercial applications, and for health builders the appeal is that &#8220;full-stack&#8221; is literal:</p>
<ul>
<li>A real <strong>backend</strong> — Python/Flask over PostgreSQL and Redis, with an event system.</li>
<li>A <strong>web frontend</strong> — Vue 3, with a patient-facing app and a full admin backoffice.</li>
<li><strong>iOS and Android</strong> — native clients on the same backend, which matters when patients live on their phones.</li>
<li>An <strong>AI layer</strong> — a central model-connection manager, retrieval-grounded assistants that answer only from your vetted content, and an agent-callable interface.</li>
<li>A <strong>commercial and access engine</strong> — subscriptions, billing, invoicing, access controls, and payments.</li>
</ul>
<p>The word that matters is <em>one</em>: one backend serving the patient&#8217;s phone, the clinician&#8217;s browser, and the admin&#8217;s dashboard, with one access model deciding who can see what — instead of three subtly different systems and three places for patient data to leak.</p>
<h2>The properties health builders actually need</h2>
<p>What makes it fit health specifically isn&#8217;t a medical feature — it&#8217;s the substrate. Because it&#8217;s <strong>self-hosted and source-available</strong>, patient data lives in a database the organisation owns, in a jurisdiction it chooses — the precondition for most health-data compliance, and for patient trust. Its <strong>messaging layer is end-to-end-encryptable</strong>, with no admin content inspector, so a secure clinician-patient channel is a real option rather than a consumer-app compromise. Its <strong>assistants ground answers in your own approved content</strong> rather than the open internet. And its <strong>search layer is engineered so patient records can&#8217;t be surfaced</strong> by a misconfigured query. Explore the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/plugins">plugins</a>, and the <a href="https://vbwd.cc/docs">docs</a> to see how these compose.</p>
<h2>The same kit across health verticals</h2>
<p>Because the core is neutral and each vertical is a plugin, one construction kit builds very different health products: a chronic-disease self-management program with secure check-ins and a vetted-content assistant; a mental-health practice&#8217;s encrypted between-session channel with session billing; a pharma patient-support program the sponsor owns end to end; a compliant teledermatology-and-pharmacy storefront; a patient-owned rare-disease registry and community. Different disease areas, different approaches — the same underlying platform, with the domain logic as the part the team actually builds.</p>
<h2>The boundary, because it&#8217;s health</h2>
<p>In healthcare the caveats are the point, not the fine print. A framework can give you a secure, owned, multi-platform foundation for a health application; it cannot give you the clinical validation, the regulatory approval, the compliance program, or the medical judgement that any patient-facing product requires. VBWD provides the infrastructure — the secure backend, the encrypted channel, the grounded assistant, the mobile clients, the billing — and every piece of the actual medicine, and its governance, still has to be built and validated properly on top. It is emphatically not a medical device or a clinical decision system, and no amount of good plumbing changes that.</p>
<h2>Why it matters for health innovators</h2>
<p>The reason so many good digital-health ideas never ship isn&#8217;t a shortage of clinical insight — it&#8217;s that building secure, compliant, multi-platform software is expensive and slow, and doing it wrong with patient data is dangerous. A framework that hands you an owned, self-hosted, privacy-respecting, web-plus-mobile foundation — free for commercial use below a defined revenue threshold (see <a href="https://vbwd.cc/pricing">pricing</a>) — lets a health team spend its scarce time on the clinical product and its governance rather than on rebuilding the skeleton. For an industry where the plumbing is unusually hard and the stakes are unusually high, that&#8217;s exactly where the leverage is.</p>
<p><em>General information for healthcare and technology decision-makers, not medical, legal, or regulatory advice. Any patient-facing deployment requires clinical validation, governance, and compliance review appropriate to the jurisdiction. VBWD is infrastructure, not a medical device or clinical system.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/">Digital Health’s Build Problem: One Framework for Secure AI Apps Across Web, iOS, and Android</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/digital-healths-build-problem-one-framework-for-secure-ai-apps-across-web-ios-and-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>7,000 Rare Diseases, and the Biggest Obstacle to a Cure Is That the Patients Can&#8217;t Find Each Other</title>
		<link>https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/</link>
					<comments>https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:10:58 +0000</pubDate>
				<category><![CDATA[Health Research]]></category>
		<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[patient-owned-data]]></category>
		<category><![CDATA[patient-registry]]></category>
		<category><![CDATA[rare-disease]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/</guid>

					<description><![CDATA[<p>For a rare genetic condition, the registry is upstream of hope: no registry, no data; no data, no trial; no trial, no therapy. But families burned by institutions won&#8217;t hand their genetic data to a vendor they don&#8217;t control. A community-owned, self-hosted registry flips the ownership — and the trust. The tragedy of rare disease</p>
<p>The post <a href="https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/">7,000 Rare Diseases, and the Biggest Obstacle to a Cure Is That the Patients Can’t Find Each Other</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>For a rare genetic condition, the registry is upstream of hope: no registry, no data; no data, no trial; no trial, no therapy. But families burned by institutions won&#8217;t hand their genetic data to a vendor they don&#8217;t control. A community-owned, self-hosted registry flips the ownership — and the trust.</strong></p>
<p>The tragedy of rare disease is often a tragedy of fragmentation.</p>
<div>
<p>There are around 7,000 known rare diseases, and for most of them the single biggest obstacle to a cure isn&#8217;t the science — it&#8217;s that the patients are scattered, uncounted, and invisible. A condition affecting a few thousand people worldwide has no natural place to gather, no registry, no dataset a researcher can study. The knowledge exists, distributed across isolated families who have never met. The tragedy of rare disease is often a tragedy of fragmentation.</p>
<h2>Why registries decide everything</h2>
<p>For a rare genetic condition, a patient registry is the foundation everything else is built on. It&#8217;s how you learn the natural history of a disease nobody has studied, how you find enough patients to run a trial, how you give a drug company a reason to invest in a treatment for a small population. No registry, no data; no data, no trial; no trial, no therapy. The registry is upstream of hope.</p>
<p>Yet building one is brutally hard for the patient advocacy groups who care most. Commercial registry software is expensive and often means handing the community&#8217;s data to a vendor. Academic registries live and die with a grant. And the deepest problem is trust: rare-disease families, who have frequently been failed by institutions, are asked to hand their genetic and medical data to a platform they don&#8217;t control, for research they can&#8217;t see. Many, understandably, decline — and the fragmentation persists.</p>
<h2>A different approach: the community owns the registry</h2>
<p>Flip the ownership. Imagine a patient advocacy organisation running its own registry and community on infrastructure it controls. A self-hosted, source-available platform like <a href="https://vbwd.cc">VBWD</a> makes that structurally possible — with the necessary caveat that it is infrastructure, not research and not medicine: it provides the platform, not the science, the ethics approval, or the clinical validation.</p>
<p>What it does provide fits the need with unusual precision. <strong>Self-hosting</strong> means the community&#8217;s genetic and medical data lives on infrastructure the patient organisation owns — the single most important fact for winning the trust of families who&#8217;ve learned to be wary. A <strong>secure community and messaging layer</strong> lets scattered patients find each other, which for rare disease is itself therapeutic and a recruitment channel. <strong>Access controls</strong> govern precisely who can see what. And a <strong>dataset layer</strong> means that when the community <em>chooses</em> to share data with a legitimate researcher, it can do so on its own terms — governed, consented, and revocable — rather than surrendering it wholesale. The <a href="https://vbwd.cc/plugins">plugins</a> and <a href="https://vbwd.cc/architecture">architecture</a> show how the data and community pieces compose; the platform is source-available and <a href="https://vbwd.cc/pricing">free to run</a> below a defined revenue threshold, which matters when the operator is a small advocacy group rather than a funded company.</p>
<h2>Patient-owned data as the unlock</h2>
<p>The quiet revolution here is consent that patients actually control. In the standard model, a patient signs their data away once and loses sight of it. In a community-owned registry, the organisation and its members hold the data, decide which research to support, and can share a governed dataset with a pharma partner or academic group as a deliberate, revocable act. That reframes the relationship: patients stop being subjects to be harvested and become stewards of an asset that might fund their own cure. For populations repeatedly failed by institutions, ownership is what makes participation feel safe enough to happen at all.</p>
<h2>The boundary</h2>
<p>Precision matters even in an optimistic piece. A registry platform is not a clinical trial, an ethics committee, or a guarantee of research quality — those require institutional review, informed consent frameworks, data-protection compliance, and scientific rigour that no software supplies. Owning the infrastructure removes the trust and cost barriers to gathering the data; the responsible science still has to be done properly on top of it, and rare-disease data is especially sensitive precisely because small populations are easier to re-identify.</p>
<h2>Why it matters</h2>
<p>For rare disease, the bottleneck is almost always that the patients can&#8217;t be found and their data can&#8217;t be pooled — and that&#8217;s a fragmentation and trust problem as much as a scientific one. Self-hosted, source-available infrastructure lets the people with the most at stake own the registry, hold the data, find each other, and choose how their information advances research. It won&#8217;t discover a therapy. But it can build the trusted, community-owned foundation without which the therapy never gets studied at all — and for 7,000 diseases waiting to be counted, that foundation is the thing standing between invisibility and a chance.</p>
<p><em>General information for patient organisations, researchers, and technology decision-makers, not medical, legal, or research-governance advice. Patient registries and data sharing require ethics approval, informed consent, and data-protection compliance appropriate to the jurisdiction. VBWD is infrastructure, not a research platform, clinical system, or medical device.</em></p>
<h2>Explore VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building secure, data-owned applications — used here as infrastructure, never as a medical device. Learn more:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Platform and docs: <a href="https://vbwd.cc">vbwd.cc</a> — the <a href="https://vbwd.cc/plugins">plugins</a>, the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/docs">developer docs</a>, and <a href="https://vbwd.cc/pricing">pricing</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> See it running: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video</a> · <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://www.linkedin.com/company/vbwd/">LinkedIn</a></li>
</ul>
<p><em>Free for commercial use while VBWD-attributable sales stay under the value of 6.7 BTC a year.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/">7,000 Rare Diseases, and the Biggest Obstacle to a Cure Is That the Patients Can’t Find Each Other</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/7000-rare-diseases-and-the-biggest-obstacle-to-a-cure-is-that-the-patients-cant-find-each-other/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Teledermatology Looks Seamless. The Compliance Plumbing Underneath Is Usually a Liability.</title>
		<link>https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/</link>
					<comments>https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:10:53 +0000</pubDate>
				<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[dermatology]]></category>
		<category><![CDATA[e-pharmacy]]></category>
		<category><![CDATA[pharmacy]]></category>
		<category><![CDATA[prescription]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[teledermatology]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/</guid>

					<description><![CDATA[<p>Selling regulated dermatology treatments isn&#8217;t e-commerce with extra steps — it&#8217;s prescription verification, pharmacist oversight, and rules that differ by jurisdiction, usually stitched across a fragile multi-vendor stack. One self-hosted platform where the storefront, the consultation, and the compliance rules live together. The patient experience is good. The infrastructure under it is a compliance liability</p>
<p>The post <a href="https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/">Teledermatology Looks Seamless. The Compliance Plumbing Underneath Is Usually a Liability.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Selling regulated dermatology treatments isn&#8217;t e-commerce with extra steps — it&#8217;s prescription verification, pharmacist oversight, and rules that differ by jurisdiction, usually stitched across a fragile multi-vendor stack. One self-hosted platform where the storefront, the consultation, and the compliance rules live together.</strong></p>
<p>The patient experience is good. The infrastructure under it is a compliance liability waiting to surface.</p>
<div>
<p>Teledermatology is one of medicine&#8217;s genuine digital success stories — a photo of a rash, a specialist opinion, a prescription, all without a waiting room. But behind the tidy patient experience sits a mess: the consultation runs on one system, the prescription on another, the pharmacy fulfilment on a third, and compliance with pharmacy law is stitched across all of them by hope. Skin conditions are common, chronic, and image-friendly, which makes dermatology the perfect place to see both the promise and the plumbing problem.</p>
<h2>The compliance sprawl problem</h2>
<p>Selling regulated products — prescription dermatology treatments, restricted-strength topicals, even some cosmeceuticals — is not e-commerce with extra steps. It&#8217;s a regulated activity with real obligations that differ by jurisdiction: prescription verification, pharmacist oversight, age and identity checks, record-keeping, and rules about what can be sold to whom and where. In the EU and US these differ enough that &#8220;just use a standard online store&#8221; quietly becomes non-compliant the moment a real prescription is involved.</p>
<p>So dermatology-and-pharmacy operators end up bolting a subscription plugin here, a compliance module there, a webhook to a pharmacy system, and a separate teledermatology tool on top — a fragile stack where the storefront doesn&#8217;t know what the consultation knows, and neither fully owns the patient relationship.</p>
<h2>A different approach: one platform, compliance built in</h2>
<p>The alternative is a platform where the storefront, the consultation channel, and the compliance rules live in the same system. A self-hosted, source-available platform like <a href="https://vbwd.cc">VBWD</a> is designed around exactly that kind of composition — with the standing caveat that it is commerce-and-communications infrastructure, not a medical device, and the clinical judgement always belongs to the prescriber.</p>
<p>The pieces line up. A <strong>shop engine with configurable product types</strong> can model the difference between an over-the-counter moisturiser and a prescription-gated treatment, applying the right checks to each. A <strong>secure messaging and image channel</strong> carries the teledermatology consultation — a photo of the affected skin, the clinician&#8217;s response — on infrastructure the operator controls rather than a consumer app. <strong>Access controls and gated products</strong> enforce who can buy what. <strong>Subscription billing</strong> handles the repeat-prescription model that chronic skin conditions naturally fit. And <strong>provider-agnostic payments</strong>, including regional processors, keep the checkout working across the jurisdictions the compliance rules already differ across. The <a href="https://vbwd.cc/plugins">plugin catalogue</a> and <a href="https://vbwd.cc/pricing">pricing page</a> show how the commerce pieces assemble.</p>
<h2>The compliance reality check</h2>
<p>Here is the line that matters, because pharmacy is heavily regulated and overclaiming is dangerous. A platform can <em>enforce</em> rules you configure — gate a product behind a prescription, require an identity check, keep the records — but it cannot <em>decide</em> what your legal obligations are, and it is not itself a licensed pharmacy or a compliance guarantee. The prescriber prescribes; the pharmacist oversees; the operator holds the licences and the legal responsibility. Software makes a compliant workflow easier to build and harder to accidentally break. It does not replace the pharmacist, the prescriber, or the regulatory approval — and any dermatology-plus-pharmacy deployment needs proper legal and pharmacy sign-off before it touches a real patient.</p>
<h2>Why it matters</h2>
<p>The teledermatology experience is good; the infrastructure under it is usually a compliance liability waiting to surface. Consolidating the storefront, the consultation, and the rule-enforcement into one self-hosted platform the operator owns turns a fragile multi-vendor stack into a single system with the patient data and the compliance logic under one roof. For a field as image-driven and prescription-heavy as dermatology, that&#8217;s the difference between a demo that impresses and a service that survives an audit. VBWD is free for commercial use below a defined revenue threshold, making owned, compliant infrastructure reachable for the independent pharmacies and clinics that need it most.</p>
<p><em>General information for pharmacy, dermatology, and technology decision-makers, not medical, legal, pharmaceutical, or regulatory advice. Selling regulated products and delivering telemedicine carry jurisdiction-specific legal obligations; obtain qualified legal and pharmacy review before deployment. VBWD is infrastructure, not a licensed pharmacy or a medical device.</em></p>
<h2>Explore VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building secure, data-owned applications — used here as infrastructure, never as a medical device. Learn more:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Platform and docs: <a href="https://vbwd.cc">vbwd.cc</a> — the <a href="https://vbwd.cc/plugins">plugins</a>, the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/docs">developer docs</a>, and <a href="https://vbwd.cc/pricing">pricing</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> See it running: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video</a> · <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://www.linkedin.com/company/vbwd/">LinkedIn</a></li>
</ul>
<p><em>Free for commercial use while VBWD-attributable sales stay under the value of 6.7 BTC a year.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/">Teledermatology Looks Seamless. The Compliance Plumbing Underneath Is Usually a Liability.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/teledermatology-looks-seamless-the-compliance-plumbing-underneath-is-usually-a-liability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>In Mental Health, Privacy Isn&#8217;t a Feature. It&#8217;s the Treatment. Most Apps Get This Backwards.</title>
		<link>https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/</link>
					<comments>https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:10:45 +0000</pubDate>
				<category><![CDATA[Brain Health]]></category>
		<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[confidentiality]]></category>
		<category><![CDATA[end-to-end encryption]]></category>
		<category><![CDATA[mental health]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[psychiatry]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[teletherapy]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/</guid>

					<description><![CDATA[<p>Confidentiality is a precondition for therapy working — patients don&#8217;t disclose what they fear will leak. Yet between-session messaging usually runs on consumer apps that undermine it. End-to-end encryption where the server holds no keys, no admin content inspector, short retention: privacy enforced by architecture, not a policy page. A patient who suspects their therapy</p>
<p>The post <a href="https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/">In Mental Health, Privacy Isn’t a Feature. It’s the Treatment. Most Apps Get This Backwards.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Confidentiality is a precondition for therapy working — patients don&#8217;t disclose what they fear will leak. Yet between-session messaging usually runs on consumer apps that undermine it. End-to-end encryption where the server holds no keys, no admin content inspector, short retention: privacy enforced by architecture, not a policy page.</strong></p>
<p>A patient who suspects their therapy messages could surface will hold back — and holding back is the opposite of treatment.</p>
<div>
<p>A patient tells their therapist things they&#8217;ve never told anyone. Then, between sessions, they message that therapist about a hard night — and the message travels through a consumer app, sits on a third party&#8217;s servers, and is, in a very real sense, no longer private. For every other kind of medical data this is bad. For mental health, where the stigma is the illness&#8217;s cruelest feature, it can be catastrophic.</p>
<h2>Why privacy is the treatment, not a feature</h2>
<p>In depression, anxiety, and every psychiatric condition, confidentiality isn&#8217;t an administrative nicety — it&#8217;s a precondition for the therapy working at all. People don&#8217;t disclose what they fear will leak. A patient who suspects their therapy messages could surface — in a breach, a subpoena, an app&#8217;s data-sharing policy — will hold back, and holding back is the opposite of treatment. The privacy <em>is</em> the clinical container.</p>
<p>Yet async messaging between sessions is enormously valuable in mental health. The gap between weekly appointments is long, and a supported check-in during a bad stretch can matter more than the session itself. So clinicians face a bind: the between-session channel patients need runs on infrastructure that undermines the confidentiality the treatment depends on.</p>
<h2>A different approach: confidentiality by architecture</h2>
<p>The resolution is to make privacy structural rather than promised. This is where a self-hosted platform with genuine end-to-end encryption changes the equation — and, as always in a clinical context, the boundary first: <a href="https://vbwd.cc">VBWD</a> is infrastructure, not therapy. It is not a treatment, not a diagnostic tool, and not a replacement for a clinician. What it offers is a communication layer whose privacy is enforced by design.</p>
<p>The relevant properties are specific. With its <strong>end-to-end encryption layer</strong>, the server holds no keys and never decrypts — clients encrypt, and the server only stores and relays sealed envelopes. A practice&#8217;s own administrator cannot read a therapy exchange; neither can the host, nor anyone who obtains the database. There is <strong>no admin content inspector</strong> anywhere in the system — not a permission that&#8217;s switched off, but a feature that doesn&#8217;t exist, so no one can be pressured into reading what they structurally cannot. <strong>Retention is short by default</strong> and set by the practice, so sensitive exchanges aren&#8217;t hoarded. And it&#8217;s <strong>self-hosted</strong>, so the data lives in a jurisdiction the practice chooses. The <a href="https://vbwd.cc/docs">developer documentation</a> and <a href="https://vbwd.cc/architecture">architecture pages</a> lay out how the encryption and messaging seams work.</p>
<p>Add <strong>subscription billing</strong> for session packages and the practice has a sustainable async-care offering that doesn&#8217;t compromise the one thing psychiatric care can&#8217;t compromise.</p>
<h2>The hard limits — read these</h2>
<p>Mental health demands the most careful boundaries of any specialty, so several must be explicit. This is <strong>text and images, not a crisis service</strong> — an encrypted messaging channel is categorically not a suicide hotline or emergency response, and any deployment must route acute risk to real crisis pathways loudly and immediately. It is <strong>not an AI therapist</strong>; automated responses have no place in delivering psychiatric care, and the value here is secure human-to-human communication, not a bot pretending to counsel. And confidentiality has a legal ceiling — mandatory-reporting and duty-to-warn obligations still apply, and a system must be designed around them, not in denial of them.</p>
<h2>Why it matters</h2>
<p>Mental health care is being delivered digitally whether the infrastructure is ready or not, and too much of it runs on consumer tools that quietly betray the confidentiality the treatment requires. A self-hosted, end-to-end encrypted platform lets a practice offer between-session support where privacy is guaranteed by mathematics rather than a policy page — with crisis escalation and clinical judgement kept firmly human. In the one field where a privacy breach can undo the treatment itself, building on infrastructure that provably can&#8217;t read the conversation isn&#8217;t a luxury. It&#8217;s the standard of care catching up to the technology.</p>
<p><em>General information for mental-health and technology decision-makers, not medical, legal, or clinical advice. Digital mental-health tools require clinical governance, crisis-safety design, and compliance review appropriate to the jurisdiction. VBWD is infrastructure, not a therapeutic or diagnostic service.</em></p>
<h2>Explore VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building secure, data-owned applications — used here as infrastructure, never as a medical device. Learn more:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Platform and docs: <a href="https://vbwd.cc">vbwd.cc</a> — the <a href="https://vbwd.cc/plugins">plugins</a>, the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/docs">developer docs</a>, and <a href="https://vbwd.cc/pricing">pricing</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> See it running: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video</a> · <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://www.linkedin.com/company/vbwd/">LinkedIn</a></li>
</ul>
<p><em>Free for commercial use while VBWD-attributable sales stay under the value of 6.7 BTC a year.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/">In Mental Health, Privacy Isn’t a Feature. It’s the Treatment. Most Apps Get This Backwards.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/in-mental-health-privacy-isnt-a-feature-its-the-treatment-most-apps-get-this-backwards/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pharma Runs Its Most Sensitive Patient Relationships on Systems It Doesn&#8217;t Own. Oncology Shows Why That Breaks.</title>
		<link>https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/</link>
					<comments>https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:10:39 +0000</pubDate>
				<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[data-ownership]]></category>
		<category><![CDATA[oncology]]></category>
		<category><![CDATA[patient-support-program]]></category>
		<category><![CDATA[pharma]]></category>
		<category><![CDATA[pharmacovigilance]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[specialty-pharmacy]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/</guid>

					<description><![CDATA[<p>Oncology patient support programs are usually outsourced across three vendors, scattering cancer patients&#8217; data and leaving the sponsor accountable for a breach it can&#8217;t see coming. A different approach: run the program — secure comms, adverse-event capture, adherence — on infrastructure the sponsor owns. A support program that leaks is oncology patients&#8217; records in the</p>
<p>The post <a href="https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/">Pharma Runs Its Most Sensitive Patient Relationships on Systems It Doesn’t Own. Oncology Shows Why That Breaks.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Oncology patient support programs are usually outsourced across three vendors, scattering cancer patients&#8217; data and leaving the sponsor accountable for a breach it can&#8217;t see coming. A different approach: run the program — secure comms, adverse-event capture, adherence — on infrastructure the sponsor owns.</strong></p>
<p>A support program that leaks is oncology patients&#8217; records in the headline, and the sponsor&#8217;s name beside them.</p>
<div>
<p>When a pharmaceutical company launches an oncology therapy, it doesn&#8217;t just ship a drug — it ships a promise to help patients stay on it. These patient support programs handle side-effect reporting, adherence coaching, financial navigation, and the endless questions a frightened cancer patient has. Almost always, the pharma company outsources the whole thing to a third-party vendor. And almost always, that means handing over the most sensitive data imaginable to a company it doesn&#8217;t control.</p>
<h2>The patient support program problem</h2>
<p>Oncology is where patient support programs matter most and cost most. The therapies are complex, the side effects are serious, and adherence is fragile precisely when it&#8217;s most important. A good program measurably improves persistence on therapy. But the standard model has a structural flaw: the manufacturer, the specialty pharmacy, and the third-party program vendor each hold a slice of the patient&#8217;s data, none of them owns the whole relationship, and the patient&#8217;s cancer information flows through systems the sponsor can neither see into nor fully secure.</p>
<p>When a data breach happens — and in this vendor-sprawl model it eventually does — it&#8217;s oncology patients&#8217; records that leak, and the sponsor&#8217;s name in the headline.</p>
<h2>A different approach: own the program</h2>
<p>Now imagine the sponsor or specialty pharmacy running the support program on infrastructure it owns. A self-hosted, source-available platform like <a href="https://vbwd.cc">VBWD</a> is built for exactly this shape of problem — with the essential caveat, stated up front, that it is infrastructure, not medicine: not a diagnostic system, not a clinical decision tool, and not a substitute for the oncology team.</p>
<p>What it does provide is the operational spine of a program. A <strong>secure, end-to-end-encryptable channel</strong> for patients to report side effects and ask questions, where the conversation lives on the sponsor&#8217;s own servers rather than a vendor&#8217;s. A <strong>grounded assistant</strong> that answers logistics and education questions — how to store the medication, what to do about a missed dose, where to find financial assistance — from the program&#8217;s own approved content. <strong>Access controls</strong> that gate who on the care team sees what, with a search layer engineered so patient records can&#8217;t be surfaced by a misconfigured query. And <strong>data ownership</strong>: the program&#8217;s data stays in one place the sponsor controls, instead of scattered across three vendors. Explore the <a href="https://vbwd.cc/architecture">architecture</a> and the <a href="https://vbwd.cc/docs">developer docs</a> to see how the access and messaging layers fit together.</p>
<h2>The pharmacovigilance angle</h2>
<p>There&#8217;s a regulatory bonus hiding here. Oncology programs carry a duty to capture and report adverse events. A secure channel the sponsor owns, feeding a database the sponsor controls, is a cleaner path to reliable adverse-event capture than a fragmented vendor chain where reports can fall between systems. Owning the infrastructure makes the compliance obligation easier to meet, not harder — provided the pharmacovigilance workflow itself is built and validated properly on top of it.</p>
<h2>The boundary</h2>
<p>The line is non-negotiable in oncology. A program assistant handling logistics, education, and structured side-effect intake is a support tool. Triaging whether a reported symptom is a medical emergency, or advising on dose changes, is clinical work that belongs to the oncology team, full stop. Owning the platform improves security, data control, and adverse-event capture; it does not and must not replace the clinical judgement that oncology demands.</p>
<h2>Why it matters</h2>
<p>The current model asks pharma companies to run their most sensitive patient relationships on infrastructure they don&#8217;t own, then holds them accountable when it leaks. Self-hosted, source-available infrastructure offers the alternative: keep the program, the data, and the patient relationship under one roof you control. VBWD is free for commercial use below a defined revenue threshold, which makes owning the stack a realistic option rather than a nine-figure build. In oncology, where the data is this sensitive and the stakes this high, ownership isn&#8217;t a preference — it&#8217;s risk management.</p>
<p><em>General information for pharma and healthcare decision-makers, not medical, legal, or regulatory advice. Patient support and pharmacovigilance systems require rigorous validation, governance, and compliance review. VBWD is infrastructure, not a medical device or clinical decision system.</em></p>
<h2>Explore VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building secure, data-owned applications — used here as infrastructure, never as a medical device. Learn more:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Platform and docs: <a href="https://vbwd.cc">vbwd.cc</a> — the <a href="https://vbwd.cc/plugins">plugins</a>, the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/docs">developer docs</a>, and <a href="https://vbwd.cc/pricing">pricing</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> See it running: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video</a> · <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://www.linkedin.com/company/vbwd/">LinkedIn</a></li>
</ul>
<p><em>Free for commercial use while VBWD-attributable sales stay under the value of 6.7 BTC a year.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/">Pharma Runs Its Most Sensitive Patient Relationships on Systems It Doesn’t Own. Oncology Shows Why That Breaks.</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/pharma-runs-its-most-sensitive-patient-relationships-on-systems-it-doesnt-own-oncology-shows-why-that-breaks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Diabetes Is Managed in the Gaps Between Appointments. Who Staffs Those 8,760 Hours?</title>
		<link>https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/</link>
					<comments>https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 19:10:36 +0000</pubDate>
				<category><![CDATA[Health & Wellness]]></category>
		<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[adherence]]></category>
		<category><![CDATA[Chronic Disease]]></category>
		<category><![CDATA[diabetes]]></category>
		<category><![CDATA[digital health]]></category>
		<category><![CDATA[patient-engagement]]></category>
		<category><![CDATA[remote-monitoring]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/</guid>

					<description><![CDATA[<p>Adherence quietly decides type 2 diabetes outcomes, and it happens where most healthcare software isn&#8217;t — the between-visit gap. A structured self-management program on infrastructure the clinic owns: secure messaging, a vetted-content assistant, and the patient&#8217;s data staying in the clinic&#8217;s own database. The hardest part of diabetes isn&#8217;t the medicine. It&#8217;s the hours the</p>
<p>The post <a href="https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/">Diabetes Is Managed in the Gaps Between Appointments. Who Staffs Those 8,760 Hours?</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Adherence quietly decides type 2 diabetes outcomes, and it happens where most healthcare software isn&#8217;t — the between-visit gap. A structured self-management program on infrastructure the clinic owns: secure messaging, a vetted-content assistant, and the patient&#8217;s data staying in the clinic&#8217;s own database.</strong></p>
<p>The hardest part of diabetes isn&#8217;t the medicine. It&#8217;s the hours the patient spends deciding alone.</p>
<div>
<p>The hardest part of managing type 2 diabetes isn&#8217;t the medicine. It&#8217;s the 8,760 hours a year the patient spends away from the clinic, making small decisions alone — what to eat, whether to take the dose, whether that number on the meter is worth a call. Adherence quietly decides outcomes, and adherence happens in the gaps between appointments, where most healthcare software simply isn&#8217;t.</p>
<h2>The gap nobody staffs</h2>
<p>A person newly diagnosed leaves the consultation with a plan and a pamphlet. Two weeks later they have a question at 9pm that isn&#8217;t urgent enough for the emergency line and won&#8217;t wait three months for the next appointment. So they Google it, or ask a general chatbot, or guess. Multiply that by every patient and every small decision, and the gap between visits is where good plans quietly fail.</p>
<p>Clinics know this. The answer — structured, between-visit support: check-ins, reminders, a trusted place to ask — is well understood. What&#8217;s missing is affordable infrastructure to run it without shipping patients&#8217; diabetes data to a third-party app nobody vetted.</p>
<h2>A different approach: the program as software you own</h2>
<p>Consider a structured self-management program built on infrastructure the clinic controls. This is where a self-hosted platform like <a href="https://vbwd.cc">VBWD</a> becomes relevant — and precision matters here, so plainly: VBWD is infrastructure, not medicine. It is not a diagnostic tool and does not replace a clinician. What it provides is the delivery layer for a program a care team designs.</p>
<p>The pieces map neatly onto the need. A <strong>secure messaging channel</strong> (self-hosted, end-to-end encryptable) lets a patient ask that 9pm question and a nurse answer it the next morning, without the conversation living on a consumer app. A <strong>grounded assistant</strong> answers routine questions — &#8220;should I take my metformin with food?&#8221; — from the clinic&#8217;s own vetted content, not the open internet, so the guidance is the clinic&#8217;s, not a model&#8217;s guess. <strong>Subscription billing</strong> turns the program into a sustainable service line rather than unpaid labour. And because it&#8217;s self-hosted, the diabetes data — arguably some of the most sensitive a person has — stays in the clinic&#8217;s own database, in its own jurisdiction. You can see how these pieces compose in the <a href="https://vbwd.cc/plugins">plugin catalogue</a> and the <a href="https://vbwd.cc/architecture">architecture overview</a>.</p>
<h2>The boundary that keeps it safe</h2>
<p>The line has to be bright, because diabetes self-management is exactly where a careless tool does harm. A between-visit assistant answering &#8220;here&#8217;s what our clinic advises about carbohydrates&#8221; and &#8220;here&#8217;s when to call us&#8221; is an education-and-logistics tool, and a genuinely useful one. An assistant <em>deciding</em> whether a specific reading means a specific patient should change insulin is a clinical act, and no amount of good infrastructure turns it into one. Grounding and self-hosting improve privacy and consistency; they do not confer clinical judgement, and the program must be designed so a human always holds the decisions that matter.</p>
<h2>Why it changes the economics</h2>
<p>The reason clinics don&#8217;t already run programs like this isn&#8217;t ignorance — it&#8217;s cost. Custom patient-engagement software is expensive, and the off-the-shelf options often mean handing patient data and the customer relationship to a vendor. A self-hosted, source-available platform inverts both problems: the clinic owns the software and the data, and stands up the program in weeks rather than commissioning a build. For a chronic condition managed mostly at home, closing the between-visit gap affordably isn&#8217;t a nice-to-have — it&#8217;s where the outcomes actually live.</p>
<p><em>General information for healthcare decision-makers, not medical, legal, or regulatory advice. Any patient-facing deployment requires clinical validation, governance, and compliance review appropriate to the jurisdiction. VBWD is infrastructure, not a medical device.</em></p>
<h2>Explore VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building secure, data-owned applications — used here as infrastructure, never as a medical device. Learn more:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Platform and docs: <a href="https://vbwd.cc">vbwd.cc</a> — the <a href="https://vbwd.cc/plugins">plugins</a>, the <a href="https://vbwd.cc/architecture">architecture</a>, the <a href="https://vbwd.cc/docs">developer docs</a>, and <a href="https://vbwd.cc/pricing">pricing</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> See it running: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video</a> · <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://www.linkedin.com/company/vbwd/">LinkedIn</a></li>
</ul>
<p><em>Free for commercial use while VBWD-attributable sales stay under the value of 6.7 BTC a year.</em></p>
</div><p>The post <a href="https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/">Diabetes Is Managed in the Gaps Between Appointments. Who Staffs Those 8,760 Hours?</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/diabetes-is-managed-in-the-gaps-between-appointments-who-staffs-those-8760-hours/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Turn Data Into Revenue: VBWD Datasets and datavibes for Business</title>
		<link>https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/</link>
					<comments>https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 17:58:13 +0000</pubDate>
				<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[data-as-a-service]]></category>
		<category><![CDATA[data-monetization]]></category>
		<category><![CDATA[datasets]]></category>
		<category><![CDATA[datavibes]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/</guid>

					<description><![CDATA[<p>datavibes collects and generates versioned datasets on a schedule; the VBWD dataset plugin catalogues, gates and sells them via an entitlement-keyed API with an SEO page per dataset. Together they are a self-hosted data-product business. Many businesses sit near valuable data but never monetise it, because the path from collection to a paid API is</p>
<p>The post <a href="https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/">Turn Data Into Revenue: VBWD Datasets and datavibes for Business</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>datavibes collects and generates versioned datasets on a schedule; the VBWD dataset plugin catalogues, gates and sells them via an entitlement-keyed API with an SEO page per dataset. Together they are a self-hosted data-product business.</strong></p>
<p>Many businesses sit near valuable data but never monetise it, because the path from collection to a paid API is a stack of unglamorous engineering. VBWD splits that path into two focused tools.</p>
<div>
<h2>Data is a product — if you can collect it, package it, and charge for it</h2>
<p>Plenty of businesses sit on, or near, valuable data — pricing trends, environmental readings, market shares, regional statistics — and never turn it into revenue, because the path from &#8220;we could gather this&#8221; to &#8220;customers pay us for it monthly&#8221; is a stack of unglamorous engineering: collection, cleaning, versioning, delivery, access control, and billing. VBWD splits that path into two focused pieces — <strong>datavibes</strong> for producing datasets and the <strong>dataset</strong> plugin for selling them — so you can run a data product without building the plumbing from scratch.</p>
<h2>datavibes: the data generator</h2>
<p>datavibes is a config-driven toolkit whose single job is to produce datasets. It pulls data from public sources, normalises and derives it, and emits a ready-made, versioned dataset — timestamped snapshots you can hand to anything downstream. It is deliberately simple: no web server, no database, no billing inside it. Given a dataset&#8217;s configuration and a point in time, it produces the same dataset every time. That determinism is the point — a data product people pay for has to be reproducible, not a one-off scrape that no one can regenerate.</p>
<p>Each dataset is defined declaratively: a small configuration plus, where needed, a tiny adapter for its specific source. You run it two ways from one codebase. As a command you schedule — a cron job (for example, a GitHub Action) runs it on an interval and captures the fresh snapshot — or as a library another Python program imports to drive the same pipeline in-process. The result is a growing series of clean, dated snapshots for each dataset: the raw material of a data business.</p>
<p>Inside VBWD this shows up as a <em>Data Generator</em> admin panel. You manage <strong>profiles</strong> — each a named dataset with a slug, title, category, row count, and its latest snapshot — and you manage their <strong>schedules</strong> with cron expressions: enable or disable a profile, see its last run and next fire time, check whether the last run succeeded, or trigger a run on demand. In other words, the collection side becomes an operational surface you watch and control, not a pile of scripts you hope still work.</p>
<h2>The dataset plugin: the storefront and the delivery</h2>
<p>Producing snapshots is half the business; the other half is selling access to them, and that is what the <a href="https://vbwd.cc/plugins">dataset plugin</a> does. It consumes the files datavibes produces and turns each dataset into something you can monetise. A dataset is modelled as a priceable item: a customer buys it, the purchase grants an <em>entitlement</em>, and the entitlement unlocks API access to the data. The billing, tax, and invoicing all run through VBWD&#8217;s <a href="https://vbwd.cc/billing">unified pricing and subscription engine</a>, so a dataset is sold with the same machinery as any other product on the platform — one-off, or on a recurring subscription for continuously-updated data.</p>
<p>Just as important for actually getting customers: every dataset can carry its own SEO metadata and get its own indexable landing page. Instead of one generic &#8220;datasets&#8221; page, each dataset has a real URL that describes what it contains and can rank in search — so buyers discover the specific dataset they need. Because VBWD serves crawlable pages for its single-page frontend, those per-dataset pages are visible to search engines, not just to logged-in users.</p>
<h2>How the two fit together</h2>
<p>The division of labour is clean, and it is what makes the whole thing maintainable:</p>
<ul>
<li><strong>datavibes</strong> collects and generates — on a schedule, deterministically — and emits versioned snapshots. It knows nothing about money.</li>
<li><strong>the dataset plugin</strong> catalogues those snapshots, gates them behind entitlements, serves them over an API, gives each one a sellable page, and handles the billing.</li>
<li><strong>the rest of VBWD</strong> — accounts, subscriptions, invoices, the <a href="https://vbwd.cc/architecture">agnostic plugin core</a> — carries everything around them.</li>
</ul>
<p>You can run either half on its own. Use datavibes purely internally to feed your own dashboards, reports, or AI assistants; or use the dataset plugin to sell data you already have. Together, they are a self-hosted &#8220;data product&#8221; business: collect on a schedule, publish snapshots, sell API access, and let each dataset earn its own search traffic.</p>
<h2>Business models this unlocks</h2>
<p>The same two pieces support several ways to make money, and you can mix them:</p>
<ul>
<li><strong>Subscription data feeds.</strong> A dataset that refreshes on a schedule is a natural subscription: customers pay monthly for continuous access to the latest snapshots via the API. Recurring revenue from something a cron job maintains.</li>
<li><strong>One-off dataset sales.</strong> For point-in-time data — a full historical archive, a specific snapshot — sell it once with entitlement-gated download or API access.</li>
<li><strong>Freemium and samples.</strong> Publish a small or delayed snapshot free to rank in search and prove value, and gate the full resolution, full history, or real-time feed behind payment. The free sample is your marketing; the entitlement is your paywall.</li>
<li><strong>Data-as-an-API.</strong> Because access is delivered through an API keyed to an entitlement, your buyers are developers integrating your data into their own products — a higher-value, stickier customer than a one-time download.</li>
<li><strong>Vertical data products.</strong> Curate datasets for a specific audience — environmental and air-quality readings for a wellness or property brand, energy and renewable-share figures for a sustainability consultancy, regional weather or mobility statistics for a logistics tool. A focused, well-maintained vertical dataset beats a generic dump.</li>
<li><strong>Internal leverage.</strong> Even with nothing for sale, feeding clean, versioned data into your own analytics and reporting removes a recurring manual chore and makes your numbers reproducible.</li>
</ul>
<h2>A worked example</h2>
<p>Say you want to sell an environmental dataset — air-quality readings by region. You define a datavibes profile that pulls from the public source, normalises it into a consistent schema, and derives the fields you care about. You schedule it to run daily, so each morning a new timestamped snapshot lands. In the dataset plugin you publish that profile as a product: a monthly subscription for API access to the latest data, plus a one-off price for the full historical archive. You give it an SEO page describing exactly what it covers, so a business searching for regional air-quality data finds your page and subscribes. From then on, the cron job maintains the product and the platform handles discovery, entitlement, delivery, and billing. Your ongoing work is curation and quality, not plumbing.</p>
<h2>The honest limits</h2>
<p>A data business has real responsibilities the software cannot discharge for you. First, rights: datavibes pulls from public sources, but &#8220;public&#8221; is not the same as &#8220;free to redistribute or resell&#8221; — you are responsible for confirming you have the right to package and sell any derived dataset, and for respecting each source&#8217;s terms and licence. Second, quality and liability: determinism means datavibes reproduces a dataset faithfully, but if the upstream source is wrong or changes shape, your dataset inherits that — you own data quality, documentation, and any accuracy claims you make to customers. Third, operations: this is self-hosted, so you run the schedules, storage, and API, and you own uptime and backups. What the platform gives you is the technical path from collection to paid API; the editorial judgement, the source licences, and the trust you build with buyers are yours.</p>
<h2>Takeaway</h2>
<p>Turning data into a product usually stalls on engineering no one wants to build. VBWD removes that blocker by separating the job cleanly: datavibes produces versioned datasets on a schedule, deterministically, from simple configuration; the <a href="https://vbwd.cc/features">dataset plugin</a> catalogues them, gates them behind entitlements, serves them over an API, and gives each one a sellable, searchable page — all billed through the platform&#8217;s subscription engine, all self-hosted, all yours. If your business sits near data worth paying for, the path from &#8220;we could collect this&#8221; to &#8220;customers subscribe to it&#8221; is now a configuration and a cron schedule, not a project.</p>
<h2>Learn more about VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building subscription products, marketplaces, and AI-powered apps. Explore it further:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Website and documentation: <a href="https://vbwd.cc">vbwd.cc</a> — see the <a href="https://vbwd.cc/plugins">plugins</a>, <a href="https://vbwd.cc/architecture">architecture</a>, and <a href="https://vbwd.cc/docs">developer docs</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source code and plugins on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Watch VBWD in action: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video 1</a> and <a href="https://www.youtube.com/watch?v=HJqBPMngO5Y&#038;t=4s">demo video 2</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Follow the project on LinkedIn: <a href="https://www.linkedin.com/company/vbwd/">linkedin.com/company/vbwd</a></li>
</ul>
</div><p>The post <a href="https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/">Turn Data Into Revenue: VBWD Datasets and datavibes for Business</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/turn-data-into-revenue-vbwd-datasets-and-datavibes-for-business/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Selling Pharmacy and Health Products in the US: Compliance-First E-Commerce with VBWD</title>
		<link>https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/</link>
					<comments>https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 16:15:33 +0000</pubDate>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[healthtech]]></category>
		<category><![CDATA[hipaa]]></category>
		<category><![CDATA[pharmacy]]></category>
		<category><![CDATA[us-compliance]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/</guid>

					<description><![CDATA[<p>State-by-state shipping controls, OTC vs Rx vs scheduled product types, age and prescription verification, purchase logging and data controls — the building blocks for compliant US health e-commerce. The US is a regulatory patchwork that generic shop software ignores; VBWD&#8217;s shop engine gives US health and pharmacy sellers the technical controls compliance demands. The hard</p>
<p>The post <a href="https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/">Selling Pharmacy and Health Products in the US: Compliance-First E-Commerce with VBWD</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>State-by-state shipping controls, OTC vs Rx vs scheduled product types, age and prescription verification, purchase logging and data controls — the building blocks for compliant US health e-commerce.</strong></p>
<p>The US is a regulatory patchwork that generic shop software ignores; VBWD&#8217;s shop engine gives US health and pharmacy sellers the technical controls compliance demands.</p>
<div>
<h2>The hard part of selling medicine online isn&#8217;t the checkout</h2>
<p>If you run a US pharmacy or health-product store, the shopping cart is the easy 10%. The other 90% is proving that the right product went to the right person in a state where you are licensed to sell it, and keeping a record you can defend if a board of pharmacy asks. Generic e-commerce software is built to sell as many units as possible to as many people as possible. That default is exactly wrong for regulated health products.</p>
<p>VBWD is a self-hosted, source-available shop platform (Python/Flask, PostgreSQL, Vue 3, Docker) built as an agnostic core with plugins for shop, product types, discounts, invoicing, and payments. It gives you technical controls that <em>support</em> a compliance program. It does not make you compliant, it is not a certification, and nothing here is legal advice.</p>
<h2>The US is a patchwork, and most shop software ignores that</h2>
<p>There is no single federal &#8220;sell drugs online&#8221; licence. Pharmacy practice is licensed <strong>state by state</strong> through each state&#8217;s board of pharmacy, and shipping a prescription into a state generally means holding a licence recognized there. Layered on top:</p>
<ul>
<li><strong>OTC products</strong> — over-the-counter, sold without a prescription, but some carry their own rules.</li>
<li><strong>Prescription (Rx) products</strong> — require a valid prescription and a licensed pharmacist&#8217;s involvement.</li>
<li><strong>DEA-scheduled controlled substances</strong> — a much stricter regime governed by DEA rules on top of everything else. Treat these as a separate, harder problem.</li>
<li><strong>Age-restricted items</strong> — for example, products containing pseudoephedrine follow logging and quantity-tracking patterns.</li>
<li><strong>FDA oversight</strong> of the drug products themselves.</li>
<li><strong>Health-data privacy</strong> — HIPAA applies to covered entities and their business associates. It is the operator&#8217;s obligation, not a checkbox in a shop engine.</li>
</ul>
<p>To operate lawfully you need state-by-state pharmacy licensure, a licensed pharmacist, and real legal counsel. What software can do is model these distinctions instead of flattening every SKU into &#8220;a product.&#8221; That modelling is where VBWD&#8217;s <a href="https://vbwd.cc/architecture">agnostic-core-plus-plugins architecture</a> earns its place.</p>
<h2>Product types: model OTC, Rx, restricted, and scheduled differently</h2>
<p>VBWD&#8217;s shop uses a product-type registry where a type is an additive cluster of custom fields and workflow hooks. You are not forced into one schema for every item. You define an <code>otc</code> type, an <code>rx</code> type, a <code>restricted_otc</code> type, and (if you ever go there) a <code>controlled</code> type, each carrying only the fields and steps it needs.</p>
<ul>
<li><code>rx</code> can require a prescription reference, a prescriber identifier, and a pharmacist-verification state before the order can ship.</li>
<li><code>restricted_otc</code> can require date-of-birth capture and quantity limits.</li>
<li><code>otc</code> stays lightweight so ordinary vitamins and first-aid supplies don&#8217;t inherit friction they don&#8217;t need.</li>
</ul>
<p>Because types are additive, adding a compliance field to Rx products never touches the OTC catalogue. The range of shop building blocks is on the <a href="https://vbwd.cc/plugins">plugins page</a>.</p>
<h2>Geo-blocking: only ship where you hold a licence</h2>
<p>State-level access control lets you restrict which shipping destinations a product or the whole store will accept. If your licensure covers a defined set of states, you configure those as the allowed set and orders to other states are refused before payment, not after. This is a technical guardrail against the most common failure mode: selling into a state where you have no standing. It enforces your list; it does not tell you which states you are licensed in. That comes from your licences and your counsel.</p>
<h2>Age and identity gating</h2>
<p>For age-restricted products you can gate purchase behind date-of-birth or identity-verification steps tied to the product type, so the check fires for the SKUs that need it and stays out of the way for the ones that don&#8217;t. The gate is a workflow step you place in the order path; the strength of the identity check depends on the verification method and provider you connect.</p>
<h2>Prescription upload and pharmacist verification</h2>
<p>An Rx workflow is a product type plus order data plus messaging. A customer ordering an <code>rx</code> item uploads or references a prescription, the order lands in a <em>pending pharmacist review</em> state, a licensed pharmacist reviews it, and only an explicit approval moves it toward fulfilment. Secure messaging between the operator and customer handles clarifications without email sprawl. VBWD gives you the state machine and the data model; the licensed pharmacist doing the review is a human role you must staff, not software.</p>
<h2>Audit trail: the event bus and signed webhooks</h2>
<p>Regulated selling lives or dies on records. VBWD&#8217;s event bus emits domain events across the order lifecycle, and outbound webhooks are signed so a downstream system can verify authenticity. You can stream purchase and verification events to an append-only log or a compliance system of record — for example, the logging pattern behind restricted-OTC sales. The signed, event-driven design is described under <a href="https://vbwd.cc/features">features</a>. You still define what to log and how long to retain it; the platform gives you a tamper-evident pipe to send it through.</p>
<h2>Pricing, tax, payments, and disclosures</h2>
<p>Unified pricing supports per-jurisdiction tax, which matters when health-product taxability varies by state. Payments run through swappable provider adapters, so you can choose processors that will underwrite pharmacy-adjacent merchants rather than being locked to one. The CMS lets you publish the disclosures regulators and customers expect — pharmacist name and credentials, licence information, and terms — as first-class content next to the store.</p>
<h2>Data residency and access control for health data</h2>
<p>VBWD is self-hosted. The database runs on infrastructure you control, which is a precondition for handling protected health information under a program you can actually audit. Granular access control limits who inside your organization can see order and health-related fields. To be blunt: this supports a HIPAA program, it does not constitute one. VBWD is not &#8220;HIPAA-certified,&#8221; and no vendor can hand you compliance. The safeguards, the business-associate agreements, the training, and the accountability are yours.</p>
<h2>A worked configuration sketch</h2>
<p>Say you are licensed to ship Rx items to three states and OTC nationwide. A configuration might look like this:</p>
<pre><code>product_types:
  otc:
    fields: [dosage, active_ingredient]
    ship_states: ALL
  restricted_otc:
    fields: [dosage, active_ingredient, dob_required, unit_quantity_cap]
    verification: [age_gate]
    audit_events: [purchase.logged]
  rx:
    fields: [prescription_ref, prescriber_id, pharmacist_review_state]
    workflow: [pending_review -> approved -> fulfil]
    ship_states: [CA, NY, TX]     # only where you hold licensure
    verification: [identity_check]
    audit_events: [rx.uploaded, rx.reviewed, rx.approved, order.shipped]

webhooks:
  - event: rx.reviewed
    url: https://compliance.internal/log
    signed: true
  - event: purchase.logged
    url: https://compliance.internal/restricted-otc
    signed: true

tax:
  strategy: per_jurisdiction
payments:
  adapters: [processor_a, processor_b]</code></pre>
<p>The list of ship states is a hard technical boundary. The signed webhooks turn every review and restricted sale into a record you can retain and reconcile. None of this decides whether your licences actually cover CA, NY, and TX — that is a legal fact you supply. Integration details and adapter contracts are in the <a href="https://vbwd.cc/docs">documentation</a>.</p>
<h2>Honest limits</h2>
<p>Be clear-eyed about what a shop engine cannot do:</p>
<ul>
<li>It does not grant pharmacy licensure or replace a licensed pharmacist.</li>
<li>It does not make you HIPAA-, FDA-, DEA-, or board-compliant. It provides controls a compliance program can use.</li>
<li>Controlled substances are materially harder. DEA rules go well beyond the patterns above; do not treat scheduled drugs as &#8220;just another product type.&#8221;</li>
<li>Identity and age verification are only as strong as the provider and method you wire in.</li>
<li>Geo-blocking enforces the state list you give it; correctness of that list is on you and your counsel.</li>
</ul>
<h2>Takeaway</h2>
<p>Compliance-first commerce means the software&#8217;s defaults push toward restriction, verification, and record-keeping instead of maximum throughput. VBWD gives you the technical building blocks — product types that separate OTC from Rx from restricted, state-level geo-blocking, verification gates, a pharmacist-review workflow, a signed audit trail, per-jurisdiction tax, swappable payments, and self-hosted data you control. It is source-available under BSL 1.1 (free until 6.7 BTC/year of attributable sales, converting to Apache-2.0), so you can inspect and run the whole stack yourself. Pair those controls with your licences, your pharmacist, and your lawyers. The platform handles the technical guardrails; the licence to operate is still yours to earn and hold. You can review commercial terms on the <a href="https://vbwd.cc/billing">billing page</a>.</p>
<h2>Learn more about VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building subscription products, marketplaces, and AI-powered apps. Explore it further:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Website and documentation: <a href="https://vbwd.cc">vbwd.cc</a> — see the <a href="https://vbwd.cc/plugins">plugins</a>, <a href="https://vbwd.cc/architecture">architecture</a>, and <a href="https://vbwd.cc/docs">developer docs</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source code and plugins on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Watch VBWD in action: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video 1</a> and <a href="https://www.youtube.com/watch?v=HJqBPMngO5Y&#038;t=4s">demo video 2</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Follow the project on LinkedIn: <a href="https://www.linkedin.com/company/vbwd/">linkedin.com/company/vbwd</a></li>
</ul>
</div><p>The post <a href="https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/">Selling Pharmacy and Health Products in the US: Compliance-First E-Commerce with VBWD</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/selling-pharmacy-and-health-products-in-the-us-compliance-first-e-commerce-with-vbwd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Compliance-Ready Online Pharmacy Shop Engine for the EU</title>
		<link>https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/</link>
					<comments>https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 16:15:14 +0000</pubDate>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[eu-compliance]]></category>
		<category><![CDATA[gdpr]]></category>
		<category><![CDATA[healthtech]]></category>
		<category><![CDATA[pharmacy]]></category>
		<category><![CDATA[vbwd]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/</guid>

					<description><![CDATA[<p>Model OTC vs prescription products, geo-block by country, handle prescriptions, keep an audit trail and honour GDPR — the technical building blocks for a compliant EU online pharmacy, self-hosted. Generic e-commerce ignores what makes pharmacy hard; VBWD&#8217;s shop engine provides the technical controls an EU online pharmacy needs — though the licence is still yours</p>
<p>The post <a href="https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/">A Compliance-Ready Online Pharmacy Shop Engine for the EU</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Model OTC vs prescription products, geo-block by country, handle prescriptions, keep an audit trail and honour GDPR — the technical building blocks for a compliant EU online pharmacy, self-hosted.</strong></p>
<p>Generic e-commerce ignores what makes pharmacy hard; VBWD&#8217;s shop engine provides the technical controls an EU online pharmacy needs — though the licence is still yours to obtain.</p>
<div>
<p>Selling paracetamol online looks, on the surface, like selling anything else: a product page, a cart, a payment button. Then a regulator asks where your prescription verification happens, which member states you ship to, whether your OTC and prescription-only lines are actually distinguishable in the database, and where health-related purchase data physically lives. At that point most general-purpose e-commerce stacks run out of answers.</p>
<p>This article is honest about one thing up front: no software makes a pharmacy compliant. Operating a legally-registered online pharmacy in the EU requires the appropriate national registration and licences, a responsible registered pharmacist, and legal review under your member state&#8217;s rules. What a shop engine can do is give you technical building blocks that map cleanly onto those obligations, so the compliance work is a configuration and process exercise rather than a fight with the software. VBWD&#8217;s shop engine is built to be that kind of foundation, not a certificate.</p>
<h2>Why generic e-commerce fails for pharmacy</h2>
<p>Off-the-shelf shop platforms model a &#8220;product&#8221; as a single flat shape: title, price, image, stock. Pharmacy products are not one shape. An OTC analgesic, a prescription-only antibiotic, and an age-restricted product each carry different mandatory attributes and different rules for who may buy them and from where.</p>
<p>Generic platforms also assume you want to sell to everyone who can reach the URL. Pharmacy is the opposite: EU rules for online medicine sales are national, set per country, so your default posture must be to <em>restrict</em> and then selectively permit. Bolting country logic onto a platform that assumes global reach tends to leave gaps.</p>
<p>Finally, most stacks treat order data as commercial data. A prescription upload, or the fact that someone bought a specific medicine, is health-related data under GDPR and deserves stricter handling than a T-shirt order. The architecture has to respect that from the start.</p>
<h2>The building blocks, mapped to EU requirements</h2>
<p>VBWD is a self-hosted, source-available platform: Python/Flask, PostgreSQL, Vue 3, Docker, with an agnostic core and everything domain-specific implemented as plugins. Shop, product types, discounts, invoicing, and payments are all <a href="https://vbwd.cc/plugins">plugins on that platform</a>. Below, each capability is paired with the pharmacy obligation it supports.</p>
<h2>Product types for OTC, prescription, and restricted lines</h2>
<p>The shop engine models a product <em>type</em> as an additive cluster of custom fields registered through a product-type registry. Rather than forcing every product into one schema, you define a type per category and attach only the fields that category needs.</p>
<ul>
<li><strong>OTC</strong>: standard commercial fields plus active ingredient and pack size.</li>
<li><strong>Prescription-only</strong>: the same, plus a prescription-required flag and fields for the verification workflow.</li>
<li><strong>Restricted</strong>: additional eligibility or age-gating attributes.</li>
</ul>
<p>This gives you a database-level, queryable distinction between prescription and OTC products — the clear separation regulators expect — instead of a convention that lives only in a category name. You can read more about how the platform composes these clusters in the <a href="https://vbwd.cc/architecture">architecture overview</a>.</p>
<h2>Country access control for national rules</h2>
<p>Because online-medicine rules differ by member state, jurisdiction control is a first-class need. The platform&#8217;s CMS supports country-based access, so you can restrict which markets see and reach given pages and product areas. Combined with a deny-by-default posture, this lets you serve only the countries where you hold the correct registration, rather than exposing your full catalogue to the entire EU and hoping.</p>
<h2>Catalogue with a shared filter and pagination contract</h2>
<p>The shop catalogue uses a shared filter and pagination contract, so browsing, filtering, and paging behave consistently across product types. In practice this means a customer can filter to only OTC products, or a pharmacist-facing view can filter to prescription lines awaiting verification, using the same predictable mechanism. The consistency matters when you later attach audit and reporting on top of it.</p>
<h2>Age and eligibility gating</h2>
<p>For age-restricted and eligibility-restricted products, the extra fields on a product type feed gating patterns at the point of sale. The gate is expressed as product data plus order-time checks, which keeps the rule attached to the product rather than hard-coded into a single checkout screen. You still design the exact eligibility policy — the engine gives you the place to attach it.</p>
<h2>A prescription-handling workflow</h2>
<p>Prescription handling is where the pieces combine. There is no single &#8220;prescription&#8221; button; instead you compose one from parts you already have:</p>
<ul>
<li>A <strong>product type</strong> flags the line as prescription-required.</li>
<li><strong>Order data</strong> carries the prescription&#8217;s state through fulfilment.</li>
<li><strong>Secure messaging</strong> handles uploading a prescription and the pharmacist&#8217;s verification exchange, keeping that sensitive material off email.</li>
</ul>
<p>The registered pharmacist remains the decision-maker. The software&#8217;s job is to make sure a prescription-required item cannot progress to fulfilment without the verification step being recorded — a control you configure, not a legal guarantee the platform issues.</p>
<h2>An audit trail via the event bus and signed webhooks</h2>
<p>Verifiable records are central to pharmacy operations. VBWD&#8217;s core emits domain events on an event bus, and you can subscribe outbound signed webhooks to relay those events to an external audit log or an existing pharmacy management system. Because the webhooks are signed, the receiving system can verify authenticity. This gives you an append-only trail of who did what and when, feeding a system of record you control. See the <a href="https://vbwd.cc/features">features overview</a> for the event and webhook surface.</p>
<h2>Pricing, VAT, and invoicing</h2>
<p>Medicines frequently sit under specific or reduced VAT rates that vary by country. The unified price model carries per-line tax so VAT is computed and shown per line item rather than as an opaque total, and the invoicing plugin produces the corresponding documents. That per-line transparency is what makes cross-border VAT handling auditable later.</p>
<h2>Self-hosted, EU data residency, and GDPR</h2>
<p>Because a purchase of a specific medicine — and any uploaded prescription — is health-related personal data, where that data lives is not a detail. VBWD is self-hosted, so you choose the hosting, including keeping data resident in the EU. There is no obligatory third-party SaaS in the transaction path holding your patients&#8217; health data. This supports GDPR obligations around health data; it does not discharge them. You still need your lawful basis, your retention policy, your data-processing records, and your DPO arrangements where required.</p>
<h2>Swappable payment providers</h2>
<p>Payments are implemented as swappable adapters, so you can select providers that fit your market and your acquirer relationships rather than being locked to one processor. Details of the payment and billing surface are in the <a href="https://vbwd.cc/billing">billing documentation</a>.</p>
<h2>CMS for mandatory legal pages and the common logo</h2>
<p>Legally-operating online pharmacies in the EU must display mandatory information — including registered pharmacist and operator details — and link back from the EU common logo for online medicine sellers to the relevant national register entry. The platform&#8217;s CMS is where you author and maintain those legal pages and place the common-logo linkback, keeping the required disclosures under version control alongside the shop.</p>
<h2>A worked configuration example</h2>
<p>Suppose you are registered to sell OTC medicines in Germany and Austria only, with a prescription workflow for a limited prescription-only range. A rough shape of the configuration looks like this:</p>
<pre><code>product-types:
  otc:
    fields: [active_ingredient, pack_size, vat_rate]
  prescription:
    fields: [active_ingredient, pack_size, vat_rate,
             prescription_required: true,
             prescription_status]      # unverified | verified | rejected
  age_restricted:
    fields: [active_ingredient, pack_size, vat_rate,
             min_age]

country-access:
  default: deny
  allow: [DE, AT]

workflow:
  prescription_required:
    block_fulfilment_until: prescription_status == verified
    channel: secure_messaging          # upload + pharmacist review

audit:
  webhook:
    events: [order.created, prescription.verified,
             prescription.rejected, order.fulfilled]
    signed: true
    target: https://your-pharmacy-system.internal/audit

data:
  hosting: self_hosted
  residency: eu
</code></pre>
<p>This is illustrative, not a drop-in file: the exact field names, event names, and options follow the plugin configuration documented in the <a href="https://vbwd.cc/docs">platform docs</a>. The point is that each obligation — jurisdiction, product distinction, prescription control, audit, residency — has an explicit, reviewable home.</p>
<h2>Honest limits</h2>
<p>Read this part twice. VBWD is not certified, approved, or endorsed by any medicines regulator, and running your shop on it does not make your pharmacy legal. It gives you technical building blocks; it does not give you a licence.</p>
<ul>
<li>You must hold the appropriate national registration and licences for every country you sell into. These rules are national and differ per member state.</li>
<li>You need a responsible registered pharmacist accountable for dispensing decisions.</li>
<li>You must obtain independent legal and regulatory review before going live, and keep it current as rules change.</li>
<li>The platform does not implement Falsified Medicines Directive serialization or verification against national medicines verification systems. Where the FMD context applies to your operation, that is a separate obligation you address with the appropriate systems.</li>
<li>GDPR compliance for health data is a programme — lawful basis, retention, records, DPO — not a switch the software flips.</li>
</ul>
<p>None of these are gaps in the software; they are the parts of pharmacy operation that are legal and human by design, and no shop engine should pretend otherwise.</p>
<h2>Takeaway</h2>
<p>A compliance-ready pharmacy shop is one where every regulatory obligation has a clear technical home: prescription and OTC products are distinct in the data, sales are geo-restricted to the countries you are registered in, prescription verification is a recorded control, health data stays on infrastructure you govern in the EU, and every significant action leaves a signed, auditable trace. VBWD&#8217;s shop engine gives you those homes on a self-hosted, source-available platform you can inspect and extend. The licences, the pharmacist, and the legal sign-off remain yours to hold — which is exactly as it should be.</p>
<h2>Learn more about VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building subscription products, marketplaces, and AI-powered apps. Explore it further:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Website and documentation: <a href="https://vbwd.cc">vbwd.cc</a> — see the <a href="https://vbwd.cc/plugins">plugins</a>, <a href="https://vbwd.cc/architecture">architecture</a>, and <a href="https://vbwd.cc/docs">developer docs</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source code and plugins on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Watch VBWD in action: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video 1</a> and <a href="https://www.youtube.com/watch?v=HJqBPMngO5Y&#038;t=4s">demo video 2</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Follow the project on LinkedIn: <a href="https://www.linkedin.com/company/vbwd/">linkedin.com/company/vbwd</a></li>
</ul>
</div><p>The post <a href="https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/">A Compliance-Ready Online Pharmacy Shop Engine for the EU</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/a-compliance-ready-online-pharmacy-shop-engine-for-the-eu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBWD for Wellness Studios: Bookings, Memberships, and a Loyalty Programme You Own</title>
		<link>https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/</link>
					<comments>https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/#respond</comments>
		
		<dc:creator><![CDATA[Louis Phaigh]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 16:14:57 +0000</pubDate>
				<category><![CDATA[Health Technology]]></category>
		<category><![CDATA[Wellness]]></category>
		<category><![CDATA[booking]]></category>
		<category><![CDATA[loyalty]]></category>
		<category><![CDATA[memberships]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[vbwd]]></category>
		<category><![CDATA[wellness]]></category>
		<guid isPermaLink="false">https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/</guid>

					<description><![CDATA[<p>Class and session booking, client accounts, memberships, a loyalty-points programme and an AI booking assistant — self-hosted, no platform cut, and you keep the client list. Wellness studios lose margin and their client list to booking marketplaces; VBWD gives them bookings, memberships and loyalty on a platform they own outright. Your studio runs on relationships.</p>
<p>The post <a href="https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/">VBWD for Wellness Studios: Bookings, Memberships, and a Loyalty Programme You Own</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Class and session booking, client accounts, memberships, a loyalty-points programme and an AI booking assistant — self-hosted, no platform cut, and you keep the client list.</strong></p>
<p>Wellness studios lose margin and their client list to booking marketplaces; VBWD gives them bookings, memberships and loyalty on a platform they own outright.</p>
<div>
<p>Your studio runs on relationships. Someone books a first yoga class, comes back for a workshop, buys a ten-pass, brings a friend, becomes a regular. That whole arc lives in your booking app, your inbox, a spreadsheet, and your head. And when you use a marketplace to get discovered, the platform sits in the middle of every one of those touchpoints, takes a cut, and quietly owns the client relationship you built.</p>
<p>This piece is about a different setup: running bookings, memberships, messaging, and a loyalty programme on software you host yourself. The tool is <a href="https://vbwd.cc/features">VBWD</a>, a source-available, self-hosted client-management platform. It is warmer to your margins and stricter about who owns the data. Here is what it does for a wellness business and where it stops.</p>
<h2>The problem: you rent your own client list</h2>
<p>Most studios stitch together three or four services. A booking app for the calendar. A separate mailing tool. A payment processor. Maybe a loyalty punch-card app on top. Each one holds a slice of your client data, and none of them are really yours.</p>
<p>The booking marketplaces are the sharpest version of this. They bring you visibility, then charge a per-booking fee or a monthly rent, and the client&#8217;s account, reviews, and rebooking habit live on their platform, not yours. If you leave, the relationship often does not come with you. You are renting access to people who came to see you.</p>
<p>There is also a quieter cost: client data. Health notes, injury history, therapy context, contact details. That information sits on servers in jurisdictions you did not choose, under privacy terms you did not write.</p>
<h2>What VBWD gives a wellness studio</h2>
<p>VBWD is an agnostic core with a set of plugins you switch on for the functions you need. You do not have to run all of it. Here is the part that matters for a spa, studio, or practice.</p>
<h2>Bookings and self-scheduling</h2>
<p>The booking function handles the calendar work: classes with capacity, one-to-one sessions, staff or room availability, and a self-booking flow so clients reserve their own slots without messaging you. A pilates studio can publish a weekly class grid; a massage therapist can expose only the openings they want filled. Clients book, get confirmations, and manage their own reservations from an account on your site.</p>
<p>Because it is your install, the booking page carries your brand, your terms, and your prices, with no marketplace badge and no per-booking fee skimmed off the top.</p>
<h2>Client accounts and portals</h2>
<p>Every client gets an account on your platform. They see their upcoming sessions, past visits, active memberships or passes, invoices, and messages in one place. For the studio, that account is the single record of a client&#8217;s history, and it lives in your database, not a vendor&#8217;s.</p>
<p>This is the core of the ownership argument: the client list, with everyone&#8217;s booking history and preferences, is a table in your PostgreSQL database that you can back up, export, and query however you like.</p>
<h2>A secure messenger for client communication</h2>
<p>Wellness conversations are personal. A therapy client cancelling a session, a spa guest asking about a treatment before a birthday, a coaching client checking in between calls. VBWD includes a built-in messenger so those exchanges happen inside your platform instead of scattered across personal WhatsApp threads and email.</p>
<p>Keeping messages on your own install matters when the content is health-adjacent. You decide retention, you decide who on your team can read what, and nothing rides through a third-party chat product.</p>
<h2>An AI chatbot grounded in your own content</h2>
<p>VBWD can run a retrieval-augmented (RAG) chatbot that answers from your studio&#8217;s own material, your pricing, your class descriptions, your FAQ, your policies, rather than making things up from the open internet. A visitor at 11pm can ask &#8220;do you have a prenatal yoga class on Saturdays and how much is a five-pack?&#8221; and get an answer drawn from your actual content, plus a nudge into the booking flow.</p>
<p>Technically, the bot rides a search seam that deliberately blocks the private slices of your data (it will not read a client&#8217;s therapy notes or invoices), and it talks to language models through a connection manager so you choose the provider. It is a front-desk assistant for the questions you answer twenty times a week, not a window into confidential records. You can see the full set of switch-on functions on the <a href="https://vbwd.cc/plugins">plugins page</a>.</p>
<h2>Memberships and class passes</h2>
<p>The subscription function covers recurring wellness revenue: monthly memberships, unlimited-class plans, ten-session passes, treatment bundles. VBWD handles the recurring billing, generates invoices with tax, and supports multiple currencies, which helps if you run retreats or serve clients across borders. Billing details and how the money side is structured are laid out on the <a href="https://vbwd.cc/billing">billing page</a>.</p>
<p>Memberships tie back into bookings and accounts, so a member&#8217;s pass balance and renewal date sit in the same client record as their session history.</p>
<h2>A loyalty programme built on tokens you own</h2>
<p>VBWD has a token, or credit, system, and for a wellness business the natural use is loyalty. You define how clients earn credits (points for each visit, a bonus for referring a friend, a reward for hitting a streak) and what they redeem them for (a free class, a treatment upgrade, a discount, a small perk).</p>
<p>Because you configure the rules, the programme fits your studio rather than a generic punch-card template. The same token mechanism can also meter usage-based extras, for example AI or premium content, but for most studios it is simply a loyalty ledger you control end to end.</p>
<h2>The ownership and privacy angle</h2>
<p>The through-line across all of this is that there is no platform in the middle. No per-transaction cut on bookings or memberships. No marketplace that owns your reviews and rebooking habit. The client list, the message history, the loyalty balances, they are rows in a database you run.</p>
<p>VBWD is self-hosted, which means you can keep it on EU infrastructure for data-residency reasons if that matters to your clients, and it is source-available under BSL 1.1: free to use commercially until your VBWD-attributable sales pass a defined threshold (6.7 BTC per year), and the licence converts to Apache-2.0 over time. It is not public-domain, but it is software you can read, adapt, and self-host without asking permission for normal use.</p>
<p>Under the hood it is a fairly standard stack, Python/Flask, PostgreSQL, Redis, a Vue 3/TypeScript frontend, all in Docker, and one backend serves both your website and a native mobile app. The technical detail lives in the <a href="https://vbwd.cc/docs">documentation</a>.</p>
<h2>The honest limits</h2>
<p>Self-hosting means you operate it. Uptime, backups, and updates are on you or whoever you pay to run the box. If your studio does not want to touch servers, budget for a technical partner, because a booking system that is down on a Monday morning is a real problem.</p>
<p>The AI chatbot can be wrong. It is grounded in your content, which reduces invented answers, but you should treat it as a helpful front desk, not an authority on medical or therapeutic questions, and keep a human path for anything sensitive.</p>
<p>The loyalty tokens are a credit system you configure, not a regulated financial instrument. They are studio points, not money, and you should describe them to clients that way.</p>
<h2>Takeaway</h2>
<p>If your studio is small and you just need a calendar, a marketplace app is faster to start. But if the client relationship is the business, and in wellness it usually is, then owning the bookings, the accounts, the messages, the memberships, and the loyalty programme is worth the operational effort. VBWD is one way to run all of that on infrastructure you control, without a platform taking a slice of every visit. Start with the <a href="https://vbwd.cc/features">feature overview</a> and turn on only the functions your practice actually needs.</p>
<h2>Learn more about VBWD</h2>
<p>VBWD is a self-hosted, source-available platform for building subscription products, marketplaces, and AI-powered apps. Explore it further:</p>
<ul>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Website and documentation: <a href="https://vbwd.cc">vbwd.cc</a> — see the <a href="https://vbwd.cc/plugins">plugins</a>, <a href="https://vbwd.cc/architecture">architecture</a>, and <a href="https://vbwd.cc/docs">developer docs</a>.</li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Source code and plugins on GitHub: <a href="https://github.com/VBWD-platform/">github.com/VBWD-platform</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a5.png" alt="🎥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Watch VBWD in action: <a href="https://www.youtube.com/watch?v=JW6x7zFn-8w">demo video 1</a> and <a href="https://www.youtube.com/watch?v=HJqBPMngO5Y&#038;t=4s">demo video 2</a></li>
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Follow the project on LinkedIn: <a href="https://www.linkedin.com/company/vbwd/">linkedin.com/company/vbwd</a></li>
</ul>
</div><p>The post <a href="https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/">VBWD for Wellness Studios: Bookings, Memberships, and a Loyalty Programme You Own</a> first appeared on <a href="https://ziba.guru">Ziba Guru</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://ziba.guru/2026/07/vbwd-for-wellness-studios-bookings-memberships-and-a-loyalty-programme-you-own/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
