Changelog

What we've shipped. Updated with every release.

v0.9.0 March 31, 2026
feature infrastructure
  • Added developer documentation page with full SDK reference, CLI commands, memo protocol, gate types, and framework integration examples (CrewAI, AutoGPT, LangChain)
  • Added privacy policy and terms of service pages
  • Added branded 404 error page
  • Added analytics dashboard with key-protected access, metrics cards, bar charts, visitor table, and auto-refresh
  • Added investor pitch deck (PPTX) for email outreach
  • Persistent analytics — file-based storage survives Railway redeploys
  • Added testnet/mainnet toggle switch to pay demo
  • Updated navigation with Docs link across all pages
v0.8.0 March 30, 2026
feature
  • Added agent marketplace page with browse, category filter, registration, and 6 auto-seeded example services
  • Added live airdrop execution endpoint with SSE streaming — shows gate checks, distribution calculation, and each token send with tx hashes
  • Added Twitter launch thread (9 tweets)
  • SDK package prepped for npm (@solomente/txai-sdk)
  • CLI package prepped for npm (@solomente/txai-cli)
v0.7.0 March 29, 2026
feature improvement
  • Added Smart Airdrop showcase page with flywheel visualization and 6 distribution strategies
  • Added Agent CLI showcase page with terminal visualization and command reference
  • Added OG/Twitter meta tags and og-card.png across all pages
  • Added favicon (SVG)
  • Added lightweight in-memory analytics with page view tracking
  • Added sitemap.xml and robots.txt
  • Added cross-navigation links between all pages with mobile burger menu
  • Added mainnet network badge to pay demo
v0.6.0 March 28, 2026
feature
  • Added investor overview page with thesis, product stack, traction metrics, and CTA
  • Live airdrop preview demo (dry-run with 6 distribution strategies)
  • NLP-powered airdrop intent parsing
v0.5.0 March 27, 2026
feature infrastructure
  • Enforceable agent-to-agent payment demo (SSE streaming, real tx on testnet)
  • Gate-checked access system (8 gate types: token, NFT, balance, delegation, reputation, pass, address, custom)
  • Memo protocol: txai:v1:<service>:<requestId>:<json-params>
  • Clawback enforcement via TX Smart Tokens
v0.4.0 March 25, 2026
feature
  • Stateless DAO — any token becomes a governance token
  • On-chain DEX with orderbook
  • Agent runtime engine with script execution and scheduling
v0.3.0 March 22, 2026
feature
  • TXAI SDK with 12 modules (PayClient, Gate, Agent, Swarm, Airdrop, DAO, Marketplace, ReputationOracle, Monitor, ServiceNetwork, ChainTransport, Pass)
  • TXAI CLI with 6 command groups (gate, agent, airdrop, token, orderbook, config)
v0.2.0 March 18, 2026
infrastructure
  • Express API server with 100+ routes
  • WebSocket support for real-time updates
  • Docker multi-stage build (SDK builder → API → static frontend)
  • Railway deployment with auto-deploy on push
  • Cloudflare DNS configuration
v0.1.0 March 14, 2026
feature
  • Initial TXAI platform concept
  • TX blockchain integration (Coreum/CosmJS)
  • Token creation with AI-powered naming and configuration
  • Web studio (app.html) with guided UI