BlogChangelogDocsPricing
LoginSign up
All systems operational

Product

  • Dashboard
  • Documentation
  • Pricing
  • Changelog

Company

  • Blog
  • Brand Assets
  • Support

Legal

  • Privacy Policy
  • Terms of Service
  • Acceptable Use
© 2026 Nitric Inc.
DiscordXLinkedIn
All UpdatesFeatureImprovementFixAdjustment
RSS Feed
Apr 2, 2026Improvement
Apr 2, 2026Improvement

Fuzzy search for GitHub repositories and branches

Searching for GitHub repositories and branches in your build config now uses fuzzy matching. Partial names and minor typos will still surface the right results instead of showing an empty list.

When there's genuinely no match, the empty state now includes your search term so it's clear what was filtered: "No repositories found for 'docs'".

Mar 19, 2026Improvement
Mar 19, 2026Improvement

App sidebar navigation

Navigation has been overhauled with a new app sidebar that works at both the org and project level. Org settings like billing, members, cluster configuration, and variables are now accessible directly from the sidebar instead of through nested settings pages.

The sidebar adapts based on context: at the org level it shows org-wide settings and navigation, and within a project it switches to project-specific links. A collapsible mode toggle lets you minimize it when you need more canvas space. Mobile users get a dedicated trigger for the sidebar as well.

Mar 18, 2026Improvement
Mar 18, 2026Improvement

GitHub integration UX improvements

Several improvements to the GitHub integration experience:

  • Permission updates are handled gracefully without losing auth state
  • Git connection cards in the build config show the connected repo clearly
  • GitHub repo names are used as display names for cleaner service labels
  • Consistent header sizing on the GitHub settings page

Mar 3, 2026Improvement
Mar 3, 2026Improvement

Auto-provisioned build infrastructure

New organizations now get build infrastructure automatically provisioned on creation. No more manual setup steps before your first deploy. Create an org, add a service, and you're ready to build.

Feb 3, 2026Improvement
Feb 3, 2026Improvement

Project navigation redesign

Project navigation has been redesigned with dedicated links for each project and a toggle-style switcher. It's now faster to jump between projects and environments without going through nested menus.

Jan 27, 2026Improvement
Jan 27, 2026Improvement

Color-coded replica logs

Log lines are now color-coded by replica. When tailing logs from a service with multiple replicas, each replica gets a distinct color so you can visually track which instance produced which log line.

Color-coded logs

Jan 26, 2026Improvement
Jan 26, 2026Improvement

Volume management improvements

Volume management on the canvas has been improved:

  • Volumes can now be added and mounted directly from the compute node context menu
  • Improved cancel and unmount UX with clearer confirmation dialogs
  • Volume panel shows mount paths and storage class at a glance
  • Unique name generation for volumes to avoid conflicts

Volume context menu

Jan 13, 2026Improvement
Jan 13, 2026Improvement

Async deployments

Deployments now run fully asynchronously with improved retry logic and exponential backoff. You can navigate away from the deployment view and come back later. The deployment continues in the background and its status is always up to date.

Dec 23, 2025Improvement
Dec 23, 2025Improvement

Auth UX improvements

The login and signup experience has been polished:

  • Continue with GitHub/Google buttons on the signup page for faster onboarding
  • Gradient loading states during authentication
  • Smoother transitions between auth states with no layout flash

Login page

Dec 8, 2025Improvement
Dec 8, 2025Improvement

Improved log streaming

Log streaming has been significantly improved for both build and runtime logs.

  • Fixed an issue where streaming logs could lock up the browser UI
  • Improved "follow" mode to reliably stick to the bottom of the log output
  • Resolved infinite build log accumulation that caused memory issues in long-running builds
  • Non-deployed containers now show a clear status message instead of an empty log view