new

improved

Clustta 0.4.30

Use Without an Account
Clustta doesn't require sign-up to get started. New users can skip account creation entirely and jump straight into working with local projects - creating, browsing, checkpointing, and organizing assets all work without an account. When you're ready to collaborate, you can sign up at any time.
Offline Mode
Your work is always accessible, even without a network connection. Studio projects you've synced are cached locally, so you can continue browsing and working on them while offline. The UI gracefully falls back to local data when the server is unreachable, and an offline mode indicator keeps you informed of your connectivity state.
Private Studio Authentication (Air-Gapped Installations)
Teams running their own self-hosted Clustta Studio on an internal network can now authenticate directly against that private server. The authentication flow stores the auth mode and auth URL per-token, and studio URLs are auto-resolved - no manual "alternative URL" configuration required anymore.
Manage Collaborators from the Projects Pane
Collaborator management has been unified and brought closer to where you work. You can now search, add, edit roles, and remove collaborators directly from the project item in the sidebar, with an improved search-enabled UI.
Move, Copy, Cut & Paste Assets Within a Projec
t
0-4-30-cut
Full clipboard operations are now available in the asset browser. Select one or more assets or collections and
Cut
,
Copy
, or
Paste
them into any collection in the same project. Drag-and-drop has also been fixed for both grid and expanded list views.
Copy Assets Between Projects
0-4-30-copy-to-project
Assets can now be copied from one project to another. The
Copy to Project
action duplicates the selected assets (including their directory structure) into a target project, making it easy to reuse work across productions.
Studio Connectivity Check
Clustta now performs automatic reachability checks against your connected studios and surfaces the result as an online/offline status badge. If a studio goes down or becomes unreachable, you'll receive a notification and the UI will reflect the current state so you're never left guessing.
Error Console & Diagnostic Logging
0-4-30-log
A new
Debug Console
captures and displays application logs in real time, directly inside the client. Alongside this, a
Submit Diagnostics
action collects system info and recent logs into a report that can be sent to the Clustta team for troubleshooting.
Web App (v1)
The first functional version of the Clustta web client is here. It shares the same Vue codebase via a platform abstraction layer (
adapters/http.js
) and includes:
  • Authentication and routing (sign-up, login, password reset)
  • Project browsing and asset downloading
  • Public user profile pages
  • Platform-aware conditional rendering (file-system operations are restricted; download replaces local open)
Additional Improvements
  • Sorting
    - Assets and collections can now be sorted in the browser
  • Project trimming
    - A new "Trim Project" action reduces
    .clst
    file size by cleaning up unused data
  • Project details modal
    - View storage and metadata stats for any project
  • File associations
    -
    .clst
    files now register with Clustta on both macOS and Windows, with matching icons
  • Asset & collection types
    - Set a type when creating new items
  • Emoji picker search
    - Search within the emoji picker when choosing collection icons
  • Task assignment
    - Assign collaborators to assets directly from the browser
  • Profile link sharing
    - Copy and view public profile links
  • Legal agreement
    - Sign-up now includes EULA acceptance
  • Password visibility toggle
    - Login and sign-up forms include a show/hide password control
  • Improved error messages
    - User-friendly error patterns replace raw server errors
  • Loading states
    - Authentication, data loading, and save actions now show progress indicators
  • Breadcrumbs
    - Always display the project name for better navigation context
  • Clear recent projects
    - One-click clearing of the recent projects list
  • UI polish
    - Consistent scrollbar styling, refined modal headers, updated icons, and Mac-specific layout fixes
  • Codebase cleanup
    - Alphabetized and pruned imports, methods, props, and styles across all components following the project's refactoring checklist