🧵 Curating.shop by CRISHIRT
AI-Curated Custom Apparel Studio
💡 Inspiration
Most online clothing stores work the same way: users scroll through hundreds of products, open random designs, compare colors, guess what might suit them, and hope the final product looks good in real life.
Custom apparel platforms are not much better. Many of them let users upload a design, place it on a flat T-shirt mockup, select a size, and move to checkout. But the actual shopping decision is still left to the user.
Customers usually have bigger questions:
- What design matches my vibe?
- Which clothing type should I choose?
- Will this color suit me?
- Will this design look good on a T-shirt, hoodie, sweatshirt, crop top, oversized tee, or long-sleeve tee?
- Will the print placement look natural?
- Can I preview the product before buying?
- Can the store help me choose instead of making me do everything manually?
That is the gap Curating.shop by CRISHIRT is built to solve.
The project was inspired by Name.com’s Domain Roulette challenge. Most projects start with an idea and then end with a rushed search for an available domain. This challenge flips that process. Builders first choose a real, randomly selected domain, and then create a thoughtful, useful, or entertaining product around it.
We chose curating.shop because it perfectly represents the future of online shopping: a store that curates products for the user instead of forcing the user to search endlessly.
Curating.shop is an AI-powered custom apparel studio that turns a user’s prompt, style, occasion, and preferences into personalized clothing options. It helps users generate designs, clean them, preview them across multiple garments, receive styling suggestions, and move toward a purchase-ready product.
The vision is simple:
Prompt → AI Design → Design Cleanup → Apparel Preview → Personalized Curation → Cart-Ready Product
Curating.shop is not just a T-shirt generator.
It is an AI-curated shopping experience for custom apparel.
🚀 What It Does
Curating.shop is a browser-based AI apparel studio with a connected fashion-commerce flow.
1. AI Design Generation
Users start by entering a prompt such as:
“A futuristic cricket-inspired streetwear graphic with neon blue flames and Mumbai skyline elements.”
The app generates custom apparel graphics from the prompt, making the design process fast, creative, and accessible even for users with no design background.
Instead of browsing through fixed templates, users can create something that matches their exact idea, personality, event, or aesthetic.
2. AI-Curated Design Options
The core idea behind curating.shop is curation.
The platform does not simply generate one design and stop. It helps users move from a vague idea to a more complete product direction by considering:
- User prompt
- Apparel type
- Color preference
- Style category
- Occasion
- Visual contrast
- Print placement
- Product readiness
The goal is to make the app feel like a personal AI fashion curator.
Instead of asking the user to figure everything out alone, Curating.shop guides them toward designs and clothing combinations that make sense.
3. Background Removal and Design Cleanup
AI-generated images are not always apparel-ready. They may include messy backgrounds, rough edges, or visual noise.
Curating.shop includes a cleanup step that prepares generated designs for clothing placement by removing unwanted backgrounds and creating cleaner design assets.
This is important because custom apparel graphics need to look natural on the garment. A design that looks good as an image may not look good on a T-shirt unless it is cleaned and positioned properly.
4. Multi-Apparel Preview
Users can preview the same design across different upperwear options, including:
- T-shirt
- Hoodie
- Sweatshirt
- Oversized T-shirt
- Crop top
- Long-sleeve tee
The selected garment updates in the preview, and the design remains positioned on the printable area.
This allows users to compare how the same idea looks across different clothing styles before choosing the final product.
This is where the “curation” angle becomes stronger. The app is not just showing one output. It helps users explore which product format best fits their design.
5. Style Suggestions
Curating.shop includes AI-powered styling suggestions to help users choose better apparel combinations.
The app can suggest:
- Better garment colors
- Stronger print contrast
- Suitable apparel types
- Design placement improvements
- Style direction based on the prompt
- Whether a design fits streetwear, minimal, sporty, bold, casual, or event-based fashion
Example output:
Recommended colors: black, navy, emerald, and off-white
Print suggestion: high-contrast white graphics may stand out well
Garment suggestion: oversized T-shirt or hoodie may work best for this bold streetwear design
The goal is to make shopping feel guided, not random.
6. Cart and Product Flow
Once users choose their design and garment, they can add the product to cart with size, color, and apparel selection.
The cart stores the selected design, garment type, product details, and customization choices together.
This makes Curating.shop feel like a real commerce product, not just an AI image demo.
The full journey becomes:
Create → Curate → Preview → Customize → Add to Cart
🛠️ How We Built It
Curating.shop was built as a full-stack AI fashion commerce platform.
The frontend handles the complete user journey:
- Prompt input
- AI-generated design display
- Apparel selection
- Product mockup preview
- Design positioning
- Style suggestions
- Cart flow
- Purchase-ready product preview
The backend works as a secure AI service layer. It handles image generation requests, image cleanup, uploads, processing, API communication, and result delivery to the frontend.
The app is designed to keep the AI complexity hidden from the user. The user only experiences a simple creative shopping flow.
🧠 Curation Logic
Curating.shop uses a simple fashion recommendation logic to guide users toward better custom apparel choices.
The style score can be represented as:
StyleScore = 0.4(ColorMatch) + 0.3(PrintContrast) + 0.2(GarmentChoice) + 0.1(DesignFit)
This score is not meant to judge the user. It is designed to help the user make a better shopping decision.
For example, Curating.shop may recommend:
- Dark garments for stronger print visibility
- Softer neutral tones for minimal designs
- Bright colors for bold streetwear graphics
- Oversized garments for large prints
- Hoodies or sweatshirts for heavier designs
- Crop tops or fitted tees for lighter, cleaner graphics
The goal is to make AI feel like a helpful fashion curator.
🧱 Challenges We Ran Into
1. Turning AI Output into Apparel-Ready Designs
AI-generated images are not automatically ready for clothing.
They may contain unwanted backgrounds, rough edges, or extra visual elements that make the final product look messy.
To solve this, we added a cleanup step so that generated designs could be converted into cleaner apparel-ready assets.
2. Supporting Multiple Garment Types
Each garment has a different shape, proportion, and printable area.
A design that looks good on a T-shirt may need different placement on a hoodie, crop top, or long-sleeve tee.
To solve this, Curating.shop uses controlled garment configurations so each apparel type can have its own preview behavior and print-area alignment.
3. Making Curation Feel Useful
The challenge was not just generating designs.
The harder part was making the app feel like it actually helps the user choose.
We had to connect design generation, garment selection, color choice, preview, and recommendations into one smooth flow.
The experience had to feel like:
“The shop understands my vibe.”
not:
“The app randomly generated an image.”
4. Keeping the Product Flow Stable
Because Curating.shop connects multiple AI steps together, one failed response could break the user journey.
We focused on error handling, loading states, and fallback behavior so the app does not crash when an image takes longer to process or when a generated result is not perfect.
The user should always stay inside the flow.
🏆 Accomplishments That We’re Proud Of
- Built a complete AI custom apparel workflow
- Connected prompt-based design generation with apparel preview
- Added multiple garment types including T-shirts, hoodies, sweatshirts, crop tops, oversized tees, and long-sleeve tees
- Created a shopping flow that goes beyond static mockups
- Added AI-powered style and product suggestions
- Turned the
curating.shopdomain into a real product concept - Built a full commerce-style experience with cart-ready products
📚 What We Learned
We learned that AI in fashion is most powerful when it is connected to the full shopping journey.
Image generation alone is impressive, but it is not enough.
Users need:
- Personalization
- Guidance
- Realistic previews
- Better recommendations
- A smooth product flow
- Confidence before buying
We also learned that curation is a powerful shopping experience.
A good AI shopping product should not just create options. It should help users choose the right option.
That is what Curating.shop tries to do.
🔮 What’s Next
Smarter Curation Engine
The next step is to make the curation system more personalized.
Users could enter their occasion, style, budget, color preference, and clothing type, and Curating.shop could generate a complete curated collection.
Example:
“I need a black oversized T-shirt for a college fest with a bold cyberpunk cricket design.”
The app could then generate and rank the best options.
Image-to-Image Refinement
Users should be able to refine existing designs instead of regenerating from scratch every time.
Examples:
“Make the flames blue.”
“Remove the text.”
“Make it more minimal.”
“Add a cricket bat in the background.”
This would make the design process more iterative and creative.
Saved Design Library
Users should be able to save previous designs, remix them, reorder them, and build their own apparel collection.
This would make Curating.shop useful for creators, influencers, college clubs, teams, and repeat customers.
Creator and Event Stores
Curating.shop could expand into curated merch stores for:
- College fests
- Hackathons
- Sports teams
- Music artists
- Influencers
- Startups
- Communities
A creator could enter a theme, and the platform could generate a full merch collection around it.
Production AI Gateway
A production version could include rate limiting, analytics, usage tracking, cost control, and more reliable AI orchestration.
This would make the platform scalable for real businesses.
🌍 Impact
Curating.shop can make online custom apparel shopping more personal, guided, and confident.
For users, it provides:
- A fun AI design experience
- Personalized clothing suggestions
- Better color and print decisions
- More control over custom apparel
- A smoother path from idea to product
For businesses, it can help with:
- Higher conversion rates
- Lower decision fatigue
- More engaging product pages
- Faster custom design workflows
- Personalized product discovery
- Better merchandising at scale
Curating.shop turns custom clothing from a manual upload-and-preview experience into an AI-curated shopping journey.
✨ Final Vision
Curating.shop by CRISHIRT is not just a custom T-shirt generator.
It is a step toward the future of personalized AI fashion commerce, where users can describe a vibe, generate apparel designs, preview them across clothing types, receive curated suggestions, and move toward a product they actually want to buy.
The domain curating.shop shaped the entire project idea.
It is a shop that curates.
It is a fashion studio that guides.
It is a custom apparel platform that helps users go from:
“I have an idea.”
to:
“This is the product I want.”
🌐 Why curating.shop?
We chose curating.shop from Name.com’s Domain Roulette challenge because the domain immediately suggested a new kind of shopping experience.
Instead of building a normal store where users search through products, we imagined a shop that actively curates personalized apparel for each user.
The word “curating” represents guidance, taste, personalization, and selection.
The word “shop” grounds the idea in commerce.
Together, curating.shop became the perfect domain for an AI-powered apparel platform that helps users create, compare, customize, and choose clothing designs.
The domain did not just give the project a name.
It shaped the entire product.
📝 How We Used the Name.com Domain Roulette Idea
Name.com’s Domain Roulette challenge asks builders to pick a real domain from a provided list and build a product around it.
We selected:
curating.shop
Then we built a project that deeply connects to that domain:
- The product is a shopping platform.
- The shopping experience is based on curation.
- The AI helps users choose better apparel.
- The app guides users from idea to product.
- The final experience feels like a curated custom fashion store.
Curating.shop is not a random name placed on top of the project.
It is the core product concept.
🧾 How to Mention the Domain in the Submission
In the Devpost project description, we would mention:
We chose
curating.shopfrom Name.com’s Domain Roulette and built an AI-curated custom apparel shopping experience around it. The domain inspired us to create a store that does more than display products. Curating.shop helps users generate designs, preview them across apparel types, receive personalized styling suggestions, and choose a final product with more confidence.
If the submission form asks for the selected domain, we would specify:
Selected domain:
curating.shop
If the app is not deployed directly on the domain, the project can still be submitted using a normal deployment link, such as Vercel, as long as the branding and concept clearly show that the product was built around curating.shop.
Deploying directly on the actual domain would be a bonus, but the main requirement is that the project clearly explains how the chosen domain inspired the product.
🏁 Final Summary
Curating.shop by CRISHIRT is an AI-powered custom apparel platform that turns a user’s vibe, prompt, and preferences into curated clothing designs.
It combines:
- AI design generation
- Design cleanup
- Multi-garment previews
- Style recommendations
- Product customization
- Cart-ready commerce flow
The goal is simple:
Make custom clothing shopping feel personal, guided, and fun.
Curating.shop is a shop that curates.
CRISHIRT is the engine behind it.
Together, they create an AI fashion-commerce experience built directly from the Name.com domain.
Built With
- async-task-polling
- canvas
- express.js
- framer-motion
- github
- html
- javascript
- node.js
- radix-ui
- react
- render
- rest-apis
- shadcn/ui
- sharp
- tailwind-css
- typescript
- vercel
- vite
Log in or sign up for Devpost to join the conversation.