ChangelogProduct Updates
NicheGraph Changelog
May 9, 20262 min read
NicheGraph Team
NicheGraph Team

2026-05-09
Added
- Real workflow persistence with
workflows,workflow_steps, and per-step result tables. - Usage tracking and quota deduction for workflow runs and market tree expands.
- Minimal subscription billing flow with Creem checkout, webhook handling, and cancellation support.
- Configurable support channels in the footer and support page, including X, GitHub, Email, and WeChat QR.
Changed
- Replaced legacy i18n remnants with the JSON loader-based localization flow.
- Split pricing copy and pricing config so product IDs, limits, and prices are managed separately.
- Updated dashboard subscription surfaces to show actual plan and usage state.
- Reworked the support page layout to give support channels more breathing room.
Improved
- Footer links now point to real destinations, including a dedicated changelog entry.
- Workflow execution now uses prompt files from
content/promptsand an OpenAI-compatible LLM backend. - Contact and support entry points are now consistent across landing, footer, and support pages.
Notes
- The current workflow pipeline uses real LLM execution, but the pain-point step still relies on synthetic discussion context until raw Reddit discussion input is wired into the product flow.
- Export actions are still gated and tracked, but real export file generation is not implemented yet.
Tags:ChangelogProduct Updates