Skip to content

Projects

A snapshot of what I'm building — products, client work, personal sites, and the open-source Go stack underneath them.

Products

ProjectDescription
GazileThe Business OS you can run yourself — accounting, CRM, inventory/ERP and treasury for SMBs on one entity graph, shipped as a single self-hosted binary. Includes Gazile Forms, a standalone form collector.
MailniteThe protected home mail server — SMTP, IMAP, POP3, CalDAV/CardDAV, a Gmail-class webmail and an AI that knows your mailbox, all in one static binary.
TismisWhere the Philippines is talking right now — the warm messenger. Kwentuhan, live ☀️
SendniteLink to a secret — paste a secret or upload a file, get a short one-time link that stops working after it is viewed.
DepecherBlocking-resistant, end-to-end-encrypted messenger — public-key identity over a federated mesh of relays that blends into normal HTTPS.
WebbyProfessional-matching social network — clients, companies, specialists and teams find each other by projects, competencies, portfolio and budget.
KaragatanYour own cloud, on your own servers — the Kubernetes cloud provider that runs every site on this page.
BananaDateVerified dating for people who show up.
rel²Know which agents to trust — a neutral reputation graph for the agent internet, tying every AI agent to an accountable owner and a verifiable track record.
InetoOpen payment network for software, businesses, people and AI agents — with a privacy-enabled blockchain for transactions that need one.
StaphiYour AI hiring department for small businesses — describe a role, get a published apply page, AI-screened applicants and a ranked shortlist. (In development.)

Client work

SiteDescription
chaboado.comWebsite for Charisse Boado, Las Vegas realtor.
skyresidencemanila.comLanding and booking-inquiry site for the Solana Sky Residence apartment in Manila.

Personal sites

SiteDescription
alexshvid.comThis blog — deep learning, algorithms & engineering.
shvid.comProfessional portfolio — frontend, backend, AI/ML, MLOps, DevOps & infrastructure architecture.
schwid.comThe Schwid / Shvid family archive — one rare surname, many spellings: a historical archive, diaspora map and living family tree.

Open source — the arpabet Go stack

I believe that open source is the perfect model for publishing and exchanging ideas with solutions invented by humanity. Knowledge must be open for everybody — in the end, we all benefit from it.

Most products above run on one open-source Go stack, published at arpabet.com with vanity imports served by go.arpabet.com:

ProjectDescription
glueRuntime dependency-injection container for Go, inspired by Spring.
cligoDeclarative CLI framework with DI, struct-based declarations and enterprise configuration.
servionAll-in-one framework for production web services — CLI, DI container and HTTP server.
storeTransactional, capability-aware data-store interface over badger, pebble, bbolt and friends.
valueDeterministic canonical serialization — the same value always encodes to the same bytes, ready for hashing and signing.
value-rpcvRPC — schemaless RPC framework with all four gRPC interaction patterns and no IDL or codegen.
warpRPC protocol on top of WebSockets.
raft / raft-badgerRaft consensus building blocks and a BadgerDB backend for HashiCorp Raft.
consensusdbStrongly consistent, raft-replicated key-value store serving the store interface over the network.
recordMulti-tenant, raft-replicated, indexed record store.
sprintThe Sprint framework and its capability modules as one multi-module monorepo.
obfsTraffic-shaping middleware that hides application fingerprints in packet sizes and timing.
base62 / uuidCanonical Base62 codec and an allocation-conscious UUID with first-class TimeUUID support.
pebblestorePebble-backed implementation of the key-value store interface.
mailnite conceptDNS-based public-key discovery for end-to-end encrypted email.
unipackUniversal serialization framework.

Contribution

Everybody is welcome to use and contribute to the open-source projects above. All are released under the Apache 2.0 License.

Last updated:

Deep Learning · Algorithms · Engineering