This week, 3DVR moved toward a more self-hosted, project-centered personal computing system. Portal production
moved onto 3DVR-controlled servers, Operator and Forge became safer and more reliable, Idea Garden grew into an
encrypted cross-device project hub, Growth Operator gained guided money paths, and the Portal added practical
tools for business audits, rank-and-file organizing, and a much more glanceable calendar.
The Portal started standing on its own infrastructure:
production deployment moved away from automatic Vercel Git builds toward a native Node server on 3DVR-managed
infrastructure, with DigitalOcean as the direct recovery boundary for the managed agent stack. Follow-up fixes
preserved server-side secrets during ordinary Portal deploys and kept daemon entrypoints executable. See
PR #1753,
PR #1754,
PR #1765,
PR #1819, and
PR #1820.
Operator-to-Forge edits became more trustworthy:
approved Operator code requests now route deterministically into
Forge, the managed worker actually consumes those edits, SEA keypairs are verified
before signing, and public disposable E2E credentials are explicitly excluded from privileged edit authority.
See PR #1750,
PR #1751,
PR #1769, and
PR #1773.
Idea Garden became a real project-nurturing space:
the new Idea Garden starts with fast messy idea capture, adds why-it-matters and the
next tiny step, lets one idea become the current focus, and now encrypts and syncs Garden data across signed-in
devices through the existing GUN + SEA identity layer. See
PR #1807,
PR #1808, and
PR #1809.
Growth Operator got clearer paths from skill to income:Growth Operator now offers guided starting paths for AV freelance, web
design, lead generation, market research, and a user's own skill. Launch Room context can feed the money path,
while the worker queue routing was repaired so campaigns reach an actually available backend instead of looking
queued while doing nothing. See PR #1782,
PR #1783, and
PR #1788.
A business can get an immediate useful audit:
the new Instant Business Audit turns a buyer, offer, pain,
and price into a browser-local downloadable conversion and fulfillment plan, then connects users who want help
implementing it to the existing fixed-price 48-hour Offer Audit. See
PR #1789 and
PR #1790.
Private organizing gained a federated home:
the new Rank & File Network supports encrypted committees and coalitions
across employers, unions, trades, and locations, with capability-bearing invite fragments and private GUN + SEA
data by default. See PR #1784.
The calendar became much easier to scan:
the Portal Calendar month view now shows start and end times directly, preserves
readable event titles, removes awkward nested scrolling, and fits narrow mobile screens without horizontal month
panning. See PR #1816 and
PR #1818.
Safety notes
Operator edit authority remains tied to an approved signed SEA identity; username-only trust and public disposable
test credentials do not grant privileged Forge access. Idea Garden account sync encrypts payloads before writing
to GUN but remains an MVP using last-write-wins style reconciliation. The Rank & File Network is private by
default but is explicitly not presented as formally audited cryptographic software. Growth campaigns retain caps,
public-information-only research rules, do-not-contact handling, and no guaranteed-result claims.
What this release covers
v0.0.60 is the weekly milestone for the week of August 24, 2026. This release record includes the major Portal,
Operator, infrastructure, Garden, Growth, organizing, audit, and calendar work merged through August 27.