Loading…
Skip to main content

Proof of Work

29 posts in thread

Arth's avatar
Arth@user64bit

Khaata

1 of 29

The modern khaata for the stablecoin economy — a non-custodial USDC point of sale and merchant ledger on Solana.

Payments settle straight to the merchant's own wallet in a single transaction with a cashier attestation, every receipt is a verifiable Solana signature, and the cashier POS, hosted checkout, dashboard, and onboarding all run against real on-chain + Postgres infrastructure.

An Anchor program is the source of truth for money: atomic pay_invoice with treasury fee-split plus sequence-guarded refunds.

#NextJS#TypeScript#Rust#Anchor#Solana#Drizzle#PostgreSQL#TailwindCSS

dev.khaata.xyz

Khaata

9.8K
Arth's avatar
Arth@user64bit

sous

2 of 29

Your sous-chef for Cookie Chain — quotes, swaps, staking, limit orders, and bridging behind a paper-ticket review step.

Every money move prints an estimate with guaranteed floor, venue, and both fees before the wallet ever opens, then signs in Nightly with a Cookiescan receipt.

Browsing is free and read-only; only firing needs a wallet, and the app never holds keys — signing stays in an external MCP sidecar.

#NextJS#TypeScript#CookieChain#NightlyWallet#MCP#TailwindCSS

sous.usevora.fun

sous

9.8K
Arth's avatar
Arth@user64bit

Praxis

3 of 29

A conversational Solana agent: you type intent in plain language — 'send 0.5 SOL to maya' — and it becomes a typed, simulated on-chain action.

The safety thesis is one sentence: the agent may interpret intent, but the program enforces the envelope.

Aegis, an Anchor program, validates every transfer on-chain against an owner-defined policy — signer, pause, expiry, per-transaction cap, rolling daily cap, recipient allow-list, and SPL mint/token limits — before any value leaves the vault, so a jailbroken LLM or compromised backend stays bounded by the policy, not by prompt quality.

Intent is parsed (Google Gemini, or a local deterministic parser for $0 demos), recipients resolve through an off-chain address book, and each action is simulated into a proposal card showing the fee, simulation result, and Aegis verdict before you confirm.

Owner actions stay wallet-signed and the backend never holds the owner key.

Ships with @usepraxis/sdk, a typed Node client, and a LiteSVM enforcement test gate.

#NextJS#TypeScript#Rust#Anchor#Solana#GoogleGemini#LiteSVM#Bun

usepraxis.fun

Praxis

9.8K
Arth's avatar
Arth@user64bit

Get Toasted

4 of 29

Production SaaS that scans any Solana wallet for sandwich attacks and quantifies the USD lost to MEV.

A typed detection pipeline in @get-toasted/core classifies front-run, victim, and back-run sets per slot with confidence scoring, priced via Jupiter Lite quotes.

Real-time detection runs through HMAC-verified Helius webhooks; historical scans are paginated through BullMQ workers.

Validated against Jito bundle ground truth with a 30/30 match rate.

Turborepo monorepo: Next.js 16 dashboard, Hono API, and four dedicated workers (scanner, detector, risk-analyzer, validator-refresh) backed by Neon Postgres and Upstash Redis.

Auth is Sign In With Solana, ed25519 verified, JWT issued.

#NextJS#Hono#TypeScript#Drizzle#NeonPostgres#BullMQ#UpstashRedis#Turborepo#Helius#Jupiter#solanakit#Zod

gettoasted.fun

Get Toasted

9.8K
Arth's avatar
Arth@user64bit

GhostTip

5 of 29

Privacy-first social tipping on Solana — tip anyone by X handle.

Claims are gated by X OAuth, settlement runs through a private rail, and unclaimed tips auto-refund.

Built for a hackathon with the full loop working end to end: Postgres + Redis backend, demo-mode bypasses so judges can run the flow without secrets, and an Anchor program for on-chain claim/refund.

#NextJS#TypeScript#Solana#Anchor#Prisma#PostgreSQL#Redis

ghost-tip.vercel.app

GhostTip

9.8K
Arth's avatar
Arth@user64bit

WatchTower

6 of 29

A private, read-only Solana monitoring daemon controlled entirely through Telegram.

A single Rust binary on SQLite polls token prices and SOL balances, evaluates alert rules (thresholds plus %up/%down on a rolling baseline), and pushes edge-triggered notifications to admins.

Well-known mints are compiled in as data so no third party can redirect a familiar symbol at a different mint.

#Rust#SQLite#TelegramBotAPI#SolanaRPC

github.com

WatchTower

9.8K
Arth's avatar
Arth@user64bit

Receba Guard

7 of 29

Self-hosted USDC receivables verification for Brazilian merchants.

A WhatsApp-native agent creates Solana Pay invoices while a local Rust verifier deterministically confirms on-chain settlement — correct mint, correct destination, exact amount, unique reference.

The LLM interprets conversation; the verifier owns money state.

No private keys, no custody.

#NextJS#TypeScript#Rust#Solana#SolanaPay#WhatsApp

receba-guard.vercel.app

Receba Guard

9.8K
Arth's avatar
Arth@user64bit

ChibiTown

8 of 29

A cozy 2D virtual town where your team hangs out together — presence without a grid of video tiles.

Sign in, pick a character (Adam, Ash, Lucy, or Nancy), and drop into a shared pixel-art room where you walk around with WASD and see everyone else move in real time, complete with name labels and a live roster.

Rooms are shareable by ID across themed Tiled maps — a 40×30 office and a 24×18 rooftop garden — with collision derived from the same solid layers the scene renders, so client and server agree on the playable area.

Turborepo monorepo: a Vite + React + Redux + Phaser game client, an Express REST API (JWT + scrypt auth, users, spaces, avatars, maps), a WebSocket room server for presence and tile movement, and a Prisma/Postgres package, all covered by an end-to-end integration suite.

#React#Vite#ReduxToolkit#Phaser#TailwindCSS#Express#WebSocket#Prisma#PostgreSQL#Turborepo#TypeScript

github.com

ChibiTown

9.8K
Arth's avatar
Arth@user64bit

RugPulse

9 of 29

Real-time Solana new-token intelligence powered by Birdeye — detect momentum, expose concentration, flag obvious risk.

Pulls fresh launches from six Birdeye Data Service endpoints, enriches each with security, holder, trader, and OHLCV data server-side, then scores them with a deterministic, auditable engine: an Alpha Score (0–100) weighing liquidity, volume, trades, and momentum, and a Rug Risk Score (0–100) reading top-holder concentration plus freeze/mint authority and metadata flags straight from token_security.

Every score ships with per-factor explanations and a trader-readable verdict — Watch, Caution, Avoid, or Neutral.

A radar of the latest scans, per-token detail pages with charts and holder distribution, ranked leaderboards, a Telegram alert bot (@RugPulseBot) with tunable thresholds, and one-click X-post drafts.

No wallet connection, no swaps — just a fast signal, and the API key never reaches the browser.

#NextJS#TypeScript#TailwindCSS#Recharts#SupabasePostgres#BirdeyeAPI#TelegramBotAPI

github.com

RugPulse

9.8K
Arth's avatar
Arth@user64bit

Tipmark

10 of 29

A non-custodial 'Buy Me a Coffee' for Solana creators.

A creator claims a handle, shares the link, and supporters tip SOL straight from their wallet to the creator's — no platform cut, no custody, no database.

Ownership lives in a Solana program, profile content lives on Arweave, and every contribution has a receipt that can be rebuilt from chain.

The program never holds a balance: tips validate the payout account against the profile, then CPI straight to the System Program.

#NextJS#TailwindCSS#TypeScript#Rust#Anchor#ArweaveviaIrys#solanaweb3js

tipmark-platform.vercel.app

Tipmark

9.8K
Arth's avatar
Arth@user64bit

PollChain

11 of 29

Decentralized voting platform built on Solana.

Every vote is immutable, verifiable, and tamper-proof.

Create polls, cast votes, and view results — all on-chain with full transparency.

#NextJS#TailwindCSS#TypeScript#Rust#Anchor#solanaweb3js

poll-chain.vercel.app

PollChain

9.8K
Arth's avatar
Arth@user64bit

Ask Genie

12 of 29

A privacy-first Chrome extension (Manifest V3) that lets you chat with AI about the page you're currently reading — bring your own key, with no backend and no shared infrastructure.

A floating genie lamp summons a Shadow-DOM chat panel that grounds answers in the page's extracted main content, with one-click quick actions: Summarize, Key insights, Explain simply, Action items, and Translate.

Each page keeps its own conversation in local storage, auto-deleted 24 hours after it starts.

Your API key lives only in the background service worker and is sent only to your chosen provider's official endpoint (OpenAI or Anthropic) — it never touches the content script or any web page.

Built with Vite, React, and @crxjs/vite-plugin around a framework-free, unit-tested core for providers, page extraction, and Markdown rendering.

#React#Vite#TypeScript#ChromeExtensionManifestV3#crxjsviteplugin#OpenAIAPI#AnthropicAPI

github.com

Ask Genie

9.8K
Arth's avatar
Arth@user64bit

Dev DNA

13 of 29

A cinematic GitHub profile analyzer that turns any username into a developer identity report.

Fetches profile, repos, and language stats from the GitHub API, scores the user against archetype profiles, and visualizes the result through animated terminal sequences, a custom canvas language chart, and an archetype card.

UI is built around a glassmorphism landing card with an animated grid, floating particles, and a DNA-inspired background, all powered by framer-motion.

#NextJS#TypeScript#TailwindCSS#framermotion#GitHubAPI

dev-dna-theta.vercel.app

Dev DNA

9.8K
Arth's avatar
Arth@user64bit

Get-Git

14 of 29

Explore GitHub profiles in a beautiful and interactive way.

Visualize contributions, repositories, and activity with a clean, modern UI.

#NextJS#TailwindCSS#TypeScript#GitHubAPI

get-git-search.vercel.app

Get-Git

9.8K
Arth's avatar
Arth@user64bit

DD-Agent

15 of 29

AI-powered health optimization platform based on Bryan Johnson's 'Don't Die Blueprint.' Get personalized health recommendations and longevity insights through an interactive chat interface.

#NextJS#TailwindCSS#TypeScript#OpenAIAPI

dd-agent-ruby.vercel.app

DD-Agent

9.8K
Arth's avatar
Arth@user64bit

Echo-GPT

16 of 29

Chrome extension that enhances ChatGPT with bookmark and pinned conversations.

Never lose an important conversation again — pin your favorites and organize your AI chat history.

#React#TypeScript#Vite#TailwindCSS#ChromeExtensionManifestV3

github.com

Echo-GPT

9.8K
Arth's avatar
Arth@user64bit

Legal Sahayak

17 of 29

MCP server for Indian legal assistance — employment bonds, POSH Act issues, consumer rights, and legal document analysis.

Puch AI and Claude compatible.

#Python#MCP#FastAPI

github.com

Legal Sahayak

9.8K
Arth's avatar
Arth@user64bit

RAG-PDF

18 of 29

Django API to upload PDFs and ask cited questions over their contents.

Documents are chunked with embeddings stored in ChromaDB; answers come from OpenAI with sources cited.

#Django#Python#ChromaDB#OpenAI

github.com

RAG-PDF

9.8K
Arth's avatar
Arth@user64bit

suchi

19 of 29

A lightweight, fast task manager written in Rust.

Manage tasks from the command line with simple commands to add, edit, complete, and delete.

Published on crates.io.

#Rust

crates.io

suchi

9.8K
Arth's avatar
Arth@user64bit

The TweetFolio

20 of 29

This portfolio site you're looking at right now.

A Twitter/X-inspired portfolio built with React and TailwindCSS.

Showcases projects, experience, and contributions through a familiar social media interface.

#React#TailwindCSS#TypeScript

user64bit.vercel.app

The TweetFolio

9.8K
Arth's avatar
Arth@user64bit

Notebook

21 of 29

A Notion-like collaborative note-taking platform with recursive data structures for hierarchical organization, markdown support, rich media, dark/light themes, and full-text search.

#NextJS#Convex#TailwindCSS#ShadcnUI#TypeScript

notebook-self-phi.vercel.app

Notebook

9.8K
Arth's avatar
Arth@user64bit

Canteen

22 of 29

Anonymous discussion platform for university students.

Connect across campuses to share thoughts on academics, career paths, and campus life without fear of judgment.

#NextJS#TailwindCSS#TypeScript#Prisma

github.com

Canteen

9.8K
Arth's avatar
Arth@user64bit

cry-on-crash

23 of 29

VS Code extension that plays a sound whenever an error is detected — terminal command failures or new diagnostics in the workspace.

Built on the terminal shell integration API with a configurable error sound.

#TypeScript#VSCodeAPI

github.com

cry-on-crash

9.8K
Arth's avatar
Arth@user64bit

Job Not Finished

24 of 29

A wake-up call dashboard for abandoned GitHub repos.

Connect GitHub, track completion with progress bars and filters, and get weekly email reminders with motivational roasts until the project ships.

#NextJS#TypeScript#GitHubAPI

job-not-finished.vercel.app

Job Not Finished

9.8K
Arth's avatar
Arth@user64bit

CryptoCompass

25 of 29

Crypto wallet management and asset tracking — Google auth, group creation and management, and a dashboard over crypto APIs to view and manage holdings.

#NextJS#TypeScript#NextAuth#Prisma

github.com

CryptoCompass

9.8K
Arth's avatar
Arth@user64bit

CodeRunner

26 of 29

Submit code snippets and run them in different languages from the browser — view and manage submissions, check run status, with stdin support.

#React#TypeScript#TailwindCSS#Nodejs

github.com

CodeRunner

9.8K
Arth's avatar
Arth@user64bit

streamify

27 of 29

Streaming analytics console for a music catalogue — listeners, growth, revenue mix, top tracks, and artist spotlight, all re-derived from a single reporting period so no two numbers disagree.

#NextJS#TypeScript#Recharts#TailwindCSS

streamify-blush-xi.vercel.app

streamify

9.8K
Arth's avatar
Arth@user64bit

Flashcards

28 of 29

Flashcards to stay organized and quick-revise study notes.

#Django#Python#SQLite

github.com

Flashcards

9.8K
Arth's avatar
Arth@user64bit

tweet-it

29 of 29

Twitter bot tweeting motivational quotes, programming quotes, and good morning/afternoon/evening messages.

#Python#TwitterAPI

github.com

tweet-it

9.8K