Product changelog

What we shipped.

The customer-facing features, improvements, and fixes making Rock8Cloud better every week.

August 2026

12 updates
New

Preview environments from a pull request comment

Comment on an open pull request to request a preview environment for a service. The preview builds from the pull request's latest commit, and it tears itself down automatically when the pull request is closed.

Improved

New blog post and Claude guide

A new blog post reflects on two months of building on our own platform, and a step-by-step guide shows how to connect Claude to the MCP server.

Fixed

Custom domains survive sleep and wake

Custom domains are no longer removed when a service is scaled down for sleep and brought back up.

Improved

Monitoring history across deployments

CPU and memory usage stay visible for past deployments. Charts now span the deployment timeline, with markers that jump to each deployment's history.

Fixed

Mobile admin pages, S3 rotation animation, sidebar

Admin and settings pages no longer overlap on mobile, the mobile sidebar opens reliably, and S3 credential rotation shows a proper progress animation.

Improved

Out-of-memory events in monitoring

Out-of-memory events now appear as markers on the deployment memory chart, and the warning clears on its own once the service recovers.

New

Deployment metrics

A metrics page and resource usage panel chart CPU and memory for each deployment over the last hour, 6 hours, or day, compared against configured limits.

Fixed

Unconventional project names, MCP timestamps, live review updates

Deploys no longer fail for projects with unconventional names, MCP custom domain queries return proper timestamps, and code review results refresh without a page reload.

New

Dockerfile preview in build settings

Selecting a Dockerfile now shows a syntax-highlighted preview of its contents, including the detected exposed port.

New

Agents can edit services and custom domains

Connected agents can update a service's repository, branch, Dockerfile, port, and health endpoint, and manage custom domains including verification.

Improved

Fine-grained AI model control

Admins can grant or block individual AI models per organization, so teams only see the models they are allowed to use.

Fixed

Mobile dashboard, deploy dialog, landing video

The dashboard header is usable on mobile, the add-service dialog keeps its buttons visible, and the landing page video plays on load.

July 2026

49 updates
New

One-click PostgreSQL browser

Deploy a web-based PostgreSQL browser as an application service. Admin credentials and the database connection are generated automatically.

Improved

Redesigned new-deployment flow

The new-deployment page uses a full-page layout with a footer that stays visible and clearer inline error messages.

Fixed

Deploy log links, billing, invitations, application URLs

Application deploy logs open the right tab, the billing page shows the correct subscription end date, expired invitations are listed separately, and application URLs resolve correctly.

Improved

Redesigned agent model picker

Models are grouped by provider with icons and price tiers, and the agents tab jumps straight to the composer when there are no sessions yet.

New

Delete preview environments

Preview environments can be removed from the service menu, which tears them down. The next push to the branch recreates them.

Improved

Blueprint previews

Blueprints show a clickable screenshot of the deployed result before you clone the stack.

New

Change a service's repository

Link a service to a different GitHub repository from the build settings, without recreating the service.

Improved

Strapi + Next.js live preview out of the box

The Strapi and Next.js blueprint now generates a shared preview secret, so Strapi previews render in the Next.js frontend with no manual setup.

AI

Agent sessions continue after a pull request closes

Closing or merging a pull request closes its agent session cleanly. A follow-up prompt starts a fresh session that picks up from where the previous work left off.

Improved

Safer rollouts

Deployments finish in-flight requests before shutting down, so a rollout no longer drops traffic.

Fixed

Pull request workflow triggers

Pull request workflow settings are no longer lost when the workflow is saved.

Improved

New blog post: Agent-first primitives

A new article explores how agent-first primitives change the deployment workflow, with OG images updated across the site.

Fixed

Blueprint descriptions, UI polish, database defaults

Blueprint descriptions no longer show stale data, cursor pointers work consistently across dropdowns and command items, and database version parameters and default S3 bucket sizes are corrected.

New

MCP Primitives catalog page

A dedicated landing page showcases the full MCP primitives catalog, helping you discover available tools and integrations.

Improved

Streamlined landing page navigation

The landing page header has been redesigned with consolidated platform pages and a cleaner menu structure.

Fixed

Mobile scrolling, code-review prompt, heading spacing

Mobile navigation pages scroll properly, code-review prompts use the correct tools, and how-to/blog headings have consistent spacing.

Improved

Landing page copy and MCP tags

Landing page copy has been updated and MCP tags on the platform page are correctly displayed.

Improved

Deployment pages show inline MCP tags

Deployment pages now display inline MCP tag badges, making it easier to see which integrations are active.

Improved

Mobile navigation improvements

Sidebar navigation uses a drawer pattern on mobile, and session details are now visible through a collapsible panel.

Fixed

Subscription race conditions, mobile sidebar

Subscription updates no longer race with concurrent writes, and the mobile sidebar navigation is more reliable.

Improved

Redesigned landing page

The landing page has been redesigned with a new hero section, comparison section, pricing updates, and a platform band that highlights key capabilities.

New

Elysia TanStack dashboard blueprint

Deploy a fully functional admin dashboard built with Elysia and TanStack, complete with managed PostgreSQL.

Improved

Redesigned service shell and build settings

The service navigation rail, top bar, and build settings have been moved from a modal to a dedicated page with a clearer layout.

AI

Custom agents can trigger other agent workflows

Custom agents can now stage and trigger other agent workflows in the same project, enabling multi-step automation chains.

AI

Session messages show who sent them

Agent session transcripts identify whether each message was sent by you or the agent, making conversations easier to follow.

Fixed

Blueprint connection URLs, session edge cases, cost display

Blueprint connection URLs resolve correctly, agent session billing displays proper costs, and subscription cost translations are fixed.

Fixed

Blueprint deployment URL handling

Blueprint deployments with identical slot names now generate unique URLs automatically, preventing deployment conflicts.

Improved

Artifacts UI improvements

Artifact files now show the uploader's name and link directly to the artifact for quick access.

Improved

Clearer agent session messages

Agent sessions show more descriptive completion messages.

Fixed

Artifacts upload reliability

Artifact uploads no longer time out when handling larger files.

Improved

Edit workflow triggers after creation

Workflow trigger type can now be changed after the workflow is created, so you can switch a workflow from push to pull request without rebuilding it.

Fixed

Manual triggers, agent sessions, UI polish

Manual deploy triggers run even during an active deployment, agent sessions handle unexpected model responses more gracefully, and the organization switcher tooltip shows only when text overflows.

Improved

Blueprint how-to guides and environment configuration

The Strapi + Next.js blueprint now comes with step-by-step how-to guides and supports environment configuration for multi-environment setups.

Fixed

S3 public access, storage status, workflow editing, deploy navigation

Faster S3 public access toggling, reliable storage status, workflow description fixes, and better manual deploy redirects.

New

Custom agents

Define your own agents with custom system prompts and tool permissions, then run them as workflows triggered by pushes, pull requests, deployments, or build outcomes.

Each custom agent has a name, description, system prompt, and an allowlist of platform tools. Agent workflows keep triggers, service context, and result actions separate from the agent definition, so the same agent can commit a branch in one workflow and only notify in another.

New

Artifacts bucket storage

Create a managed artifact bucket alongside your services, resize its storage from the dashboard, and connect it through environment variables.

Artifacts buckets get their own service view, deployment lifecycle, and configuration. Resize storage from the service overview and link credentials into dependent services like any other managed dependency.

New

Strapi + Next.js blueprint

Deploy a Strapi 5 CMS and Next.js 16 frontend together. PostgreSQL and S3 media are provisioned and wired automatically, with a published home page live on the first deploy.

The blueprint forks the monorepo, creates both services, provisions PostgreSQL and an S3 bucket, generates Strapi secrets, and sets environment variables to wire them together. No manual setup needed before the first deploy.

AI

Custom agent workflows

Connected agents can run custom agent workflows - define the agent, pick the trigger, and the agent runs when the event fires.

AI

Agents can view file changes

Agent sessions now show a diff sheet of changed files, so you can inspect what the agent modified before reviewing the pull request.

The diff sheet opens from the session transcript, showing added, modified, and deleted files with inline changes. Files changed by the agent are listed as a fallback when the full diff is still loading.

Improved

Better agent detail view

Agent sessions show a cleaner transcript, dedicated session pages, and a new session composer that lets you pick between coding and research before starting.

New

Uptime monitoring

Monitor a repository service from its main environment, choose a health path, and see availability, response time, and outage history.

Use a platform URL or verified custom domain, then follow 30-day availability and daily incidents from the service dashboard.

AI

Agents can check uptime

Connected agents can inspect service availability, response times, and recent incidents without leaving the conversation.

AI

Agents can manage environment variables

Connected agents can create or update manual environment variables after confirming the exact values with you.

AI

Agent sessions survive restarts

Coding and research sessions restore their workspace and conversation after suspension, so you can continue where you left off.

The repository state, conversation, and working context return together. Long-running tasks can pause without forcing you to brief a new agent from scratch.

Improved

A faster service dashboard

Service pages now use a compact navigation rail, clearer environment context, route-based tabs, and dependable deep links.

AI

Stronger reviews for large pull requests

Large changes are reviewed in focused groups, while code diffs load directly from the source for smaller, more accurate reports.

AI

Visual code review reports

Reviews combine a plain-language summary, changed-file tree, architecture notes, guided diff walkthroughs, and findings pinned to exact lines.

Move from the high-level impact of a pull request into the exact code behind each finding without leaving the report.

AI

Send findings straight to an agent

Select review findings, add line-level instructions, and hand the batch to a coding agent on the pull request branch.

The agent works on the existing branch, pushes a fix, and triggers a fresh review. Follow-up instructions continue in the same session.

Improved

More resilient builds and deployments

Build arguments work without matching Dockerfile declarations, temporary build interruptions retry automatically, and concurrent deploys no longer collide.

June 2026

7 updates
New

Deploy workflows from tags

Push workflows can match branch patterns or tag patterns such as v* and release-*.

AI

Persistent agent sessions

Start multi-turn coding or research sessions on a service, resume them later, and keep their branch and conversation context.

Choose a coding session for repository changes or a research session for investigation. Continue with follow-up prompts instead of starting a separate one-shot task.

AI

Guided first deploy for connected agents

A new prompt walks an agent through validating a repository, selecting a branch, creating a service, deploying it, and diagnosing failures.

The flow checks the Dockerfile and port before creating resources, then follows the deployment through completion and opens build logs when something fails.

New

Rotate S3 credentials

Generate and deploy fresh S3 credentials from the service detail panel with a confirmation step for dependent services.

Improved

Larger Mercury services

Mercury services now get more CPU and memory each at the same plan price.

New

Automatic crash-loop protection

Repeatedly crashing services can be scaled down automatically, with a dashboard warning and optional Slack, Discord, or webhook notification.

AI

Managed services from connected agents

Agents can inspect and link environment variables, then provision PostgreSQL, Dragonfly, or S3-compatible storage in one step.

Credentials flow through linked variables without exposing their values. Agents can prepare several dependencies and redeploy the application once at the end.

May 2026

10 updates
New

Public S3 buckets

Enable optional public read access for an object storage bucket from the dashboard or API.

New

Blueprints

Deploy complete starter stacks from a public catalog instead of assembling every service by hand.

Choose a blueprint, review its applications and dependencies, create the repositories in GitHub, and deploy the full stack into a new or existing project.

New

More ready-to-deploy starter projects

Project guides now cover Go, Java, Kotlin, Laravel, Next.js, PHP, and React starters.

Improved

Cleaner, more reliable build logs

Build output has simpler stage styling, clearer errors, complete timestamps, and stronger recovery when indexing is delayed.

New

Multiple custom domains per service

Attach more than one custom domain to the same service.

Improved

Deployment commits are clickable

Commit hashes in deployment logs now open the matching GitHub commit when available.

New

Configurable health endpoints

Set an HTTP path Rock8Cloud can use to determine when a repository service is ready and healthy.

The health endpoint travels with the service configuration across initial deployments, redeployments, and scaling changes.

New

Multiple replicas on Neptune

Neptune services can run multiple application replicas for additional capacity and resilience.

New

Manual deploys from the dashboard

Deploy the latest commit from a selected branch directly from the Deployments tab.

Improved

Saving environment variables redeploys automatically

Configuration changes take effect without requiring a second manual deployment.

April 2026

3 updates
New

Download build and runtime logs

Export logs for offline investigation, incident notes, or sharing with your team.

AI

Automatic Dockerfile generation

Deploy repositories that do not yet include a Dockerfile by asking an agent to prepare one.

The agent detects the application stack, generates the required deployment files, validates the result, and returns the changes through the normal repository workflow.

AI

Rock8Cloud MCP server

Connect MCP clients such as Claude to Rock8Cloud and manage deployments through conversation.

Agents can discover organizations, projects, services, repositories, and branches, then create a service, deploy it, follow its status, and inspect code review results with your approval.

March 2026

4 updates
AI

Control each AI feature independently

Organization and instance settings can enable or disable project scans, code reviews, coding agents, changelogs, chat coding, and landing-page design separately.

AI

Code reviews appear as GitHub checks

Pull requests show review progress and results in GitHub Checks, even when no notification channel is configured.

New

Managed object storage

Create private S3-compatible storage alongside your applications and link its connection settings into dependent services.

Each bucket gets its own service view, deployment lifecycle, endpoint, and credentials, so object storage can be managed like the rest of a project.

New

Sleep and wake services

Scale an idle service down and restore it later without deleting its configuration.

Sleep and wake actions apply across repository services and managed databases, while the dashboard keeps their current state visible.

February 2026

11 updates
New

Custom domains

Attach a domain you control to a deployed service and follow the DNS setup from the dashboard.

Rock8Cloud shows the required records, tracks domain configuration, and routes verified traffic to the selected service.

New

Build arguments

Pass build-time configuration into container builds from service settings.

Improved

Human-friendly service names

Service names can include spaces and punctuation while stable internal URLs are generated automatically.

New

Choose notification channels per workflow

Connect Slack with OAuth and select exactly which channels each workflow should notify.

New

Plans and usage limits

Billing shows your plan, current service usage, build minutes, and agent runs, with clear warnings before a limit blocks an action.

Compare available tiers, see which plan is active, and understand capacity before creating another service or starting agent work.

New

Visual workflow builder

Create and edit push, pull request, deployment, analysis, review, and notification workflows from a dedicated service tab.

Choose the trigger, assemble the steps, and connect notification channels without writing pipeline configuration by hand.

New

Slack workspace integration

Connect Slack from settings and use the workspace in project notification channels.

Improved

Dashboard health at a glance

A redesigned dashboard brings project cards, recent activity, service health, and faster create-service actions into one view.

New

Organization audit logs

Search and inspect a history of deployments, services, projects, integrations, settings, and other organization actions.

Each record identifies the action, actor, affected resource, and time, giving teams a shared operational history from one place.

AI

AI coding agent

Ask an agent to implement a change in your repository, follow its progress, and receive the result as a pull request.

The agent works in an isolated branch, streams its progress to the dashboard, and leaves the final code ready for your normal review process.

AI

AI project analysis and pull request reviews

Scan a service for architecture, quality, security, and maintainability insights, then review pull requests from the same dashboard.

Project analysis builds a broader understanding of the codebase. Pull request reviews turn that context into focused, line-level findings for each change.

January 2026

8 updates
New

Unified job history

Builds, deployments, database operations, analysis, and agent work now share a consistent status and log experience.

New

Dockerfile-directory build context

Choose a Dockerfile subdirectory as the build context for monorepos and nested applications.

New

Create and switch organizations

Create another organization and move between organizations from the dashboard switcher.

New

Workflow notifications

Send deployment and workflow updates to Slack or a webhook endpoint.

New

Managed PostgreSQL and Dragonfly

Create a managed database alongside your services and link its connection settings into an application.

Rock8Cloud handles provisioning and connection details while linked variables keep applications configured as dependencies change.

New

Preview environments

Deploy pull request changes to isolated preview URLs before merging.

Each preview keeps its branch, deployment history, status, and live URL separate from the stable environment.

New

Live deployment health

Service cards and details show whether a deployment is progressing, healthy, degraded, or failed.

New

GitHub App deployments

Connect a GitHub organization, choose an accessible repository, and keep deployments updated through repository events.

Repository access stays scoped to the installation you select. Branches, commits, and deployment triggers stay connected without personal access tokens.

December 2025

6 updates
New

Persistent deployment logs

Build and rollout logs remain available after the live stream ends.

Improved

Guided first deployment

A dedicated onboarding state helps new organizations move from an empty dashboard to their first live service.

New

Automatic port detection

Rock8Cloud reads exposed ports from the selected Dockerfile and pre-fills the service port for you.

New

Organization invitations

Invite teammates into an organization and let them accept through a dedicated invitation flow.

New

Projects and services

Organize related services into projects, create services inside them, and manage each deployment from a redesigned dashboard.

A project keeps applications and their dependencies together. Each service gets its own configuration, history, status, logs, and lifecycle actions.

New

GitHub sign-in and branch selection

Sign in with GitHub, choose a repository branch, and deploy without pasting repository credentials.

November 2025

7 updates
Improved

Tabbed deployment logs

Build and service output are separated into focused tabs for easier troubleshooting.

New

Environment variables

Add application configuration and secrets during service setup and pass them into the deployed container.

New

Shared team deployments

Authenticated team members can see and manage deployments available to their access group.

New

Deploy with PostgreSQL

Create an application together with a PostgreSQL database and its connection configuration.

New

Delete applications

Remove a deployed application and its generated configuration from the deployment list.

New

Custom Dockerfile paths and ports

Deploy repositories that use a non-standard Dockerfile location, filename, or container port.

New

The first deployment went live

The proof of concept worked. A repository became a live service, marking the start of the Rock8Cloud story.