Releases
May 26, 2025
v1.2.0
- Added support for Claude 4 sonnet and Claude 4 opus models
May 12, 2025
v1.1.9
🚀 What’s New in v1.1.9?
- Auto App Error Detection in Assistant – The Nooku Assistant now automatically detects runtime errors in your app and helps you debug or fix them on the spot.
✨ Enhancements & Fixes
- Minor UI updates for a smoother, more polished user experience.
- Fixed several internal bugs.
April 23, 2025
v1.1.8
🚀 What’s New in v1.1.8?
-
New AI Models Supported
- OpenAI GPT-4.1, 4.1 mini, 4.1 nano, o3, o4 Mini
- Gemini 2.5 Pro Flash Preview
-
Assistant Tool Improvements – We’ve refactored and enhanced how the assistant works under the hood, making it faster, more stable, and easier to work with.
✨ Improvements & Fixes
- Tons of internal refactoring for better performance and maintainability.
- Fixed several bugs in the Assistant Tool and improved overall reliability.
April 12, 2025
v1.1.7
🚀 What’s New in v1.1.7?
- Multi-AI Provider Support – You can now connect and use a variety of AI providers including xAI, OpenAI, Google AI, and DeepSeek. Choose the best model for your needs!
- Reveal File in Finder/File Explorer – Added an option to easily open or reveal the selected file directly in your system’s file manager.
✨ Enhancements & Fixes
- Various UI improvements for a smoother and more consistent experience.
- A few bug fixes to improve stability and performance across the app.
March 22, 2025
v1.1.6
🚀 What's New
- Netlify Integration & One-Click Deploy – Easily deploy your projects to Netlify. You can also connect your own Netlify account (optional).
- Nuxt UI Library Integration: Available when creating new projects
- New Formulas & Actions:
- Added
useTemplateRef
formula - Added
getHeader
server action
- Added
- Interface Improvements:
- New shortcut to open assistant panel (CTRL/CMD + L)
- Debug Mode in DataPanel for real-time data inspection.
- Ability to set page's robots meta in "Page Meta And SEO" Modal
- Added description support for props and emits
✨ Enhancements
- Git Panel: Confirmation popup now appears when reverting files from GitPanel
- DataPanel Improvements:
- Updated design
- Added ability to copy, paste, and duplicate nodes using right-click
- ElementTree Panel Updates:
- Added elements count
- Updated expand/collapse all elements icon
- Smart Referencing: Updating node names (variables, datasources, functions) automatically updates all its references
- Event Handling: Updated "Emit Event" action to show event data input based on defined schema
- Nooku Assistant Improvements:
- Added input tokens count
- Added ability to update only selected elements
- Optimizations for reduced token consumption
- Enabled prompt caching
- Package Updates: Updated @nookuio/nuxt to v1.2.8 (performance improvements and bug fixes)
🐞 Bug Fixes
- Fixed popovers and dropdowns not updating positions when height changes
- Fixed parsing issues with Tailwind size classes (e.g., ml-[1.5px])
- Various internal optimizations and bug fixes
March 03, 2025
v1.1.5
🚀 What's New
- Claude 3.7 Support: Experience enhanced AI capabilities with the latest Claude update.
- AI-Powered Project Creation: Start a new project effortlessly—just describe what you need, and let AI set it up for you!
✨ Enhancements
- Improved Wrap Element: Added support for
ClientOnly
andNuxtLink
. - Expanded Grid Support: Now supports
gridTemplateRows
,gridTemplateColumns
,gridRow
, andgridColumn
style properties. - Enhanced Assistant Sidebar: Updated UI for better usability and added an "Enhance Prompt" button to improve your prompts.
🐞 Bug Fixes
- Fixed an issue where components defined in nooku.config.json were not displaying in the editor.
- Resolved issue where some icons in IconPicker weren’t rendering properly.
February 18, 2025
v1.1.4
We're excited to bring you fresh updates that enhance clarity and usability in nooku!
🚀 What's New
- Node Descriptions: Added a description property for most nodes (elements, variables, functions, formulas, etc.) to help clarify their roles.
- ExpressionDropdown Enhancements: Now, press
ArrowLeft
to exit nested property data, with custom code declarations appearing as suggestions for an even smarter experience.
🐞 Bug Fixes
- Fixed some code parsing and generation issues.
February 13, 2025
v1.1.3
Introducing our new free tier
Now you can start building web applications with nooku without any initial commitment. Experience core features of nooku and explore the potential of low-code development
Bug Fixes
- Fixed various UI elements positioning for better consistency.
- Resolved an issue where previous steps' results were not displaying correctly in the function builder.
We're excited to make nooku more accessible with our new free plan! Start building your web applications today with our intuitive low-code platform.
January 22, 2025
v1.1.2
We're excited to introduce new AI-powered features and quality-of-life improvements to help you build web apps faster! Here's what's new:
🚀 What's New
AI Assistant (Beta) - Build Smarter
- Meet your new AI co-pilot! Get instant help from Claude AI to:
- Generate/edit pages & components with natural language prompts
- Automatically make designs responsive
- Integrate third-party libraries with AI guidance
- Write commit messages for your changes
- Debug issues and optimize your app
Productivity Supercharger
- New Quick Element Menu: Press
Ctrl/Cmd + A
to instantly add any element - Universal Shortcuts:
- Toggle bottom panel with
Ctrl/Cmd + J
- Open a New Window with
Ctrl + Shift + N
(orCmd + Shift + N
on Mac).
- Toggle bottom panel with
- Start projects faster: Set
Documents/Nooku Projects
as the default path for new projects for convenience.
🐞 Bug Fixes
- Fixed critical asset uploads issue
- Resolved canvas navigation glitches
- Addressed minor bugs affecting tooltips, descriptions, and dropdown behavior.
- General stability improvements across the platform
- Improved project naming logic to display names correctly on Mac devices.
- Better error handling throughout the app
Update now to experience AI-powered app building and streamlined workflows! 🎉
December 17, 2024
v1.1.1
Bug Fixes
- Fixed some internal issues
- Switch action now supports dynamic value
December 12, 2024
v1.1.0
What's New
- Improved Code Parsing: We completely rewrote the code parser and improved how code is generated.
- Enhanced Data Structure Support: Work directly with various data types like arrays, objects, strings, booleans, and numbers within the editor.
- New Style Properties: Added properties like
paddingX
,paddingY
,marginX
,marginY
,scale
, and more. - Style Properties Search: Added a search functionality within the style panel for quick property discovery.
- Slots Support: Right-clicking a component in the element tree or canvas now lets you add slots, showing all available options for the component.
- Modules Sidebar Update: Enable, disable, or update modules directly from the modules sidebar.
- Better TypeScript and Data Types Support: Significantly enhanced TypeScript and data type support.
- GitHub Integration: When cloning a repository, all repos from your connected GitHub account are now displayed.
- Dynamic Data: Working with dynamic data/values is now easier and more intuitive.
- Function Return Types: Added the ability to specify return types for functions.
- @nuxtjs/supabase Support: Install and activate this module to access Supabase actions in the Function Editor, with settings configurable from the Configs Panel.
- Function Editor Enhancements: Test actions like REST API calls or trigger functions directly in the editor, and enjoy zooming and panning for better navigation.
- Icon Picker: Any component property containing "icon" will now show an icon picker in the Properties Panel.
Bug Fixes
- Fixed the issue with double quotes not working in the Monaco editor.
- Improved the Tailwind class parser and generator to ensure all classes are parsed and generated correctly.
- Resolved layout and z-index issues in the editor.
- Fixed issues with parsing
v-bind
attributes in SFC templates. - Various small fixes to improve stability and performance.
November 09, 2024
v1.0.2
New Features
- Introduced the ability to pass test parameters for dynamic pages, making it easier to preview and refine dynamic content.
- Added the option to enable or disable layout for pages within the canvas (disabled by default).
- The editor now supports the new
@nookuio/nuxt
module, seamlessly connecting your Nuxt app with the Nooku editor for a more integrated editing experience.
Improvements
- The datasource popover has been redesigned as a Fullscreen popup making it easier to view and manage your data sources.
- Canvas data now syncs more effectively with the editor, ensuring a smooth editing workflow.
- Numerous performance optimizations across the platform, improving overall efficiency and responsiveness.
Bug Fixes
- Fixed an issue with right-click not working for hidden or fragment elements in the Elements Tree.
- Discontinued support for the old
@nooku/nuxt
module in favor of the updated@nookuio/nuxt
. - Multiple user interface issues have been resolved, enhancing the overall user experience.
October 21, 2024
v1.0.1
Nooku v1.0.1 - This update addresses a couple of pesky bugs to improve your experience with nooku.
Bug Fixes
- OAuth Redirection Issue: Fixed a problem causing OAuth redirects to fail, ensuring smoother authentication.
- Cut, Copy, Paste on macOS: Resolved an issue where cut, copy, and paste operations were not working on macOS,.
September 17, 2024
v1.0.0
Nooku v1.0.0 - First Official Release 🎉
We're thrilled to announce the launch of nooku v1.0.0, a groundbreaking low-code platform designed to empower designers and developers to create web applications with unprecedented ease and flexibility.
What is nooku?
nooku is a desktop application that bridges the gap between no-code platforms and traditional development environments. It's tailored for users with minimal coding experience, allowing them to rapidly build web apps while maintaining full access to their codebase.
Key Features
- Intuitive Interface: A user-friendly environment similar to VS Code, but optimized for less technical users.
- Real-Time Code Generation: Instantly see the code behind your designs.
- Workflow Builder: Add logic to your applications without deep coding knowledge.
- Direct File System Interaction: Work directly with your project files for maximum flexibility.
- Industry-Standard Tech Stack: Built on Nuxt 3, Vue 3, Tailwind CSS, and TypeScript.
- Version Control Integration: Built-in Git support for seamless collaboration.
- Code Export: Generate clean, production-ready code.
- Custom Code Support: Seamlessly integrate custom code into your projects.
- No Vendor Lock-in: Full control over your codebase and project files.
- Superior Performance: Leverage Nuxt.js capabilities for better page speed and SEO.
- Design Freedom: Unlimited design possibilities with CSS and Tailwind CSS.
- API Integration: Connect to any database using REST API.
- Supabase Integration: Built-in support for Supabase.
Getting Started
To begin your journey with nooku:
- Download the nooku desktop application from our official website.
- Install the application on your system (make sure you have node.js and git installed).
- Launch nooku and start creating your first web app!
System Requirements
- Windows 10 or later
- 8GB RAM (16GB recommended)
Support
For support, documentation, and community discussions, please visit our website or join our Discord channel.
We're excited to see what you'll create with nooku!