$ find ./projects -type shipped

PROJECT_
DIRECTORY

Shipped products come first. The rest is a working archive of experiments, templates, and open-source projects.

> shipped_products

[process: attim] ● Recently shipped

$ cat ./attim/README.md

type: Agent-native publishing

ATTIM

ATTIM helps agents publish static artifacts like reports, demos, dashboards, microsites, and browser-only tools to live URLs without the usual hosting setup.

dependencies:

FastifyPostgresCloudflare R2ReactVite
  • [ok] Built for fast publishing workflows where agents can ship reports, demos, dashboards, and microsites directly.
  • [ok] Turns file-based artifacts into live URLs without GitHub, deploy config, or dashboard setup.
> Visit ATTIM
$ preview --latest image/png
ATTIM landing page preview
[process: paus] ● March 2026

$ cat ./paus/README.md

type: Mobile app

paus

paus interrupts impulsive spending by creating a short pause between urge and purchase, helping people make more intentional decisions.

dependencies:

React NativeTypeScriptMobile product
  • [ok] Built to create a moment of reflection between wanting and buying.
  • [ok] A strong marker of the current phase: consumer-facing, mobile, and shipped.
> Download on the App Store
$ preview --latest image/png
paus App Store preview

> experiments_and_open_source

drwxr-xr-x May 2025

./utube2stems

Paste a YouTube link and get seperated vocal and instrumental files, labeled with BPM & key detection

Python #numpy ★ 3
drwxr-xr-x Mar 2025

./attendance-nft

NFT-based attendance tracking system for live events

TypeScriptSolidity #hardhat
drwxr-xr-x Feb 2025

./miniapp-nextjs-template

NextJS Template to build Mini-Apps for Universal Profiles on LUKSO

TypeScriptJavaScriptSCSS
drwxr-xr-x Sep 2024

./comfyui-api-wrapper

ComfyUI API Wrapper, turn your generative AI workflows to an endpoint

TypeScript #generative-ai
drwxr-xr-x Jan 2024

./leave_a_review

Leave a movie review on Solana blockchain! Full-stack Solana dApp built with native Rust and NextJS

TypeScriptRustCSS ★ 6
drwxr-xr-x Oct 2023

./merkle_tree_client

A client transmits file data to the server that generates a Merkle tree and proof for later integrity verification.

Rust #merkle-proof#merkle-tree
drwxr-xr-x Oct 2023

./web_template

Web server template in Rust to be used by LLM agents

Rust
drwxr-xr-x Aug 2021

./reward-tokenomics

A token( X ) that distributes a reward token( Y ) to it's holders, no staking required.

SolidityJavaScript
drwxr-xr-x Jul 2021

./decentralized-exchange

DEX implementation with mock ERC20 tokens, both market and limit orders are available

JavaScriptSoliditySCSS
drwxr-xr-x Jul 2021

./multisig-wallet-truffle

Multisig wallet where predefined approvers can propose and approve transactions before execution.

JavaScriptSolidityHTML #truffle ★ 1
drwxr-xr-x May 2021

./storage-on-avalanche

Interaction with a smart contract that deployed on Avalanche FUJI Testnet

JavaScriptHTML ★ 3
drwxr-xr-x Mar 2017

./qlearning-for-maze

A program that solves and visualizes a maze using Q-learning based on user-defined parameters.

Java #q-learning#reinforcement-learning