v0.0.32
getmaxun/maxunv0.0.32Jan 23, 2026by amhsirak
AI Summary
Major feature release introducing LLM integrations for AI frameworks, enhanced AI Mode extraction without URL requirement, and real-time browser sync for the recorder.
Key Highlights
- LLM integrations with popular AI frameworks (OpenAI, Anthropic)
- AI Mode Extract now works without URL using natural prompts
- Enhanced Recorder with real-time browser sync
- Theme synchronization with cloud
- Redesigned main menu layout and navigation
New Features
- LLM integrations for building AI-powered workflows
- Natural language extraction (e.g., 'Extract 10 companies from Y Combinator website')
- Real-time recorder with live browser action capture (typing, clicking, scrolling)
Full Release Notes
## What’s New ### 🤖 LLM Integrations You can now plug Maxun directly into popular AI frameworks using our SDK. This makes it much easier to build AI-powered workflows on top of Maxun’s data layer. **Learn More:** https://docs.maxun.dev/category/integrations <img width="600" height="500" alt="Screenshot 2026-01-23 170852" src="https://github.com/user-attachments/assets/505de762-5550-4ebe-9b35-575c0e5b830c" /> --- ### 🧠 Smarter AI Mode Extract (No URL Required) AI Mode Extract no longer requires a website URL upfront. You can now use natural prompts like > “Extract 10 companies from the Y Combinator website” Maxun will automatically identify the source and perform the extraction for you. https://github.com/user-attachments/assets/9901c5ff-cade-4288-bf13-7a521cc0834d --- ### 🎥 Enhanced Recorder with Real-Time Browser Sync Recorder mode now stays in **real-time sync** with the live website, making recordings more accurate and reliable. You’ll see and capture actual browser actions as they happen, including - Typing into inputs - Clicking buttons and links - Scrolling pages - Interacting with dynamic elements ## What's Changed * chore: deprecate robot duplication by @amhsirak in https://github.com/getmaxun/maxun/pull/941 * fix: recorder flow by @RohitR311 in https://github.com/getmaxun/maxun/pull/942 * fix: crawl and search data rendering by @RohitR311 in https://github.com/getmaxun/maxun/pull/945 * feat: add auto search logic by @RohitR311 in https://github.com/getmaxun/maxun/pull/946 * fix(core): max depth crawling logic by @RohitR311 in https://github.com/getmaxun/maxun/pull/947 * feat: add auto robots template by @RohitR311 in https://github.com/getmaxun/maxun/pull/943 * fix: swagger api routes display by @RohitR311 in https://github.com/getmaxun/maxun/pull/948 * feat: sync theme w cloud by @amhsirak in https://github.com/getmaxun/maxun/pull/949 * feat: rename name & target url labels by @amhsirak in https://github.com/getmaxun/maxun/pull/950 * feat(ui): redesign main menu layout and navigation by @amhsirak in https://github.com/getmaxun/maxun/pull/951 * fix: modify api key generation by @RohitR311 in https://github.com/getmaxun/maxun/pull/952 * feat: llm integrations by @amhsirak in https://github.com/getmaxun/maxun/pull/953 * fix: alert cloud sync by @amhsirak in https://github.com/getmaxun/maxun/pull/955 * feat: upgrade redirect to docs by @amhsirak in https://github.com/getmaxun/maxun/pull/956 * chore: pre-release v0.0.32 by @amhsirak in https://github.com/getmaxun/maxun/pull/954 * Revert "feat: add auto search logic" by @amhsirak in https://github.com/getmaxun/maxun/pull/957 * Revert "feat: add auto robots template" by @amhsirak in https://github.com/getmaxun/maxun/pull/958 * feat: browse auto robots by @amhsirak in https://github.com/getmaxun/maxun/pull/959 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.31...v0.0.32