forked from AutoMaker-Org/automaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Summary
Rebrand from 'Automaker' to 'DevFlow.brnd' has been completed across the application.
Changes Made
Logo Component
- Renamed
automaker-logo.tsx→devflow-logo.tsx - Updated component
AutomakerLogo→DevFlowLogo - Updated all imports and exports
- Added
.font-outlineCSS class for outlined 'brnd' text effect
User-Facing Text Updated
- Splash screen: "DevFlow.brnd"
- Welcome view: "Welcome to DevFlow"
- Setup wizard: "Welcome to DevFlow" / "DevFlow Setup"
- Wiki/Documentation: All references updated (7+ occurrences)
- Agent messages: "DevFlow Agent" greeting
- Templates: "DevFlow Starter Kit"
- Error dialogs: "DevFlow Failed to Start"
- Danger zone: "remove from DevFlow"
File System Updates
- userData path changed from
Automaker→DevFlow
Files Modified
UI Components
apps/ui/src/components/layout/sidebar/components/devflow-logo.tsxapps/ui/src/components/layout/sidebar/components/index.tsapps/ui/src/components/layout/sidebar/components/sidebar-header.tsxapps/ui/src/components/splash-screen.tsxapps/ui/src/components/views/welcome-view.tsxapps/ui/src/components/views/setup-view/steps/welcome-step.tsxapps/ui/src/components/views/setup-view.tsxapps/ui/src/components/views/wiki-view.tsxapps/ui/src/components/views/agent-view.tsxapps/ui/src/components/views/context-view.tsxapps/ui/src/components/views/settings-view/danger-zone/danger-zone-section.tsx
Core Files
apps/ui/src/main.tsapps/ui/src/store/app-store.tsapps/ui/src/lib/templates.tsapps/ui/src/styles/global.css
CSS Implementation
Added .font-outline utility class:
.font-outline {
-webkit-text-stroke: 1.5px var(--foreground);
color: transparent;
font-weight: 700;
}This creates the hollow "brnd" text effect with borders but empty interior space.
Preserved Internal References
The following remain unchanged for API/technical compatibility:
- Package names (
@automaker/*) .automaker/directory structure- Function names like
hasAutomakerDir() - localStorage keys
Verification Status
- All user-facing branding updated
- Component renamed and imports updated
- CSS utility added
- Visual QA completed (needs manual verification)
- Cross-browser tested (Firefox may have issues with -webkit-text-stroke)
- Accessibility reviewed
Related Issues
- Cross-browser fallback: #LINK_AFTER_CREATION
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request