February 11, 20260.1.15Jugg.ai
v0.1.15 — Enhanced Create Project Form
Release v0.1.15: Field Descriptions and Visual Grouping for Create Project Form
February 11, 2026
What changed
- Added
FormDescriptionhelper text to all 8 fields in the Create Project form, explaining what each field does and how agents use it. - Grouped fields into 3 labeled sections with icons and separators:
- Project Basics — Name, Mission Statement, Description
- Repository Settings — GitHub URL, Branch, Onboarding Mode
- Market Context — Target Vertical, Target Audience
- Added meaningful placeholders to previously empty fields (Project Name, Description, Target Audience).
Why it matters
New users had no guidance on what to enter in most fields. This update reduces friction during project creation by making each field self-explanatory and organizing them into logical groups.
Technical notes
- No schema, mutation, or API changes. Purely a UI update to
create-project-form.tsx. - Uses existing shadcn
FormDescriptionandSeparatorcomponents, pluslucide-reacticons (FolderKanban,GitBranch,Target).
Release Notes
Successfully merged PR #51 and published release v0.1.15.
What was released:
- Enhanced the Create Project form (
src/components/create-project-form.tsx) with field descriptions for all 8 form fields and visual grouping into 3 logical sections (Project Basics, Repository Settings, Market Context). - Added meaningful placeholders to previously empty fields.
- No breaking changes — same schema, mutation, and API contract.
Actions taken:
- ✅ Reviewed PR #51 — "feat: add field descriptions and visual grouping to create project form"
- ✅ Squash merged PR #51 (sha: 1dc14032)
- ✅ Created release v0.1.15 with tag
v0.1.15
Release URL: https://github.com/dwdavies/AnyApp/releases/tag/v0.1.15