feat: Added bhvr d621b7c9
Steve · 2025-04-28 16:55 2 file(s) · +23 −0
src/data/projects.ts +7 −0
15 15
    tags: ["ipfs", "blockchain", "developer tools"]
16 16
  },
17 17
  {
18 +
    title: "bhvr",
19 +
    description: "I stopped using Next.js and Vercel a while ago due to the amount of vendor lock-in the stack introduced. As an alternative I started using a combination of a Vite + React frontend with a Hono backend. I was setting up separate repos so many times I decided to turn it into a monorepo using Bun. bhvr is a simple barebones template that helps people setup their own project with the same stack, featuring a shared package folder for types that can be used in both server and client. More importantly, each piece can easily be pulled out from one hosting provider and used in another, making it portable and independent.",
20 +
    image: "https://bhvr.dev/og.png",
21 +
    link: "https://bhvr.dev",
22 +
    tags: ["developer tools", "web frameworks"]
23 +
  },
24 +
  {
18 25
    title: "IPCM",
19 26
    description: "IPCM (InterPlanetary CID Mapping) is a blockchain approach to solving the problem of dynamic IPFS data. Instead of using a slower solution like IPNS to point to new content, IPCM is a smart contract that is used as the source of truth for a piece of dynamic content. It features a simple state that can only be updated by the owner of the contract but read by anyone, as well as a public version history through Solidity events.",
20 27
    image: "https://dweb.mypinata.cloud/ipfs/bafkreigsap637s5qtmp2cqomi3tkjlz62pet35x3cfbjqzh7mmbioiooei",
src/pages/index.astro +16 −0
58 58
				</a>:
59 59
				<p class="inline-block sm:mt-2">A static site hosting platform with Justin Hunter</p>
60 60
			</li>
61 +
			<li>
62 +
				<a
63 +
					href="https://bhvr.dev"
64 +
					target="_blank"
65 +
					rel="noopener noreferrer"
66 +
					class="style-link inline-block"
67 +
					><Image
68 +
						src="https://api.iconify.design/fluent-emoji-high-contrast:beaver.svg?color=%23888888"
69 +
						class="inline-block h-4 w-4"
70 +
						height="100"
71 +
						width="100"
72 +
						alt="bhvr"
73 +
					/> bhvr
74 +
				</a>:
75 +
				<p class="inline-block sm:mt-2">Modern framework for building web apps using Bun, Hono, Vite, and React</p>
76 +
			</li>
61 77
62 78
			<li>
63 79
				<a