> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rushedai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> App-wide product updates across Rushed.

## March 25, 2026

### Fullstack product building

* Added managed live backend provisioning directly inside projects
* Added a `Backend` workspace tab with the embedded backend dashboard
* Added env variable management inside project settings with platform-managed and user-supplied values separated cleanly
* Added framework-aware public env variable naming for Next.js, Vite, and Astro projects
* Added preview command controls the agent can update for non-standard projects, including plain HTML setups

### Workspace and quality of life

* Improved backend status handling so resolved setup issues clear from the workspace instead of lingering
* Tightened the backend warning strip to preserve more room for the dashboard
* Added direct project deletion from the dashboard project list
* Added visible `Ctrl+K` search hint beside project search

### Documentation

* Added docs for fullstack backends and env variable setup
* Added a public roadmap page
* Updated docs to reflect managed backend workflows and current product direction

## March 9, 2026

### AI workspace

* Shipped the browser-based Rushed workspace with project chat, file explorer, code editor, and live preview in one layout
* Added multi-conversation support inside each project so builders can separate feature work, redesigns, and bug-fixing threads
* Added auto-generated conversation titles to make project history easier to scan

### Building workflows

* Added project creation directly from a natural-language prompt on the landing page and dashboard
* Added blank project creation for users who want to start from an empty workspace
* Improved project search and keyboard shortcuts for faster navigation:
  * `Cmd/Ctrl + K` search projects
  * `Cmd/Ctrl + J` create project
  * `Cmd/Ctrl + I` import from GitHub

### Editor and iteration

* Added autosaving text edits in the code editor
* Added selection actions in the editor:
  * `Add to Chat` for sending selected code into the conversation
  * `Quick Edit` for fast local AI edits on highlighted code
* Added open tabs, file breadcrumbs, and project-aware editing flows inside the workspace

### Preview

* Shipped in-browser live preview with integrated terminal output
* Added preview restart controls and preview URL copy support
* Added custom install and start commands so imported or non-standard projects can run correctly

### GitHub workflows

* Added GitHub repository import into a new Rushed project
* Added export-to-GitHub flow with repository name, visibility, and description controls
* Added export state handling for in-progress, completed, failed, and cancelled runs

### Billing and usage

* Added subscription plans with credit-based usage
* Added daily credit caps and daily token limits
* Added one-time credit packs for top-ups
* Added billing portal access and in-app credit balance visibility

### Documentation

* Replaced starter docs with product-focused Rushed documentation
* Reorganized docs around prompting, workflows, billing, FAQ, and changelog
* Added the public docs link to the marketing site header and footer
