Changelog

Track all the updates and improvements to the PayDirect platform

SEO, Contact Form & Admin Leads Dashboard
v2.6.0

March 8, 2026

Added SEO metadata across all public pages, replaced external iframe contact form with a native form, and built admin dashboard pages for contact submissions and newsletter leads.

feature

Native contact form with DB storage, replacing external Contrib.com iframe

feature

Newsletter signup in footer with email deduplication and lead tracking

feature

Admin dashboard: /admin/contacts and /admin/leads for form submissions

improvement

Added SEO metadata (title, description, OpenGraph) to 7 pages missing it

fix

Fixed leads API domain from venturebot.com to paydirect.com

Auto-Forward Status Hints & Dashboard UX
v2.5.0

March 8, 2026

Dashboard transactions now show real-time status hints — confirmed payments display 'auto-forwards in ~5 min', forwarded payments show settlement destination.

feature

Confirmed payments show timer icon with 'auto-forwards in ~5 min' hint

feature

Forwarded payments display settlement destination address

improvement

Wallet Balances header shows auto-forward schedule note

improvement

Detected payments show 'confirming...' status hint

Withdraw to Settlement
v2.4.0

March 5, 2026

New manual withdrawal feature lets workspace owners transfer funds from workspace wallets to their configured settlement address on demand.

feature

POST /api/v1/withdraw endpoint for manual withdrawal to settlement

feature

Dashboard 'Withdraw to Settlement' buttons on USDC and ADAO balance cards

improvement

Confirmation flow with BaseScan transaction link on success

api

Supports session auth (dashboard) and Bearer API key auth

Tip Settlement & Gas Funder Fix
v2.3.1

March 5, 2026

Fixed blog tip settlement routing and configured gas auto-funding for production.

fix

Tips now use resolveSettlementAddress() instead of hardcoded TIP_MERCHANT_WALLET

fix

Added GAS_FUNDER_WALLET_ID to correct Vercel project (paydirect-new)

improvement

Gas funder cron successfully topped up 6 workspace wallets

Dashboard Enhancements & Responsive UI
v2.3.0

March 3, 2026

Major dashboard improvements: wallet balances display, workspace filtering by owner, admin-only sidebar links, responsive layouts across all pages, and workspace switcher with search.

feature

Dashboard shows live ETH, USDC, ADAO balances for current workspace wallet

feature

Workspace switcher with search, showing first 2 workspaces by default

feature

Mobile sidebar navigation with hamburger menu

improvement

Workspace list filtered by logged-in user (admin sees all)

improvement

Admin-only sidebar links for Workspaces, Logs, and Billing

improvement

Full responsive design across all dashboard and public pages

fix

Fixed avatar dropdown hover gap preventing signout click

fix

Fixed ETH balance returning [object Object] in wallet API

Gas Auto-Funding & ADAO Payout Fix
v2.2.0

March 3, 2026

Resolved ADAO payout 'Insufficient balance' errors caused by missing ETH for gas. Implemented auto-gas funding service with dedicated funder wallet.

feature

GasFundingService: auto-funds workspace wallets with ETH for gas on creation and via cron

feature

fund-gas cron runs every 6 hours, tops up wallets below 0.001 ETH threshold

fix

ADAO payouts no longer fail with 'Insufficient balance' when wallet lacks ETH for gas

improvement

Payout API docs updated with 'Auto Gas Funding' section and error examples

api

Wallet API docs updated to describe auto-funding mechanism

VentureBuilder Integration Fixes
v2.1.0

March 3, 2026

Fixed critical integration issues reported by VentureBuilder: CDP network parameter, metadata column, and API docs URL redirect.

fix

Added 'network' parameter to CDP wallet balance and payout calls

fix

Removed metadata column from workspace creation (column doesn't exist in schema)

fix

Updated all API docs to use https://www.paydirect.com (fixes redirect auth loss)

api

All API documentation endpoints now reference www.paydirect.com base URL

Workspace API & Platform Tracking
v2.0.0

March 1, 2026

Programmable workspace creation API for external platforms like VentureBuilder. Public rate-limited endpoint with platform tracking.

feature

POST /api/v1/workspaces: admin-only workspace creation with auto wallet provisioning

feature

Public workspace creation endpoint with rate limiting (5/hour per IP)

feature

Platform tracking via metadata.platform field for workspace attribution

feature

Dashboard workspaces page with platform badges and payment stats

api

Full workspace API docs at /developers/api/workspaces

improvement

Workspaces table added to dashboard overview with wallet links

Transaction Explorer & Payment Monitoring
v1.9.0

February 28, 2026

Real-time transaction explorer for the platform and critical fixes to the blockchain payment monitoring system.

feature

Transaction explorer at /explorer with real-time stats, search, and pagination

fix

ETH payment detection: fixed balance check and expanded to 30-block scan range

fix

Monitor-payments cron now runs every minute for faster detection

fix

Cron auth fixed to work without CRON_SECRET in development

improvement

Cloudinary integration for persistent blog image storage

Dashboard & API Key Improvements
v1.8.0

February 28, 2026

Enhanced dashboard with workspace ID display and improved API key management.

improvement

Dashboard and API key pages now show workspace ID with copy button

improvement

Enhanced middleware and API authentication flow

security

Improved API key validation and workspace access controls

Payment Lifecycle Refactor
v1.7.0

February 24, 2026

Major refactoring of the payment processing pipeline with improved sandbox handling and agent demo flows.

improvement

Refactored payment lifecycle handling in sandbox environment

improvement

Enhanced agent demo route for workspace retrieval and payment processing

improvement

Updated styles and components for improved UI consistency

fix

Middleware and package dependency updates for stability

API Documentation & SDK Enhancements
v1.6.0

February 22, 2026

Comprehensive API documentation overhaul, new demo scripts, and migration from paydirect.io to paydirect.com.

feature

New demo scripts for testing API endpoints

improvement

Updated API base URL from paydirect.io to paydirect.com across all docs

improvement

Enhanced API documentation and testing capabilities

improvement

Refactored payment API endpoints for better authentication and error handling

api

API key and webhook insertion logic updated to include user email and type

fix

Enhanced error handling in SDK

Dashboard UI & h402 Protocol Integration
v1.5.0

February 17, 2026

Enhanced dashboard and documentation UI, with h402 payment middleware integration for protocol-level payments.

feature

Integrated h402 payment middleware for HTTP-native payment protocol

improvement

Enhanced dashboard and documentation UI

fix

Multiple Vercel build fixes: framework config, workspace conflicts, pnpm-lock

fix

Resolved pnpm workspace conflict causing deployment failures

PayDirect UI Overhaul & Blog Agent
v1.4.0

February 16, 2026

Major UI refresh across the platform with new component refactoring and enhanced blog agent workflow.

improvement

Complete UI and documentation refresh

improvement

Refactored components and enhanced blog agent workflow

feature

New dashboard layout with improved navigation

Contact Page & Platform Updates
v1.3.0

June 23, 2025

Updated contact page and general platform improvements.

improvement

Contact Us page update with new layout

improvement

General PayDirect platform updates and refinements

Newsletter & Blog Agent
v1.2.0

May 27, 2025

Added newsletter signup component and enhanced blog agent workflow with DALL-E image generation.

feature

Newsletter signup component for email capture

feature

DALL-E integration for meme/image generation in blog agent

improvement

Updated blog agent GitHub Actions workflow

API Playground & Payment Processing
v1.1.0

May 24, 2025

Added interactive API playground with payment-protected examples, Quick Start documentation, and deployment improvements.

feature

API playground with payment-protected demo endpoints (Image Generation, TTS, Moderation)

feature

Quick Start section added to API documentation

improvement

Enhanced payment processing and documentation

fix

Fixed Next.js build error with useSearchParams in Suspense

fix

Resolved Vercel deployment issues with monorepo configuration

x402 Protocol & Coinbase Integration
v1.0.0

May 22, 2025

Integrated Coinbase's x402 protocol for HTTP-native payments. Added protected API endpoints and interactive playground.

feature

Integrated Coinbase x402 protocol (x402-next, @x402/core, @x402/evm)

feature

x402-protected demo endpoints: /api/x402/weather, /api/x402/content

feature

Enhanced signup page with animated gradient background

feature

Playground link added to dashboard header and navigation

Project Launch & Beta Signup
v0.9.0

May 21, 2025

Initial public launch of PayDirect — renamed from prototype, added beta signup, and established core infrastructure.

feature

Beta signup form integrated into hero component

improvement

Project renamed from my-v0-project to paydirect

improvement

Updated README and modified links for beta signup

fix

Fixed undefined tableCheck in getFeaturedListings

fix

Database import and API usage fixes for Neon serverless