Description
I would like the ability to define a base prompt or set of instructions at the organization level that automatically applies to all applications created within that organization.
This base prompt would act as a persistent system instruction that Replit AI uses when generating code, components, or architecture decisions for any app in the org.
Example Use Case
At the organization level, I could define something like:
Always use Mantine UI as the component library.
Then, whenever a new application is created or code is generated in any existing app within the organization, Replit AI would consistently follow that instruction without needing to restate it in every prompt.
Why This Is Important
-
Ensures consistency across multiple applications built by the same team
-
Reduces repetitive prompting and setup overhead
-
Helps enforce architectural, design system, and tooling standards
-
Especially valuable for teams building many internal tools or client apps
Suggested Behavior
-
Organization admins can define and edit a base prompt in org settings
-
The base prompt is automatically prepended to or merged with user prompts
-
App-level prompts could optionally extend or override parts of the org-level prompt
-
Visibility into which global instructions are currently active
Who This Helps
-
Teams and agencies building many apps
-
Organizations with shared design systems or frameworks
-
Enterprises using Replit for standardized internal tooling