替换图片

This commit is contained in:
X1627315083@163.com
2026-06-03 14:21:11 +08:00
parent 1b7403b375
commit d42e7240d7
18 changed files with 1246 additions and 1247 deletions

View File

@@ -1,8 +1,8 @@
<script setup lang="ts">
import { ref } from "vue";
import MyEvent from "@/tools/myEvents";
let videoUrl = 'https://code-create.com.hk/wp-content/uploads/2023/05/codec_brand_vid_16x9_ENG.mp4'
let videoPosterUrl = 'https://code-create.com.hk/wp-content/uploads/revslider/video-media/codec_brand_vid_16x9_ENG_11_layer.jpeg'
let videoUrl = 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/05/codec_brand_vid_16x9_ENG.mp4'
let videoPosterUrl = 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/06/codec_brand_vid_16x9_ENG_11_layer.jpeg'
const playVideo = ()=>{
MyEvent.emit("playVideo",{
url: videoUrl,
@@ -15,14 +15,14 @@
<template>
<section class="ecosystem">
<div class="content">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/home_ai_logo.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/home_ai_logo.png" alt="">
<h2>{{ $t('aboutUs.ecosystem.Title') }}</h2>
<h4>{{ $t('aboutUs.ecosystem.Desc') }}</h4>
</div>
</section>
<section class="ecosystem-video">
<div class="content">
<img src="https://code-create.com.hk/wp-content/uploads/revslider/video-media/codec_brand_vid_16x9_ENG_11_layer.jpeg" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/06/codec_brand_vid_16x9_ENG_11_layer.jpeg" alt="">
<span class="iconfont icon-bofang" @click="playVideo"></span>
</div>
</section>

View File

@@ -13,7 +13,7 @@ defineExpose({})
<template>
<div class="about-us">
<div class="bg" v-show="windowWidth > 1000">
<img src="https://code-create.com.hk/wp-content/uploads/2022/12/about_banner-1.jpg" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/12/about_banner-1.jpg" alt="">
</div>
<Title />
<Ecosystem />

View File

@@ -55,19 +55,19 @@ const {} = toRefs(data);
<h2>{{ $t('aboutUs.mission.FocusArea') }}</h2>
<div class="img-box" ref="imgBox">
<div class="img-item" ref="imgItem1">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_focus_01.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_focus_01.png" alt="">
<h2>{{ $t('aboutUs.mission.ElevateOperationEfficiency') }}</h2>
</div>
<div class="img-item" ref="imgItem2">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_focus_02-1-600x888.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_focus_02-1-600x888.png" alt="">
<h2>{{ $t('aboutUs.mission.VerticalDesignPlatform') }}</h2>
</div>
<div class="img-item" ref="imgItem3">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_focus_03-1-600x887.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_focus_03-1-600x887.png" alt="">
<h2>{{ $t('aboutUs.mission.Education') }}</h2>
</div>
<div class="img-item" ref="imgItem4">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_focus_04-1-600x888.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_focus_04-1-600x888.png" alt="">
<h2>{{ $t('aboutUs.mission.Community') }}</h2>
</div>
</div>
@@ -142,7 +142,6 @@ const {} = toRefs(data);
margin-bottom: 20px;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
@media (max-width: 1000px) {
flex-wrap: wrap;

View File

@@ -61,14 +61,14 @@ const {} = toRefs(data);
</div>
</div>
<div class="img">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_team_01-600x887.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_team_01-600x887.png" alt="">
</div>
</div>
</section>
<section class="our-team-item bg2">
<div class="content">
<div class="img">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_team_02-600x887.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_team_02-600x887.png" alt="">
</div>
<div class="text">
<p>
@@ -93,14 +93,14 @@ const {} = toRefs(data);
</div>
</div>
<div class="img">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_team_03-600x887.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_team_03-600x887.png" alt="">
</div>
</div>
</section>
<section class="our-team-item bg2">
<div class="content">
<div class="img">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_team_04-600x887.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_team_04-600x887.png" alt="">
</div>
<div class="text">
<p>

View File

@@ -23,15 +23,15 @@ const {} = toRefs(data);
<h2 v-tween="{'y':'30px','opacity':0}">{{ $t('aboutUs.StrategicPartners') }}</h2>
<div class="img-box" v-tween="{'y':'30px','opacity':0}">
<a href="https://www.aidlab.hk/">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_partners_01.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_partners_01.png" alt="">
</a>
<a href="https://www.polyu.edu.hk/">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_partners_02-1.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_partners_02-1.png" alt="">
</a>
<a href="https://www.rca.ac.uk/">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/about_partners_03-300x145.png" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/about_partners_03-300x145.png" alt="">
</a>
<img src="https://code-create.com.hk/wp-content/uploads/2025/05/Eschange-600x130.jpg" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/Eschange-600x130.jpg" alt="">
</div>
</div>
</section>

View File

@@ -10,7 +10,7 @@ defineExpose({})
<div class="content">
<div class="text">
<h1>{{$t('aboutUs.Title')}}</h1>
<img v-show="windowWidth < 1000" src="https://code-create.com.hk/wp-content/uploads/2022/12/about_banner-1.jpg" alt="">
<img v-show="windowWidth < 1000" src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/12/about_banner-1.jpg" alt="">
</div>
</div>
</section>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ export default [
"brief": "AiDA on Phoenix TV!! Behind the scenes 🎉 Design, as we know it,...",
"day": "11",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
"aaurl": "https://code-create.com.hk/aida-on-phoenix-tv-behind-the-scenes-%f0%9f%8e%89/"
},
{
@@ -14,7 +14,7 @@ export default [
"brief": "2026 — Your Global Design Stage Some designs are more than just finished...",
"day": "22",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/04/award_qrcode_en-240x300.gif",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/04/award_qrcode_en-240x300.gif",
"aaurl": "https://code-create.com.hk/2026-your-global-design-stage/"
},
{
@@ -23,7 +23,7 @@ export default [
"brief": "Code-Create Voted Top 5 Peoples Choice at Alibaba JUMPSTARTER 2026 Code-Create earned a...",
"day": "20",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/Code-Create-Limited-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/Code-Create-Limited-300x201.jpg",
"aaurl": "https://code-create.com.hk/code-create-voted-top-5-peoples-choice-at-alibaba-jumpstarter-2026/"
},
{
@@ -32,7 +32,7 @@ export default [
"brief": "Wait… AiDA can also be used for visual merchandising at Fashion Week? In...",
"day": "04",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/IMG_4901-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/IMG_4901-300x200.jpg",
"aaurl": "https://code-create.com.hk/wait-aida-can-also-be-used-for-visual-merchandising-at-fashion-week/"
},
{
@@ -41,7 +41,7 @@ export default [
"brief": "Generations of Craftsmanship, Unlocking New Possibilities Between Tradition and Tech-Driven Fashion Code-Creates Co-Founder...",
"day": "09",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-e1770608490912-300x234.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-e1770608490912-300x234.jpg",
"aaurl": "https://code-create.com.hk/generations-of-craftsmanship-unlocking-new-possibilities-between-tradition-and-tech-driven-fashion/"
},
{
@@ -50,7 +50,7 @@ export default [
"brief": "Honored to be selected as a Alibaba JUMPSTARTER 2026 Top 30 Startup |...",
"day": "30",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/Jumpstarter-horizontal-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/Jumpstarter-horizontal-300x169.jpg",
"aaurl": "https://code-create.com.hk/honored-to-be-selected-as-a-jumpstarter-2026-top-30-startup-code-create/"
},
{
@@ -59,7 +59,7 @@ export default [
"brief": "Across Disciplines · Across BordersAiDA Makes Design Accessible to All   During a...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_4524-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_4524-300x225.jpeg",
"aaurl": "https://code-create.com.hk/across-disciplines-%c2%b7-across-borders%ef%bd%9caida-makes-design-accessible-to-all/"
},
{
@@ -68,7 +68,7 @@ export default [
"brief": "Stepping into PolyU, Connecting the Future At Code-Create, weve always believed that education...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_7777-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_7777-300x200.jpg",
"aaurl": "https://code-create.com.hk/stepping-into-polyu-connecting-the-future/"
},
{
@@ -77,7 +77,7 @@ export default [
"brief": "AiDA Empowering Fashion Design Education at HK SFU The Code-Create team recently visited...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_2710-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_2710-300x225.jpeg",
"aaurl": "https://code-create.com.hk/aida-empowering-fashion-design-education-at-hk-sfu/"
},
{
@@ -86,7 +86,7 @@ export default [
"brief": "Where Fashion Leaders Meet | FAHK 2025 At Fashion Asia Hong Kong 2025,...",
"day": "18",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8466-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8466-300x225.jpeg",
"aaurl": "https://code-create.com.hk/where-fashion-leaders-meet-fahk-2025/"
},
{
@@ -95,7 +95,7 @@ export default [
"brief": "AiDA × Hanyang UniversityA Deep Dive into AI-Driven Fashion Design PhD students from...",
"day": "01",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8320-1-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8320-1-300x225.jpeg",
"aaurl": "https://code-create.com.hk/aida-x-hanyang-university%ef%bd%9ca-deep-dive-into-ai-driven-fashion-design/"
},
{
@@ -104,7 +104,7 @@ export default [
"brief": "Koreas Chonnam National University Is Using AiDA! Students and faculty from Chonnam National...",
"day": "21",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
"aaurl": "https://code-create.com.hk/koreas-chonnam-national-university-is-using-aida/"
},
{
@@ -113,7 +113,7 @@ export default [
"brief": "When AI Meets Love | Fashion Knows No Age Code-Create and Caritas St. Joseph Secondary School joined hands to bring creativity into the community through AiDA. Students used AI to design personalized outfits for the elderly — each piece filled with warmth and heartfelt care. From classroom to runway, from inspiration to action, AI is more than a tool of innovation — its a force that connects people. The future of the future is being redefined by these young designers.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_5366-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_5366-300x225.jpeg",
"aaurl": "https://code-create.com.hk/when-ai-meets-love-fashion-knows-no-age/"
},
{
@@ -122,7 +122,7 @@ export default [
"brief": "Creator Shares AiDA Design Insights at University Lecture At Kyung Hee Universitys AI AnD Talk 2025 in Korea, designer Jae shared his unique experience using AiDA in fashion creation. He demonstrated how AiDA helps break creative boundaries, enabling a more open dialogue between technology and fashion. The talk not only offered cutting-edge insights into AI-driven fashion but also inspired students to reimagine the future of design education and creative practice.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/day01_0846-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/day01_0846-300x200.jpg",
"aaurl": "https://code-create.com.hk/creator-shares-aida-design-insights-at-university-lecture/"
},
{
@@ -131,7 +131,7 @@ export default [
"brief": "Temasek Polytechnic Visits the Birthplace of AiDA A delegation of students and faculty from Temasek Polytechnic, Singapore visited AiDLab, the research and development hub behind AiDA. During the visit, guests experienced the newly upgraded AiDA 3.1, along with several of AiDLabs cutting-edge innovations — including 3D body scanning, digital human generation, and intelligent textile research, exploring how AI technology is reshaping the future of fashion design. 💡 To conclude the visit, Ms. Kim Wong, Founder of Code-Create, shared insights on AiDAs vision and future direction, inspiring engaging discussions among students and faculty. Looking ahead, we aim to collaborate with more...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_0154-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_0154-300x225.jpeg",
"aaurl": "https://code-create.com.hk/temasek-polytechnic-visits-the-birthplace-of-aida/"
},
{
@@ -140,7 +140,7 @@ export default [
"brief": "AiDA Powers Cultural AI Exhibition in Hong Kong! After nearly six months of collaboration, the Cultural AI project — powered by AiDA, our AI fashion design platform — has officially come to life in Hong Kong! In partnership with Temasek Polytechnic (Singapore), Hong Kong designers Elmer Ho and Liz Mak, and PhD researchers Zhu Jia Yu and Zhu Shu Min from PolyU, students explored how AiDA can transform cultural motifs into innovative fashion concepts and tangible designs. A big thank-you to everyone who joined the opening ceremony and to all our partners who made this milestone possible. Come visit the...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_4112-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_4112-300x225.jpeg",
"aaurl": "https://code-create.com.hk/aida-powers-cultural-ai-exhibition-in-hong-kong/"
},
{
@@ -149,7 +149,7 @@ export default [
"brief": "KIFT Talk | Co-Creating Fashion with AiDA At the Korea International Fashion Tech (KIFT) event, Korean designer Jae shared insights on the collaboration between BESFXXK and AiDA.He showcased how multiple BESFXXK collections were created with the support of AiDA, using the AI assistant to quickly transform inspiration into innovative and diverse designs.The talk highlighted the boundless potential of AI and designers co-creating, offering a glimpse into the future of fashion design.",
"day": "30",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-3-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-3-300x225.jpg",
"aaurl": "https://code-create.com.hk/kift-talk-co-creating-fashion-with-aida/"
},
{
@@ -158,25 +158,25 @@ export default [
"brief": "AiDA in the ClassroomGlobal Designer Shares AI × Fashion in Practice A special moment from Kyung Hee University in Korea Designer Jae (Creative Director of BESFXXK) introduced AiDA and its R&D team, AiDLab, while sharing Code-Creates vision for the integration of AI and the fashion ecosystem, as well as the applications of AI in fashion design. Through real case studies, he demonstrated how moodboards, prints, sketches, and final renderings can come together seamlessly, giving students a firsthand look at how AI enhances creativity.Its inspiring to see the next generation of designers engaging with AI × fashion, opening new possibilities for the future...",
"day": "26",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Cover-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Cover-300x225.jpg",
"aaurl": "https://code-create.com.hk/aida-in-the-classroom%ef%bd%9cglobal-designer-shares-ai-x-fashion-in-practice/"
},
{
"id": 40,
"title": "AiDA | Cultural Motifs × AI Fashion Experiment",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"day": "23",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/promotional-video-cover-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/promotional-video-cover-300x169.jpg",
"aaurl": "https://code-create.com.hk/aida-cultural-motifs-x-ai-fashion-experiment/"
},
{
"id": 39,
"title": "From Sketch To GarmentMade Possible With AiDA",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"day": "16",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Video-cover-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Video-cover-225x300.jpeg",
"aaurl": "https://code-create.com.hk/from-sketch-to-garment%ef%bd%9cmade-possible-with-aida/"
},
{
@@ -185,7 +185,7 @@ export default [
"brief": "AiDA 3.1 at Intertextile ShanghaiUpgraded Experience On-Site Code-Create proudly presented the newly upgraded AiDA 3.1 at Intertextile Shanghai! ✨📍 At our booth, AiDA attracted an overwhelming response — with designers, students, and industry professionals eager to experience the platform first-hand.Visitors explored the complete design workflow, from moodboards and prints to sketches and final product renderings, while discovering the exciting new features of AiDA 3.1:✨ Sharper, higher-resolution outputs✨ Canvas workspace & Advanced Tools✨ Transform design drafts into lifelike model photos with adjustable poses✨ New product video generation, making designs more dynamic and immersiveAiDA 3.1 not only speeds up the design process...",
"day": "09",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-1-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-1-300x225.jpg",
"aaurl": "https://code-create.com.hk/aida-3-1-at-intertextile-shanghai%ef%bd%9cupgraded-experience-on-site/"
},
{
@@ -194,7 +194,7 @@ export default [
"brief": "Live from Seoul | AiDA Booth is Buzzing! A quick share from Korea COEX, Seoul This time, Code-Create brought our AI fashion design platform AiDA to Korea, and the booth was packed with excitement! Designers, students, and industry friends all came to explore AiDA, and we also showcased real garments created with AiDA designs. Everyones big question: Can AI really help designers bring ideas to life faster?The answer is yes!AiDA works seamlessly with a designers creative flow—from moodboards to prints, sketches, and final renderings—step by step through the whole process. And the physical outfits on display were the best proof: AI-driven creativity...",
"day": "21",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
"aaurl": "https://code-create.com.hk/live-from-seoul-aida-booth-is-buzzing/"
},
{
@@ -203,7 +203,7 @@ export default [
"brief": "Preview in Seoul 2025 Code-Create is heading to Seoul!  Were excited to join Preview in Seoul 2025 next week, bringing AiDA — our AI-powered fashion design platform — to Korea for the very first time. Come visit our booth and see how AiDA supports designers from concept to creation, and how AI is shaping the future of fashion.  On 21 Aug, Code-Create founder & CEO Kim Wong, AiDLabs Prof. Calvin Wong and BESFXXK Creative Director Jae Lim in a special session discussing how human creativity and AI can work together to elevate the fashion industry. And dont miss our pitching...",
"day": "15",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/poster-213x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/poster-213x300.jpeg",
"aaurl": "https://code-create.com.hk/preview-in-seoul-2025/"
},
{
@@ -212,7 +212,7 @@ export default [
"brief": "Code-Create x YaleWomen Hong Kong | AI × Fashion × Design On 30 July 2025, Code-Create Co-Founder & CEO Kim Wong was invited by YaleWomen Hong Kong to share her insights on the evolving intersection of fashion, AI, and entrepreneurship. Drawing on her extensive leadership experience at global fashion houses—including DFS USA, Lane Crawford, Burberry Asia, Brunello Cucinelli, and Versace Asia Pacific—Kim spoke about her journey from the fashion C-suite to academia, and now to the world of start-ups. She introduced AiDA 3.0, Code-Creates AI-powered interactive design assistant, developed by AiDLab in collaboration with The Hong Kong Polytechnic University and...",
"day": "30",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
"aaurl": "https://code-create.com.hk/code-create-x-yalewomen-hong-kong-ai-x-fashion-x-design/"
},
{
@@ -221,7 +221,7 @@ export default [
"brief": "When AI Becomes Your Creative Partner: AiDA with Creators Worldwide We are honored to support the 2025 SHE IS AI Fashion Awards as a proud partner—an international design competition centered on AI, fashion, and sustainable innovation.This prestigious event brings together designers and creatives from around the globe to explore AI as a “creative collaborator” across all stages of fashion design. Our AI platform, AiDA, serves as one of the key design tools, providing technical support to inspire and facilitate participants design development.From digital concepts to garment launches, and from virtual runways to global retail, every step of the design process...",
"day": "27",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
"aaurl": "https://code-create.com.hk/when-ai-becomes-your-creative-partner-aida-with-creators-worldwide/"
},
{
@@ -230,7 +230,7 @@ export default [
"brief": "AiDA Makes a Splash at The Korean Society of Fashion Design At The Korean Society of Fashion Design, designer Jae introduced AiDA, an innovative design AI tool, to the audience. Jae detailed how AiDA leverages cutting-edge technology to boost design efficiency, saving designers time and allowing them to focus on creativity. Participants were impressed by AiDAs ability to provide unlimited creative inspiration. They believe it not only stimulates fresh design concepts but also assists designers in transcending conventional design boundaries to discover new possibilities. AiDAs powerful functions and potential excited everyone present and sparked intense discussion. AiDA is set to...",
"day": "25",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"aaurl": "https://code-create.com.hk/aida-makes-a-splash-at-the-korean-society-of-fashion-design/"
},
{
@@ -239,7 +239,7 @@ export default [
"brief": "A meaningful dialogue about AI and design inspiration unfolded at Shenzhen Convention Center, where AiDA connected with designers and brand founders from across China. What we shared:🔹 The complete AI workflow from fabric selection to pattern generation🔹 How AI tools deliver both efficiency gains and creative stimulation Though the exhibition has ended, the conversation about designs future continues. We extend our gratitude to:✓ Those who exchanged business cards with us✓ Everyone who waited in line to experience AiDA✓ Even those who simply glanced at our booth The story doesnt end here.Explore more real-world AiDA case studies on our page...",
"day": "11",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
"aaurl": "https://code-create.com.hk/intertextile-2025-review-a-real-dialogue-between-ai-and-design/"
},
{
@@ -248,7 +248,7 @@ export default [
"brief": "Fashion Industry Hot Topic: Digital Innovation and AI Empowered Fashion Kim Wong, CEO of Code Create, was recently invited to the “Digital Innovation Workshop”. During her presentation, Ms. Kim Wong introduced AiDA, an AI powered design tool that is designer led. She elaborated on how fashion businesses can harness this innovative technology to drive innovation. With its cutting edge features, AiDA offers the fashion industry a more efficient and precise solution, enabling brands to stand out in the fiercely competitive market. In the roundtable discussion on “Avoiding Pitfalls in AI Implementation for the Consumer Goods Industry,”...",
"day": "17",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"aaurl": "https://code-create.com.hk/fashion-industry-hot-topic-digital-innovation-and-ai-empowered-fashion/"
},
{
@@ -257,7 +257,7 @@ export default [
"brief": "URFresh Take on Fashion AI — AiDA Code Create was honored to visit URBAN REVIVO (UR), kicking off a great dialogue on fashion and AI. Thanks to Invest HK for introducing Code Create to UR. AiDA, the designer-led AI fashion design solution, amazed everyone. With advanced technology and designers ideas, it always brings new inspiration to the design teams fashion creation process, breaking through traditional design constraints and showing everyone the infinite possibilities of fashion design with AI assistance. As AiDA keeps updating, it will continue to shine in the fashion world, expand its fashion circle influence,...",
"day": "15",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"aaurl": "https://code-create.com.hk/ur%ef%bc%9afresh-take-on-fashion-ai-aida/"
},
{
@@ -266,7 +266,7 @@ export default [
"brief": "AiDAs Sustainable Design Innovation at Daegu Preview 2025 At the 23rd International Textile Fair In PREVIEW IN DAEGU 2025, Korean designer Jae held a sharing session themed “Pursuing zero-waste design through AI technology”. He emphasized that the AI design system —AiDA, with its powerful AI technology, is dedicated to optimizing the fashion design process. AiDA can save designers 60% of the time in the design phase and 20% in sampling, effectively reducing resource waste and driving the sustainable evolution of the fashion ecosystem.",
"day": "13",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
"aaurl": "https://code-create.com.hk/aidas-sustainable-design-innovation-at-daegu-preview-2025/"
},
{
@@ -275,7 +275,7 @@ export default [
"brief": "Congratulations to Code-Create for being named one of Hong Kongs Hottest Startups of 2025 Code-Create has made remarkable progress with its AI-powered design tool AiDA 3.0, which has transformed the fashion design process by offering quick and customizable collections while respecting the originality of artistic creation.. This recognition is a testament to the companys hard work, innovation, and potential in the fashion industry. Code-Create continue to push boundaries and shape the future of fashion design with its cutting-edge AI technology. https://hongkongbusiness.hk/markets-investing/exclusive/hong-kongs-hottest-startups-2025",
"day": "05",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/IMG_1749-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/IMG_1749-2-300x200.jpg",
"aaurl": "https://code-create.com.hk/congratulations-to-code-create-for-being-named-one-of-hong-kongs-hottest-startups-of-2025/"
},
{
@@ -284,7 +284,7 @@ export default [
"brief": "AiDA Workshop at CBCC The AiDA workshop sparked great interest among teacher and students, who experienced AI innovation firsthand. As an advanced AI-powered design tool, AiDA offers flexible design adjustments, powerful AIGC functions, and the ability to generate 8 looks in seconds—providing a fresh solution for fashion design. This workshop not only deepened participants understanding of AiDAs design process but also demonstrated the powerful integration of education and AI technology, ushering in a new chapter in smart education.",
"day": "29",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"aaurl": "https://code-create.com.hk/aida-workshop-at-cbcc/"
},
{
@@ -293,7 +293,7 @@ export default [
"brief": "AI-Powered Design Curriculum: Pioneering Creativity in Fashion Education Creative Director of the Korean brand BESFXXK, Jae Hyuk Lim, partnered with Hongik University, Sejong University, and Paichai University to deliver innovative AiDA AI design courses. Through hands-on workshops, students gained practical experience in AI-assisted creation, blending cutting-edge fashion technology with academic learning to inspire innovation among Gen-Z designers. The curriculum covered AI applications in fashion design and explored how the AiDA system enhances design efficiency and creativity. Leveraging his industry expertise and academic background, Lim imparted cutting-edge fashion-tech knowledge, sparking students interest in the fusion of fashion and technology.",
"day": "20",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/IMG_1290-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/IMG_1290-300x169.jpg",
"aaurl": "https://code-create.com.hk/ai-powered-design-curriculum-pioneering-creativity-in-fashion-education/"
},
{
@@ -302,7 +302,7 @@ export default [
"brief": "Code-Create x BIFU: Breakthrough in the AI Era Fashion brand BIFU, founded by designer Xing Chen, has significantly enhanced its design efficiency and streamlined its creative process through collaboration with Code-Create, leveraging AI design assistant AiDA. By integrating inputs such as mood boards, fabric prints, color palettes, and sketches, AiDA rapidly generates original designs, allowing designers to focus on core creative tasks while maintaining a deep exploration of brand culture and craftsmanship. Since its establishment in 2013, BIFU has drawn inspiration from traditional Chinese culture, combining it with modern design aesthetics to create high-end ready-to-wear and accessories for both men...",
"day": "16",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/coverpage-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/coverpage-213x300.jpg",
"aaurl": "https://code-create.com.hk/code-create-x-bifu-breakthrough-in-the-ai-era/"
},
{
@@ -311,7 +311,7 @@ export default [
"brief": "South Korean brand BESFXXK leveraged AiDA to create its 2025 FW ready-to-wear collection. By optimizing the design process, AiDA significantly improved efficiency, reducing the time required from concept development to final product visualization by 60%. This advancement enables designers to focus more intently on core creative tasks, maximizing their expertise while enhancing the quality of design outcomes. Additionally, it frees up resources to prioritize innovative exploration and deeper creative engagement.",
"day": "10",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
"aaurl": "https://code-create.com.hk/south-korean-brand-besfxxk-leveraged-aida-to-create-its-2025-fw-ready-to-wear-collection/"
},
{
@@ -320,7 +320,7 @@ export default [
"brief": "AiDA: Accelerating Fashion Design Efficiency by Over 60% Code-Creates Co-Founder and CEO, Kim Wong, was interviewed by Hong Kong Business, explaining how the AI design assistant is revolutionizing fashion design by merging technology with creativity to enhance designers workflow. AiDA helps boost efficiency during design process by integrating over 500,000 sketches and current trends, generating innovative designs from keywords or themes input by designers. Designers maintain creative control through real-time modifications, ensuring their unique vision is preserved. Rather than replacing designers, AiDA empowers them by boosting design efficiency, freeing up 60% of their time for creative work. Code-Create envisions revitalizing...",
"day": "08",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
"aaurl": "https://code-create.com.hk/aida-accelerating-fashion-design-efficiency-by-over-60/"
},
{
@@ -329,7 +329,7 @@ export default [
"brief": "Ms. Kim Wong Breaks Down How AI Is Reshaping Sustainable Fashion Code-Create CEO Ms. Kim was invited to deliver a captivating sharing on “Sustainable Fashion Innovation” to SFT students at The Hong Kong Polytechnic University. Drawing from the core principles of “sustainability” and “innovation,” Kim explored how the integration of technology and design can drive the fashion industry toward greener transformation. She highlighted Code-Creates AI-powered fashion design tool, AiDA, demonstrating how AI can optimize design processes, minimize resource waste, and unlock the tools potential in real-world applications. The class was very interactive, with students actively participating and showing lots of...",
"day": "01",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
"aaurl": "https://code-create.com.hk/ms-kim-wong-breaks-down-how-ai-is-reshaping-sustainable-fashion/"
},
{
@@ -338,16 +338,16 @@ export default [
"brief": "The AiDA Workshop was successfully held in Shenzhen The AiDA SZ Workshop attracted a wide range of professionals from the fashion industry. The atmosphere at the event was highly engaging and inspiring. Participants, many of whom were experiencing AiDA for the first time, were extremely excited as they explored its features. Through hands-on experience, they truly felt the immense potential of AI in fashion, as if they had unlocked a whole new world of possibilities. Fashion design tasks that used to be difficult now became easily achievable with AiDA, unlocking new trends in just minutes. AiDA has undoubtedly become the...",
"day": "31",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
"aaurl": "https://code-create.com.hk/the-aida-workshop-was-successfully-held-in-shenzhen/"
},
{
"id": 20,
"title": "AiDA X SFT Fashion AI Award Successfully Finished",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"day": "12",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/Image_20250507135632-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/Image_20250507135632-300x200.jpg",
"aaurl": "https://code-create.com.hk/aida-x-sft-fashion-ai-award-successfully-finished/"
},
{
@@ -356,7 +356,7 @@ export default [
"brief": "Feminine Power: Ms. Kim Wongs Journey in Fashion and AI In a recent interview with the Hong Kong Ta Kung Pao, Ms. Kim shared her views and future expectations on AI fashion. With unique vision and courage, Kim moved from traditional fashion to AI fashion. As co-founder and CEO of Code Create, she is a key driver of the global fashion ecosystems transformation. Ms. Kim specially mentioned AiDA, the worlds first fashion AI solution led by designers original inspiration. AiDA enables designers to collaborate with AI to quickly create diverse original designs. It can shorten the design time from...",
"day": "07",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
"aaurl": "https://code-create.com.hk/feminine-power-ms-kim-wongs-journey-in-fashion-and-ai/"
},
{
@@ -365,7 +365,7 @@ export default [
"brief": "Achieving Excellence in Design within an Hour! Students from PolyU School of Fashion and Textiles (SFT) delivered an impressive series of design works at the AiDA Workshop, all within a mere 60 minutes. AiDA has boosted design process efficiency by over 60%, enhancing overall design efficiency across the board. The newly upgraded AiDA has exceeded our expectations. This is more than just a tool upgrade—it represents a paradigm shift in design productivity.",
"day": "20",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
"aaurl": "https://code-create.com.hk/achieving-excellence-in-design-within-an-hour/"
},
{
@@ -374,7 +374,7 @@ export default [
"brief": "Brainstorm with AI Students from Caritas St. Joseph Secondary School in Hong Kong recently embarked on an AI-powered design adventure with the designer-led AI tool “AiDA.” Excitement filled the air as students eagerly engaged with the tool, quickly mastering its functions under guidance. They transformed their imaginative ideas into stunning designs, demonstrating remarkable learning ability and creative potential in the realm of AI.During the event, students experienced the three core strengths of AiDA: creativity, efficiency, and sustainability. AiDA can instantly convert text descriptions into eye-catching designs, and designers can easily edit and adjust styles to optimize their creations. This significantly...",
"day": "19",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
"aaurl": "https://code-create.com.hk/brainstorm-with-ai/"
},
{
@@ -383,7 +383,7 @@ export default [
"brief": "CEO of Code-Create Kim Wongs Inspiring Talk at Henrietta Secondary School — You can chase your dreams at any age! At Henrietta Secondary School, Code-Creates CEO, Ms. Kim Wong brought a truly enriching sharing session to the students. She opened up to the students, presenting her extraordinary life story. From the initial sprouting of dreams to now standing at the forefront of fashion and technology, her journey unfolds like an inspiring movie, moving every student present.  One of the highlights of Ms. Kim Wongs talk was AiDA, the worlds first designer-led AI design tool. The tools straightforward design process and...",
"day": "06",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"aaurl": "https://code-create.com.hk/ceo-of-code-create-kim-wongs-inspiring-talk-at-henrietta-secondary-school/"
},
{
@@ -392,7 +392,7 @@ export default [
"brief": "Announcing the Finalists for AiDA Fashion AI Award! We are thrilled to announce the top 10 finalists!!! These talented individuals have showcased exceptional creativity and innovation in fashion design and will use AiDA to create their collections. Here are the finalists: Yuzhi Lai Yan Chi Kwan, Jimmy Cheung Tsz Ching, Bobo Nina Waszak WOO SIN YU, Lia Yiu Ching Yau, Emma YAU KA HEI Xu Lulu Kock Man Yan XIEYAUKIT Congratulations to all the finalists! We look forward to an exciting competition and wish each of finalists the best of luck!",
"day": "30",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/finalists-225x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/finalists-225x300.jpg",
"aaurl": "https://code-create.com.hk/announcing-the-finalists-for-aida-fashion-ai-award/"
},
{
@@ -401,7 +401,7 @@ export default [
"brief": "【2024 FABI KOREA Conference】Revolutionizing Fashion Design with AiDA At the 2024 FABI Conference, AiDA, an AI solution for fashion design, was the star of the show. Kim Wong, CEO of Code-Create, delivered a powerful presentation highlighted AiDAs transformative impact on the fashion industry.  The enthusiastic reception at the conference confirmed AiDAs popularity and its pivotal role in the future of fashion, where AI meets creativity to redefine the industrys standards. The 2024 FABI Conference was more than just an event, it was a platform for showcasing the future of fashion. AiDAs presence there was a clear indication of the direction the...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
"aaurl": "https://code-create.com.hk/revolutionizing-fashion-design-with-aida/"
},
{
@@ -410,7 +410,7 @@ export default [
"brief": "Code-Creates CEO Kim Wong Honored with Best Paper Award at 2024 International Fashion Conference We are thrilled to celebrate the CEO of Code-Create, Kim Wongs outstanding achievement at the 2024 International Conference hosted by the Korean Society of Fashion Business! Kim was honored with the Best Paper Award for her compelling presentation, “Revitalize Fashion Ecosystem through AI Future of fashion design process.” This presentation showcased the transformative power of AiDA, Code-Creates designer-led AI tool, which is redefining the fashion design process by providing a platform that understands and enhances the creative vision of its users.  This recognition is a...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/IMG_8903-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/IMG_8903-300x225.jpg",
"aaurl": "https://code-create.com.hk/code-creates-ceo-kim-wong-honored-with-best-paper-award-at-2024-international-fashion-conference/"
},
{
@@ -419,16 +419,16 @@ export default [
"brief": "Hanyang University Meets AiDA: A Fusion of Creativity and Technology During this workshop, we led the faculty and students of Hanyang University on an exploration of the mysteries of AI, experiencing the interaction with the design assistant AiDA. Everyone were truly amazed by AiDAs unexpected creativity and the dynamic interactions it facilitated. The students works revealed new trends in the fashion world.  We look forward to more exchanges and cooperation with Hanyang University in the future. Lets all anticipate our next gathering!",
"day": "28",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"aaurl": "https://code-create.com.hk/hanyang-university-meets-aida/"
},
{
"id": 11,
"title": "AiDA Workshop",
"brief": "https://code-create.com.hk/wp-content/uploads/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
"aaurl": "https://code-create.com.hk/aida-workshop/"
},
{
@@ -437,7 +437,7 @@ export default [
"brief": "AiDA X SFT AI Fashion Award 2024 With the aim of inspiring students to innovate in fashion design using AI, Code-Create and The Hong Kong Polytechnic University School of Fashion and Textiles (SFT) have jointly launched the AiDA X SFT AI Fashion Award 2024. This competition provides students with valuable practical AiDA experience, laying the foundation for the future fashion design industry and positioning them as pioneers in AI fashion.The competition is open to all SFT students, with the winners having the chance to win cash prizes (up to 20,000 HKD), internship opportunity at BESFXXK (will work with the renowned...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/3611731651515_.pic_hd-225x300.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/3611731651515_.pic_hd-225x300.png",
"aaurl": "https://code-create.com.hk/fashionaward2024/"
},
{
@@ -446,7 +446,7 @@ export default [
"brief": "At CentreStage, AiDA has captured the attention of many professionals from the fashion industry...",
"day": "03",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/CentreStage-2024-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/CentreStage-2024-300x200.jpg",
"aaurl": "https://code-create.com.hk/centrestage-2024/"
},
{
@@ -455,7 +455,7 @@ export default [
"brief": "The innovative AI fashion design platform AiDA, is leading the fashion industry into a new phase of digital transformation. Code-Create announced yesterday that it has secured strategic ...",
"day": "02",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
"aaurl": "https://code-create.com.hk/code-create-secures-investment-from-eschange-capital/"
},
{
@@ -464,7 +464,7 @@ export default [
"brief": "In Paris, the \"Culture X AI 2024-2025\" event was meticulously planned by the Laboratory for Artificial Intelligence in Design(AiDLab)...",
"day": "06",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
"aaurl": "https://code-create.com.hk/hong-kong-china-night-in-paris/"
},
{
@@ -473,7 +473,7 @@ export default [
"brief": "Culture X Al: Kan Tai Keung X AiDLab X HK Fashion Designers Show is finally here...",
"day": "17",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Culture-and-Future-Mode-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Culture-and-Future-Mode-300x200.jpg",
"aaurl": "https://code-create.com.hk/culture-x-al-2024-2025-culture-and-future-mode/"
},
{
@@ -482,7 +482,7 @@ export default [
"brief": "This international symposium will bring together the world's leading...",
"day": "17",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
"aaurl": "https://code-create.com.hk/fashion-x-ai-2022-2023-international-symposium/"
},
{
@@ -491,7 +491,7 @@ export default [
"brief": "The upcoming touring exhibitions feature a series of the latest...",
"day": "13",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
"aaurl": "https://code-create.com.hk/fashion-x-ai-2022-2023-touring-exhibitions/"
},
{
@@ -500,7 +500,7 @@ export default [
"brief": "Technology is playing an important role in the design...",
"day": "18",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/international_seminar_banner-300x210.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/international_seminar_banner-300x210.jpg",
"aaurl": "https://code-create.com.hk/international-seminar-on-ai-in-fashion-marketing-research/"
},
{
@@ -509,7 +509,7 @@ export default [
"brief": "AiDLab is honoured to hold the regions first programme...",
"day": "19",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
"aaurl": "https://code-create.com.hk/fashion-x-ai-2022-2023-international-salon/"
},
{
@@ -518,7 +518,7 @@ export default [
"brief": "Code Create has joint a seminar at CENTRESTAGE with AiDLab...",
"day": "20",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2022/11/centrestage_cover-1-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/centrestage_cover-1-300x150.jpg",
"aaurl": "https://code-create.com.hk/centrestage/"
}
]

View File

@@ -5,7 +5,7 @@ export default [
"brief": "很荣幸成为 阿里巴巴 JU...",
"day": "30",
"month": "1 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/Jumpstarter-horizontal-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/Jumpstarter-horizontal-300x169.jpg",
},
{
"id": 57,
@@ -13,7 +13,7 @@ export default [
"brief": "匠心精神,开启传统与科技时...",
"day": "09",
"month": "2 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-300x225.jpg",
},
{
"id": 56,
@@ -21,7 +21,7 @@ export default [
"brief": "等等AiDA 还能用来做...",
"day": "04",
"month": "3 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/IMG_4901-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/IMG_4901-300x200.jpg",
},
{
"id": 55,
@@ -29,7 +29,7 @@ export default [
"brief": "Code-Create V...",
"day": "20",
"month": "3 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/Code-Create-Limited-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/Code-Create-Limited-300x201.jpg",
},
{
"id": 54,
@@ -37,7 +37,7 @@ export default [
"brief": "2026 — 您的全球设计...",
"day": "22",
"month": "4 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/04/award_qrcode_en-240x300.gif",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/04/award_qrcode_en-240x300.gif",
},
{
"id": 53,
@@ -45,7 +45,7 @@ export default [
"brief": "AiDA上凤凰卫视了花絮...",
"day": "11",
"month": "5 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
},
{
"id": 52,
@@ -53,7 +53,7 @@ export default [
"brief": "Across Disciplines · Across BordersAiDA Makes Design Accessible to All   During a...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_4524-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_4524-300x225.jpeg",
},
{
"id": 51,
@@ -61,7 +61,7 @@ export default [
"brief": "Stepping into PolyU, Connecting the Future At Code-Create, weve always believed that education...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_7777-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_7777-300x200.jpg",
},
{
"id": 50,
@@ -69,7 +69,7 @@ export default [
"brief": "AiDA Empowering Fashion Design Education at HK SFU The Code-Create team recently visited...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_2710-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_2710-300x225.jpeg",
},
{
"id": 49,
@@ -77,7 +77,7 @@ export default [
"brief": "Where Fashion Leaders Meet | FAHK 2025 At Fashion Asia Hong Kong 2025,...",
"day": "18",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8466-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8466-300x225.jpeg",
},
{
"id": 48,
@@ -85,7 +85,7 @@ export default [
"brief": "AiDA × Hanyang UniversityA Deep Dive into AI-Driven Fashion Design PhD students from...",
"day": "01",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8320-1-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8320-1-300x225.jpeg",
},
{
"id": 47,
@@ -93,7 +93,7 @@ export default [
"brief": "Koreas Chonnam National University Is Using AiDA! Students and faculty from Chonnam National...",
"day": "21",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
},
{
"id": 46,
@@ -101,7 +101,7 @@ export default [
"brief": "When AI Meets Love | Fashion Knows No Age Code-Create and Caritas St. Joseph Secondary School joined hands to bring creativity into the community through AiDA. Students used AI to design personalized outfits for the elderly — each piece filled with warmth and heartfelt care. From classroom to runway, from inspiration to action, AI is more than a tool of innovation — its a force that connects people. The future of the future is being redefined by these young designers.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_5366-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_5366-300x225.jpeg",
},
{
"id": 45,
@@ -109,7 +109,7 @@ export default [
"brief": "Creator Shares AiDA Design Insights at University Lecture At Kyung Hee Universitys AI AnD Talk 2025 in Korea, designer Jae shared his unique experience using AiDA in fashion creation. He demonstrated how AiDA helps break creative boundaries, enabling a more open dialogue between technology and fashion. The talk not only offered cutting-edge insights into AI-driven fashion but also inspired students to reimagine the future of design education and creative practice.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/day01_0846-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/day01_0846-300x200.jpg",
},
{
"id": 44,
@@ -117,7 +117,7 @@ export default [
"brief": "Temasek Polytechnic Visits the Birthplace of AiDA A delegation of students and faculty from Temasek Polytechnic, Singapore visited AiDLab, the research and development hub behind AiDA. During the visit, guests experienced the newly upgraded AiDA 3.1, along with several of AiDLabs cutting-edge innovations — including 3D body scanning, digital human generation, and intelligent textile research, exploring how AI technology is reshaping the future of fashion design. 💡 To conclude the visit, Ms. Kim Wong, Founder of Code-Create, shared insights on AiDAs vision and future direction, inspiring engaging discussions among students and faculty. Looking ahead, we aim to collaborate with more...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_0154-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_0154-300x225.jpeg",
},
{
"id": 43,
@@ -125,7 +125,7 @@ export default [
"brief": "AiDA Powers Cultural AI Exhibition in Hong Kong! After nearly six months of collaboration, the Cultural AI project — powered by AiDA, our AI fashion design platform — has officially come to life in Hong Kong! In partnership with Temasek Polytechnic (Singapore), Hong Kong designers Elmer Ho and Liz Mak, and PhD researchers Zhu Jia Yu and Zhu Shu Min from PolyU, students explored how AiDA can transform cultural motifs into innovative fashion concepts and tangible designs. A big thank-you to everyone who joined the opening ceremony and to all our partners who made this milestone possible. Come visit the...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_4112-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_4112-300x225.jpeg",
},
{
"id": 42,
@@ -133,7 +133,7 @@ export default [
"brief": "KIFT Talk | Co-Creating Fashion with AiDA At the Korea International Fashion Tech (KIFT) event, Korean designer Jae shared insights on the collaboration between BESFXXK and AiDA.He showcased how multiple BESFXXK collections were created with the support of AiDA, using the AI assistant to quickly transform inspiration into innovative and diverse designs.The talk highlighted the boundless potential of AI and designers co-creating, offering a glimpse into the future of fashion design.",
"day": "30",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-3-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-3-300x225.jpg",
},
{
"id": 41,
@@ -141,23 +141,23 @@ export default [
"brief": "AiDA in the ClassroomGlobal Designer Shares AI × Fashion in Practice A special moment from Kyung Hee University in Korea Designer Jae (Creative Director of BESFXXK) introduced AiDA and its R&D team, AiDLab, while sharing Code-Creates vision for the integration of AI and the fashion ecosystem, as well as the applications of AI in fashion design. Through real case studies, he demonstrated how moodboards, prints, sketches, and final renderings can come together seamlessly, giving students a firsthand look at how AI enhances creativity.Its inspiring to see the next generation of designers engaging with AI × fashion, opening new possibilities for the future...",
"day": "26",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Cover-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Cover-300x225.jpg",
},
{
"id": 40,
"title": "AiDA | Cultural Motifs × AI Fashion Experiment",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"day": "23",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/promotional-video-cover-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/promotional-video-cover-300x169.jpg",
},
{
"id": 39,
"title": "From Sketch To GarmentMade Possible With AiDA",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"day": "16",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Video-cover-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Video-cover-225x300.jpeg",
},
{
"id": 38,
@@ -165,7 +165,7 @@ export default [
"brief": "AiDA 3.1 at Intertextile ShanghaiUpgraded Experience On-Site Code-Create proudly presented the newly upgraded AiDA 3.1 at Intertextile Shanghai! ✨📍 At our booth, AiDA attracted an overwhelming response — with designers, students, and industry professionals eager to experience the platform first-hand.Visitors explored the complete design workflow, from moodboards and prints to sketches and final product renderings, while discovering the exciting new features of AiDA 3.1:✨ Sharper, higher-resolution outputs✨ Canvas workspace & Advanced Tools✨ Transform design drafts into lifelike model photos with adjustable poses✨ New product video generation, making designs more dynamic and immersiveAiDA 3.1 not only speeds up the design process...",
"day": "09",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-1-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-1-300x225.jpg",
},
{
"id": 37,
@@ -173,7 +173,7 @@ export default [
"brief": "Live from Seoul | AiDA Booth is Buzzing! A quick share from Korea COEX, Seoul This time, Code-Create brought our AI fashion design platform AiDA to Korea, and the booth was packed with excitement! Designers, students, and industry friends all came to explore AiDA, and we also showcased real garments created with AiDA designs. Everyones big question: Can AI really help designers bring ideas to life faster?The answer is yes!AiDA works seamlessly with a designers creative flow—from moodboards to prints, sketches, and final renderings—step by step through the whole process. And the physical outfits on display were the best proof: AI-driven creativity...",
"day": "21",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
},
{
"id": 36,
@@ -181,7 +181,7 @@ export default [
"brief": "Preview in Seoul 2025 Code-Create is heading to Seoul!  Were excited to join Preview in Seoul 2025 next week, bringing AiDA — our AI-powered fashion design platform — to Korea for the very first time. Come visit our booth and see how AiDA supports designers from concept to creation, and how AI is shaping the future of fashion.  On 21 Aug, Code-Create founder & CEO Kim Wong, AiDLabs Prof. Calvin Wong and BESFXXK Creative Director Jae Lim in a special session discussing how human creativity and AI can work together to elevate the fashion industry. And dont miss our pitching...",
"day": "15",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/poster-213x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/poster-213x300.jpeg",
},
{
"id": 35,
@@ -189,7 +189,7 @@ export default [
"brief": "Code-Create x YaleWomen Hong Kong | AI × Fashion × Design On 30 July 2025, Code-Create Co-Founder & CEO Kim Wong was invited by YaleWomen Hong Kong to share her insights on the evolving intersection of fashion, AI, and entrepreneurship. Drawing on her extensive leadership experience at global fashion houses—including DFS USA, Lane Crawford, Burberry Asia, Brunello Cucinelli, and Versace Asia Pacific—Kim spoke about her journey from the fashion C-suite to academia, and now to the world of start-ups. She introduced AiDA 3.0, Code-Creates AI-powered interactive design assistant, developed by AiDLab in collaboration with The Hong Kong Polytechnic University and...",
"day": "30",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
},
{
"id": 34,
@@ -197,7 +197,7 @@ export default [
"brief": "When AI Becomes Your Creative Partner: AiDA with Creators Worldwide We are honored to support the 2025 SHE IS AI Fashion Awards as a proud partner—an international design competition centered on AI, fashion, and sustainable innovation.This prestigious event brings together designers and creatives from around the globe to explore AI as a “creative collaborator” across all stages of fashion design. Our AI platform, AiDA, serves as one of the key design tools, providing technical support to inspire and facilitate participants design development.From digital concepts to garment launches, and from virtual runways to global retail, every step of the design process...",
"day": "27",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
},
{
"id": 33,
@@ -205,7 +205,7 @@ export default [
"brief": "AiDA Makes a Splash at The Korean Society of Fashion Design At The Korean Society of Fashion Design, designer Jae introduced AiDA, an innovative design AI tool, to the audience. Jae detailed how AiDA leverages cutting-edge technology to boost design efficiency, saving designers time and allowing them to focus on creativity. Participants were impressed by AiDAs ability to provide unlimited creative inspiration. They believe it not only stimulates fresh design concepts but also assists designers in transcending conventional design boundaries to discover new possibilities. AiDAs powerful functions and potential excited everyone present and sparked intense discussion. AiDA is set to...",
"day": "25",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
},
{
"id": 32,
@@ -213,7 +213,7 @@ export default [
"brief": "A meaningful dialogue about AI and design inspiration unfolded at Shenzhen Convention Center, where AiDA connected with designers and brand founders from across China. What we shared:🔹 The complete AI workflow from fabric selection to pattern generation🔹 How AI tools deliver both efficiency gains and creative stimulation Though the exhibition has ended, the conversation about designs future continues. We extend our gratitude to:✓ Those who exchanged business cards with us✓ Everyone who waited in line to experience AiDA✓ Even those who simply glanced at our booth The story doesnt end here.Explore more real-world AiDA case studies on our page...",
"day": "11",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
},
{
"id": 31,
@@ -221,7 +221,7 @@ export default [
"brief": "Fashion Industry Hot Topic: Digital Innovation and AI Empowered Fashion Kim Wong, CEO of Code Create, was recently invited to the “Digital Innovation Workshop”. During her presentation, Ms. Kim Wong introduced AiDA, an AI powered design tool that is designer led. She elaborated on how fashion businesses can harness this innovative technology to drive innovation. With its cutting edge features, AiDA offers the fashion industry a more efficient and precise solution, enabling brands to stand out in the fiercely competitive market. In the roundtable discussion on “Avoiding Pitfalls in AI Implementation for the Consumer Goods Industry,”...",
"day": "17",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
},
{
"id": 30,
@@ -229,7 +229,7 @@ export default [
"brief": "URFresh Take on Fashion AI — AiDA Code Create was honored to visit URBAN REVIVO (UR), kicking off a great dialogue on fashion and AI. Thanks to Invest HK for introducing Code Create to UR. AiDA, the designer-led AI fashion design solution, amazed everyone. With advanced technology and designers ideas, it always brings new inspiration to the design teams fashion creation process, breaking through traditional design constraints and showing everyone the infinite possibilities of fashion design with AI assistance. As AiDA keeps updating, it will continue to shine in the fashion world, expand its fashion circle influence,...",
"day": "15",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
},
{
"id": 29,
@@ -237,7 +237,7 @@ export default [
"brief": "AiDAs Sustainable Design Innovation at Daegu Preview 2025 At the 23rd International Textile Fair In PREVIEW IN DAEGU 2025, Korean designer Jae held a sharing session themed “Pursuing zero-waste design through AI technology”. He emphasized that the AI design system —AiDA, with its powerful AI technology, is dedicated to optimizing the fashion design process. AiDA can save designers 60% of the time in the design phase and 20% in sampling, effectively reducing resource waste and driving the sustainable evolution of the fashion ecosystem.",
"day": "13",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
},
{
"id": 28,
@@ -245,7 +245,7 @@ export default [
"brief": "Congratulations to Code-Create for being named one of Hong Kongs Hottest Startups of 2025 Code-Create has made remarkable progress with its AI-powered design tool AiDA 3.0, which has transformed the fashion design process by offering quick and customizable collections while respecting the originality of artistic creation.. This recognition is a testament to the companys hard work, innovation, and potential in the fashion industry. Code-Create continue to push boundaries and shape the future of fashion design with its cutting-edge AI technology. https://hongkongbusiness.hk/markets-investing/exclusive/hong-kongs-hottest-startups-2025",
"day": "05",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/IMG_1749-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/IMG_1749-2-300x200.jpg",
},
{
"id": 27,
@@ -253,7 +253,7 @@ export default [
"brief": "AiDA Workshop at CBCC The AiDA workshop sparked great interest among teacher and students, who experienced AI innovation firsthand. As an advanced AI-powered design tool, AiDA offers flexible design adjustments, powerful AIGC functions, and the ability to generate 8 looks in seconds—providing a fresh solution for fashion design. This workshop not only deepened participants understanding of AiDAs design process but also demonstrated the powerful integration of education and AI technology, ushering in a new chapter in smart education.",
"day": "29",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
},
{
"id": 26,
@@ -261,7 +261,7 @@ export default [
"brief": "AI-Powered Design Curriculum: Pioneering Creativity in Fashion Education Creative Director of the Korean brand BESFXXK, Jae Hyuk Lim, partnered with Hongik University, Sejong University, and Paichai University to deliver innovative AiDA AI design courses. Through hands-on workshops, students gained practical experience in AI-assisted creation, blending cutting-edge fashion technology with academic learning to inspire innovation among Gen-Z designers. The curriculum covered AI applications in fashion design and explored how the AiDA system enhances design efficiency and creativity. Leveraging his industry expertise and academic background, Lim imparted cutting-edge fashion-tech knowledge, sparking students interest in the fusion of fashion and technology.",
"day": "20",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/IMG_1290-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/IMG_1290-300x169.jpg",
},
{
"id": 25,
@@ -269,7 +269,7 @@ export default [
"brief": "Code-Create x BIFU: Breakthrough in the AI Era Fashion brand BIFU, founded by designer Xing Chen, has significantly enhanced its design efficiency and streamlined its creative process through collaboration with Code-Create, leveraging AI design assistant AiDA. By integrating inputs such as mood boards, fabric prints, color palettes, and sketches, AiDA rapidly generates original designs, allowing designers to focus on core creative tasks while maintaining a deep exploration of brand culture and craftsmanship. Since its establishment in 2013, BIFU has drawn inspiration from traditional Chinese culture, combining it with modern design aesthetics to create high-end ready-to-wear and accessories for both men...",
"day": "16",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/coverpage-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/coverpage-213x300.jpg",
},
{
"id": 24,
@@ -277,7 +277,7 @@ export default [
"brief": "South Korean brand BESFXXK leveraged AiDA to create its 2025 FW ready-to-wear collection. By optimizing the design process, AiDA significantly improved efficiency, reducing the time required from concept development to final product visualization by 60%. This advancement enables designers to focus more intently on core creative tasks, maximizing their expertise while enhancing the quality of design outcomes. Additionally, it frees up resources to prioritize innovative exploration and deeper creative engagement.",
"day": "10",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
},
{
"id": 23,
@@ -285,7 +285,7 @@ export default [
"brief": "AiDA: Accelerating Fashion Design Efficiency by Over 60% Code-Creates Co-Founder and CEO, Kim Wong, was interviewed by Hong Kong Business, explaining how the AI design assistant is revolutionizing fashion design by merging technology with creativity to enhance designers workflow. AiDA helps boost efficiency during design process by integrating over 500,000 sketches and current trends, generating innovative designs from keywords or themes input by designers. Designers maintain creative control through real-time modifications, ensuring their unique vision is preserved. Rather than replacing designers, AiDA empowers them by boosting design efficiency, freeing up 60% of their time for creative work. Code-Create envisions revitalizing...",
"day": "08",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
},
{
"id": 22,
@@ -293,7 +293,7 @@ export default [
"brief": "Ms. Kim Wong Breaks Down How AI Is Reshaping Sustainable Fashion Code-Create CEO Ms. Kim was invited to deliver a captivating sharing on “Sustainable Fashion Innovation” to SFT students at The Hong Kong Polytechnic University. Drawing from the core principles of “sustainability” and “innovation,” Kim explored how the integration of technology and design can drive the fashion industry toward greener transformation. She highlighted Code-Creates AI-powered fashion design tool, AiDA, demonstrating how AI can optimize design processes, minimize resource waste, and unlock the tools potential in real-world applications. The class was very interactive, with students actively participating and showing lots of...",
"day": "01",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
},
{
"id": 21,
@@ -301,15 +301,15 @@ export default [
"brief": "The AiDA Workshop was successfully held in Shenzhen The AiDA SZ Workshop attracted a wide range of professionals from the fashion industry. The atmosphere at the event was highly engaging and inspiring. Participants, many of whom were experiencing AiDA for the first time, were extremely excited as they explored its features. Through hands-on experience, they truly felt the immense potential of AI in fashion, as if they had unlocked a whole new world of possibilities. Fashion design tasks that used to be difficult now became easily achievable with AiDA, unlocking new trends in just minutes. AiDA has undoubtedly become the...",
"day": "31",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
},
{
"id": 20,
"title": "AiDA X SFT Fashion AI Award Successfully Finished",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"day": "12",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/Image_20250507135632-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/Image_20250507135632-300x200.jpg",
},
{
"id": 19,
@@ -317,7 +317,7 @@ export default [
"brief": "Feminine Power: Ms. Kim Wongs Journey in Fashion and AI In a recent interview with the Hong Kong Ta Kung Pao, Ms. Kim shared her views and future expectations on AI fashion. With unique vision and courage, Kim moved from traditional fashion to AI fashion. As co-founder and CEO of Code Create, she is a key driver of the global fashion ecosystems transformation. Ms. Kim specially mentioned AiDA, the worlds first fashion AI solution led by designers original inspiration. AiDA enables designers to collaborate with AI to quickly create diverse original designs. It can shorten the design time from...",
"day": "07",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
},
{
"id": 18,
@@ -325,7 +325,7 @@ export default [
"brief": "Achieving Excellence in Design within an Hour! Students from PolyU School of Fashion and Textiles (SFT) delivered an impressive series of design works at the AiDA Workshop, all within a mere 60 minutes. AiDA has boosted design process efficiency by over 60%, enhancing overall design efficiency across the board. The newly upgraded AiDA has exceeded our expectations. This is more than just a tool upgrade—it represents a paradigm shift in design productivity.",
"day": "20",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
},
{
"id": 17,
@@ -333,7 +333,7 @@ export default [
"brief": "Brainstorm with AI Students from Caritas St. Joseph Secondary School in Hong Kong recently embarked on an AI-powered design adventure with the designer-led AI tool “AiDA.” Excitement filled the air as students eagerly engaged with the tool, quickly mastering its functions under guidance. They transformed their imaginative ideas into stunning designs, demonstrating remarkable learning ability and creative potential in the realm of AI.During the event, students experienced the three core strengths of AiDA: creativity, efficiency, and sustainability. AiDA can instantly convert text descriptions into eye-catching designs, and designers can easily edit and adjust styles to optimize their creations. This significantly...",
"day": "19",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
},
{
"id": 16,
@@ -341,7 +341,7 @@ export default [
"brief": "CEO of Code-Create Kim Wongs Inspiring Talk at Henrietta Secondary School — You can chase your dreams at any age! At Henrietta Secondary School, Code-Creates CEO, Ms. Kim Wong brought a truly enriching sharing session to the students. She opened up to the students, presenting her extraordinary life story. From the initial sprouting of dreams to now standing at the forefront of fashion and technology, her journey unfolds like an inspiring movie, moving every student present.  One of the highlights of Ms. Kim Wongs talk was AiDA, the worlds first designer-led AI design tool. The tools straightforward design process and...",
"day": "06",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
},
{
"id": 15,
@@ -349,7 +349,7 @@ export default [
"brief": "Announcing the Finalists for AiDA Fashion AI Award! We are thrilled to announce the top 10 finalists!!! These talented individuals have showcased exceptional creativity and innovation in fashion design and will use AiDA to create their collections. Here are the finalists: Yuzhi Lai Yan Chi Kwan, Jimmy Cheung Tsz Ching, Bobo Nina Waszak WOO SIN YU, Lia Yiu Ching Yau, Emma YAU KA HEI Xu Lulu Kock Man Yan XIEYAUKIT Congratulations to all the finalists! We look forward to an exciting competition and wish each of finalists the best of luck!",
"day": "30",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/finalists-225x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/finalists-225x300.jpg",
},
{
"id": 14,
@@ -357,7 +357,7 @@ export default [
"brief": "【2024 FABI KOREA Conference】Revolutionizing Fashion Design with AiDA At the 2024 FABI Conference, AiDA, an AI solution for fashion design, was the star of the show. Kim Wong, CEO of Code-Create, delivered a powerful presentation highlighted AiDAs transformative impact on the fashion industry.  The enthusiastic reception at the conference confirmed AiDAs popularity and its pivotal role in the future of fashion, where AI meets creativity to redefine the industrys standards. The 2024 FABI Conference was more than just an event, it was a platform for showcasing the future of fashion. AiDAs presence there was a clear indication of the direction the...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
},
{
"id": 13,
@@ -365,7 +365,7 @@ export default [
"brief": "Code-Creates CEO Kim Wong Honored with Best Paper Award at 2024 International Fashion Conference We are thrilled to celebrate the CEO of Code-Create, Kim Wongs outstanding achievement at the 2024 International Conference hosted by the Korean Society of Fashion Business! Kim was honored with the Best Paper Award for her compelling presentation, “Revitalize Fashion Ecosystem through AI Future of fashion design process.” This presentation showcased the transformative power of AiDA, Code-Creates designer-led AI tool, which is redefining the fashion design process by providing a platform that understands and enhances the creative vision of its users.  This recognition is a...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/IMG_8903-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/IMG_8903-300x225.jpg",
},
{
"id": 12,
@@ -373,15 +373,15 @@ export default [
"brief": "Hanyang University Meets AiDA: A Fusion of Creativity and Technology During this workshop, we led the faculty and students of Hanyang University on an exploration of the mysteries of AI, experiencing the interaction with the design assistant AiDA. Everyone were truly amazed by AiDAs unexpected creativity and the dynamic interactions it facilitated. The students works revealed new trends in the fashion world.  We look forward to more exchanges and cooperation with Hanyang University in the future. Lets all anticipate our next gathering!",
"day": "28",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
},
{
"id": 11,
"title": "AiDA Workshop",
"brief": "https://code-create.com.hk/wp-content/uploads/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
},
{
"id": 10,
@@ -389,7 +389,7 @@ export default [
"brief": "AiDA X SFT AI Fashion Award 2024 With the aim of inspiring students to innovate in fashion design using AI, Code-Create and The Hong Kong Polytechnic University School of Fashion and Textiles (SFT) have jointly launched the AiDA X SFT AI Fashion Award 2024. This competition provides students with valuable practical AiDA experience, laying the foundation for the future fashion design industry and positioning them as pioneers in AI fashion.The competition is open to all SFT students, with the winners having the chance to win cash prizes (up to 20,000 HKD), internship opportunity at BESFXXK (will work with the renowned...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/3611731651515_.pic_hd-225x300.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/3611731651515_.pic_hd-225x300.png",
},
{
"id": 9,
@@ -397,7 +397,7 @@ export default [
"brief": "At CentreStage, AiDA has captured the attention of many professionals from the fashion industry...",
"day": "03",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/CentreStage-2024-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/CentreStage-2024-300x200.jpg",
},
{
"id": 8,
@@ -405,7 +405,7 @@ export default [
"brief": "The innovative AI fashion design platform AiDA, is leading the fashion industry into a new phase of digital transformation. Code-Create announced yesterday that it has secured strategic ...",
"day": "02",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
},
{
"id": 7,
@@ -413,7 +413,7 @@ export default [
"brief": "In Paris, the \"Culture X AI 2024-2025\" event was meticulously planned by the Laboratory for Artificial Intelligence in Design(AiDLab)...",
"day": "06",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
},
{
"id": 6,
@@ -421,7 +421,7 @@ export default [
"brief": "Culture X Al: Kan Tai Keung X AiDLab X HK Fashion Designers Show is finally here...",
"day": "17",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Culture-and-Future-Mode-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Culture-and-Future-Mode-300x200.jpg",
},
{
"id": 5,
@@ -429,7 +429,7 @@ export default [
"brief": "This international symposium will bring together the world's leading...",
"day": "17",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
},
{
"id": 4,
@@ -437,7 +437,7 @@ export default [
"brief": "The upcoming touring exhibitions feature a series of the latest...",
"day": "13",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
},
{
"id": 3,
@@ -445,7 +445,7 @@ export default [
"brief": "Technology is playing an important role in the design...",
"day": "18",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/international_seminar_banner-300x210.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/international_seminar_banner-300x210.jpg",
},
{
"id": 2,
@@ -453,7 +453,7 @@ export default [
"brief": "AiDLab is honoured to hold the regions first programme...",
"day": "19",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
},
{
"id": 1,
@@ -461,6 +461,6 @@ export default [
"brief": "Code Create has joint a seminar at CENTRESTAGE with AiDLab...",
"day": "20",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2022/11/centrestage_cover-1-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/centrestage_cover-1-300x150.jpg",
}
]

View File

@@ -5,7 +5,7 @@ export default [
"brief": "很榮幸成為 阿里巴巴 JU...",
"day": "30",
"month": "1 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/Jumpstarter-horizontal-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/Jumpstarter-horizontal-300x169.jpg",
},
{
"id": 57,
@@ -13,7 +13,7 @@ export default [
"brief": "匠心精神,開啟傳統與科技時...",
"day": "09",
"month": "2 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/02/%E5%BE%AE%E4%BF%A1%E5%9C%96%E7%89%87_2026-02-02_121646_493-300x225.jpg",
},
{
"id": 55,
@@ -21,7 +21,7 @@ export default [
"brief": "等等AiDA 還能用來做...",
"day": "04",
"month": "3 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/IMG_4901-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/IMG_4901-300x200.jpg",
},
{
"id": 56,
@@ -29,7 +29,7 @@ export default [
"brief": "Code-Create 榮...",
"day": "20",
"month": "3 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/03/Code-Create-Limited-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/Code-Create-Limited-300x201.jpg",
},
{
"id": 54,
@@ -37,7 +37,7 @@ export default [
"brief": "2026 — 您的全球設計...",
"day": "22",
"month": "4 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/04/award_qrcode_en-240x300.gif",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/04/award_qrcode_en-240x300.gif",
},
{
"id": 53,
@@ -45,7 +45,7 @@ export default [
"brief": "AiDA 上鳳凰衛視了! ...",
"day": "11",
"month": "5 月",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/05/45e19bf9012eac5071ace52896e4f53f-300x166.png",
},
{
"id": 52,
@@ -53,7 +53,7 @@ export default [
"brief": "Across Disciplines · Across BordersAiDA Makes Design Accessible to All   During a...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_4524-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_4524-300x225.jpeg",
},
{
"id": 51,
@@ -61,7 +61,7 @@ export default [
"brief": "Stepping into PolyU, Connecting the Future At Code-Create, weve always believed that education...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_7777-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_7777-300x200.jpg",
},
{
"id": 50,
@@ -69,7 +69,7 @@ export default [
"brief": "AiDA Empowering Fashion Design Education at HK SFU The Code-Create team recently visited...",
"day": "28",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2026/01/IMG_2710-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/01/IMG_2710-300x225.jpeg",
},
{
"id": 49,
@@ -77,7 +77,7 @@ export default [
"brief": "Where Fashion Leaders Meet | FAHK 2025 At Fashion Asia Hong Kong 2025,...",
"day": "18",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8466-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8466-300x225.jpeg",
},
{
"id": 48,
@@ -85,7 +85,7 @@ export default [
"brief": "AiDA × Hanyang UniversityA Deep Dive into AI-Driven Fashion Design PhD students from...",
"day": "01",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/12/IMG_8320-1-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/12/IMG_8320-1-300x225.jpeg",
},
{
"id": 47,
@@ -93,7 +93,7 @@ export default [
"brief": "Koreas Chonnam National University Is Using AiDA! Students and faculty from Chonnam National...",
"day": "21",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_7909-scaled-e1763695571462-300x188.jpeg",
},
{
"id": 46,
@@ -101,7 +101,7 @@ export default [
"brief": "When AI Meets Love | Fashion Knows No Age Code-Create and Caritas St. Joseph Secondary School joined hands to bring creativity into the community through AiDA. Students used AI to design personalized outfits for the elderly — each piece filled with warmth and heartfelt care. From classroom to runway, from inspiration to action, AI is more than a tool of innovation — its a force that connects people. The future of the future is being redefined by these young designers.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_5366-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_5366-300x225.jpeg",
},
{
"id": 45,
@@ -109,7 +109,7 @@ export default [
"brief": "Creator Shares AiDA Design Insights at University Lecture At Kyung Hee Universitys AI AnD Talk 2025 in Korea, designer Jae shared his unique experience using AiDA in fashion creation. He demonstrated how AiDA helps break creative boundaries, enabling a more open dialogue between technology and fashion. The talk not only offered cutting-edge insights into AI-driven fashion but also inspired students to reimagine the future of design education and creative practice.",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/day01_0846-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/day01_0846-300x200.jpg",
},
{
"id": 44,
@@ -117,7 +117,7 @@ export default [
"brief": "Temasek Polytechnic Visits the Birthplace of AiDA A delegation of students and faculty from Temasek Polytechnic, Singapore visited AiDLab, the research and development hub behind AiDA. During the visit, guests experienced the newly upgraded AiDA 3.1, along with several of AiDLabs cutting-edge innovations — including 3D body scanning, digital human generation, and intelligent textile research, exploring how AI technology is reshaping the future of fashion design. 💡 To conclude the visit, Ms. Kim Wong, Founder of Code-Create, shared insights on AiDAs vision and future direction, inspiring engaging discussions among students and faculty. Looking ahead, we aim to collaborate with more...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_0154-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_0154-300x225.jpeg",
},
{
"id": 43,
@@ -125,7 +125,7 @@ export default [
"brief": "AiDA Powers Cultural AI Exhibition in Hong Kong! After nearly six months of collaboration, the Cultural AI project — powered by AiDA, our AI fashion design platform — has officially come to life in Hong Kong! In partnership with Temasek Polytechnic (Singapore), Hong Kong designers Elmer Ho and Liz Mak, and PhD researchers Zhu Jia Yu and Zhu Shu Min from PolyU, students explored how AiDA can transform cultural motifs into innovative fashion concepts and tangible designs. A big thank-you to everyone who joined the opening ceremony and to all our partners who made this milestone possible. Come visit the...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/11/IMG_4112-300x225.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/11/IMG_4112-300x225.jpeg",
},
{
"id": 42,
@@ -133,7 +133,7 @@ export default [
"brief": "KIFT Talk | Co-Creating Fashion with AiDA At the Korea International Fashion Tech (KIFT) event, Korean designer Jae shared insights on the collaboration between BESFXXK and AiDA.He showcased how multiple BESFXXK collections were created with the support of AiDA, using the AI assistant to quickly transform inspiration into innovative and diverse designs.The talk highlighted the boundless potential of AI and designers co-creating, offering a glimpse into the future of fashion design.",
"day": "30",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-3-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-3-300x225.jpg",
},
{
"id": 41,
@@ -141,23 +141,23 @@ export default [
"brief": "AiDA in the ClassroomGlobal Designer Shares AI × Fashion in Practice A special moment from Kyung Hee University in Korea Designer Jae (Creative Director of BESFXXK) introduced AiDA and its R&D team, AiDLab, while sharing Code-Creates vision for the integration of AI and the fashion ecosystem, as well as the applications of AI in fashion design. Through real case studies, he demonstrated how moodboards, prints, sketches, and final renderings can come together seamlessly, giving students a firsthand look at how AI enhances creativity.Its inspiring to see the next generation of designers engaging with AI × fashion, opening new possibilities for the future...",
"day": "26",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Cover-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Cover-300x225.jpg",
},
{
"id": 40,
"title": "AiDA | Cultural Motifs × AI Fashion Experiment",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/250916-promotional-video.mp4 AiDA | Cultural Motifs × AI Fashion Experiment AiDA has teamed up with Singapores Temasek Polytechnic to launch a fashion project inspired by cultural motifs. Led by two experienced Hong Kong designers and PhD researchers from PolyU, students are guided to use the AiDA to transform cross-cultural elements into complete fashion collections.Through discussion and creation, AiDA makes ideas come to life faster and design more intuitively and efficiently. We cant wait to see how young designers showcase global perspectives and cultural creativity with the power of AI! ",
"day": "23",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/promotional-video-cover-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/promotional-video-cover-300x169.jpg",
},
{
"id": 39,
"title": "From Sketch To GarmentMade Possible With AiDA",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/英-Intertextile-SH.mov From Sketch to GarmentMade Possible with AiDA Designs generated with AiDA 3.1 have now been transformed into real garments. The future of fashion is right before your eyes. ",
"day": "16",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/Video-cover-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/Video-cover-225x300.jpeg",
},
{
"id": 38,
@@ -165,7 +165,7 @@ export default [
"brief": "AiDA 3.1 at Intertextile ShanghaiUpgraded Experience On-Site Code-Create proudly presented the newly upgraded AiDA 3.1 at Intertextile Shanghai! ✨📍 At our booth, AiDA attracted an overwhelming response — with designers, students, and industry professionals eager to experience the platform first-hand.Visitors explored the complete design workflow, from moodboards and prints to sketches and final product renderings, while discovering the exciting new features of AiDA 3.1:✨ Sharper, higher-resolution outputs✨ Canvas workspace & Advanced Tools✨ Transform design drafts into lifelike model photos with adjustable poses✨ New product video generation, making designs more dynamic and immersiveAiDA 3.1 not only speeds up the design process...",
"day": "09",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/09/cover-1-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/09/cover-1-300x225.jpg",
},
{
"id": 37,
@@ -173,7 +173,7 @@ export default [
"brief": "Live from Seoul | AiDA Booth is Buzzing! A quick share from Korea COEX, Seoul This time, Code-Create brought our AI fashion design platform AiDA to Korea, and the booth was packed with excitement! Designers, students, and industry friends all came to explore AiDA, and we also showcased real garments created with AiDA designs. Everyones big question: Can AI really help designers bring ideas to life faster?The answer is yes!AiDA works seamlessly with a designers creative flow—from moodboards to prints, sketches, and final renderings—step by step through the whole process. And the physical outfits on display were the best proof: AI-driven creativity...",
"day": "21",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-Image-2025-08-20-at-15.21.45-225x300.jpeg",
},
{
"id": 36,
@@ -181,7 +181,7 @@ export default [
"brief": "Preview in Seoul 2025 Code-Create is heading to Seoul!  Were excited to join Preview in Seoul 2025 next week, bringing AiDA — our AI-powered fashion design platform — to Korea for the very first time. Come visit our booth and see how AiDA supports designers from concept to creation, and how AI is shaping the future of fashion.  On 21 Aug, Code-Create founder & CEO Kim Wong, AiDLabs Prof. Calvin Wong and BESFXXK Creative Director Jae Lim in a special session discussing how human creativity and AI can work together to elevate the fashion industry. And dont miss our pitching...",
"day": "15",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/poster-213x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/poster-213x300.jpeg",
},
{
"id": 35,
@@ -189,7 +189,7 @@ export default [
"brief": "Code-Create x YaleWomen Hong Kong | AI × Fashion × Design On 30 July 2025, Code-Create Co-Founder & CEO Kim Wong was invited by YaleWomen Hong Kong to share her insights on the evolving intersection of fashion, AI, and entrepreneurship. Drawing on her extensive leadership experience at global fashion houses—including DFS USA, Lane Crawford, Burberry Asia, Brunello Cucinelli, and Versace Asia Pacific—Kim spoke about her journey from the fashion C-suite to academia, and now to the world of start-ups. She introduced AiDA 3.0, Code-Creates AI-powered interactive design assistant, developed by AiDLab in collaboration with The Hong Kong Polytechnic University and...",
"day": "30",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/08/WhatsApp-%E5%9C%96%E7%89%872025-08-0511.57.53_77f970a9-300x261.jpg",
},
{
"id": 34,
@@ -197,7 +197,7 @@ export default [
"brief": "When AI Becomes Your Creative Partner: AiDA with Creators Worldwide We are honored to support the 2025 SHE IS AI Fashion Awards as a proud partner—an international design competition centered on AI, fashion, and sustainable innovation.This prestigious event brings together designers and creatives from around the globe to explore AI as a “creative collaborator” across all stages of fashion design. Our AI platform, AiDA, serves as one of the key design tools, providing technical support to inspire and facilitate participants design development.From digital concepts to garment launches, and from virtual runways to global retail, every step of the design process...",
"day": "27",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/WhatsApp-Image-2025-06-24-at-10.14.51_e49379ab-300x169.jpg",
},
{
"id": 33,
@@ -205,7 +205,7 @@ export default [
"brief": "AiDA Makes a Splash at The Korean Society of Fashion Design At The Korean Society of Fashion Design, designer Jae introduced AiDA, an innovative design AI tool, to the audience. Jae detailed how AiDA leverages cutting-edge technology to boost design efficiency, saving designers time and allowing them to focus on creativity. Participants were impressed by AiDAs ability to provide unlimited creative inspiration. They believe it not only stimulates fresh design concepts but also assists designers in transcending conventional design boundaries to discover new possibilities. AiDAs powerful functions and potential excited everyone present and sparked intense discussion. AiDA is set to...",
"day": "25",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
},
{
"id": 32,
@@ -213,7 +213,7 @@ export default [
"brief": "A meaningful dialogue about AI and design inspiration unfolded at Shenzhen Convention Center, where AiDA connected with designers and brand founders from across China. What we shared:🔹 The complete AI workflow from fabric selection to pattern generation🔹 How AI tools deliver both efficiency gains and creative stimulation Though the exhibition has ended, the conversation about designs future continues. We extend our gratitude to:✓ Those who exchanged business cards with us✓ Everyone who waited in line to experience AiDA✓ Even those who simply glanced at our booth The story doesnt end here.Explore more real-world AiDA case studies on our page...",
"day": "11",
"month": "Jun",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/06/%E5%B0%81%E9%9D%A2-300x200.jpg",
},
{
"id": 31,
@@ -221,7 +221,7 @@ export default [
"brief": "Fashion Industry Hot Topic: Digital Innovation and AI Empowered Fashion Kim Wong, CEO of Code Create, was recently invited to the “Digital Innovation Workshop”. During her presentation, Ms. Kim Wong introduced AiDA, an AI powered design tool that is designer led. She elaborated on how fashion businesses can harness this innovative technology to drive innovation. With its cutting edge features, AiDA offers the fashion industry a more efficient and precise solution, enabling brands to stand out in the fiercely competitive market. In the roundtable discussion on “Avoiding Pitfalls in AI Implementation for the Consumer Goods Industry,”...",
"day": "17",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
},
{
"id": 30,
@@ -229,7 +229,7 @@ export default [
"brief": "URFresh Take on Fashion AI — AiDA Code Create was honored to visit URBAN REVIVO (UR), kicking off a great dialogue on fashion and AI. Thanks to Invest HK for introducing Code Create to UR. AiDA, the designer-led AI fashion design solution, amazed everyone. With advanced technology and designers ideas, it always brings new inspiration to the design teams fashion creation process, breaking through traditional design constraints and showing everyone the infinite possibilities of fashion design with AI assistance. As AiDA keeps updating, it will continue to shine in the fashion world, expand its fashion circle influence,...",
"day": "15",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-2-300x200.jpg",
},
{
"id": 29,
@@ -237,7 +237,7 @@ export default [
"brief": "AiDAs Sustainable Design Innovation at Daegu Preview 2025 At the 23rd International Textile Fair In PREVIEW IN DAEGU 2025, Korean designer Jae held a sharing session themed “Pursuing zero-waste design through AI technology”. He emphasized that the AI design system —AiDA, with its powerful AI technology, is dedicated to optimizing the fashion design process. AiDA can save designers 60% of the time in the design phase and 20% in sampling, effectively reducing resource waste and driving the sustainable evolution of the fashion ecosystem.",
"day": "13",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/%E5%B0%81%E9%9D%A2-300x200.jpg",
},
{
"id": 28,
@@ -245,7 +245,7 @@ export default [
"brief": "Congratulations to Code-Create for being named one of Hong Kongs Hottest Startups of 2025 Code-Create has made remarkable progress with its AI-powered design tool AiDA 3.0, which has transformed the fashion design process by offering quick and customizable collections while respecting the originality of artistic creation.. This recognition is a testament to the companys hard work, innovation, and potential in the fashion industry. Code-Create continue to push boundaries and shape the future of fashion design with its cutting-edge AI technology. https://hongkongbusiness.hk/markets-investing/exclusive/hong-kongs-hottest-startups-2025",
"day": "05",
"month": "May",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/05/IMG_1749-2-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/05/IMG_1749-2-300x200.jpg",
},
{
"id": 27,
@@ -253,7 +253,7 @@ export default [
"brief": "AiDA Workshop at CBCC The AiDA workshop sparked great interest among teacher and students, who experienced AI innovation firsthand. As an advanced AI-powered design tool, AiDA offers flexible design adjustments, powerful AIGC functions, and the ability to generate 8 looks in seconds—providing a fresh solution for fashion design. This workshop not only deepened participants understanding of AiDAs design process but also demonstrated the powerful integration of education and AI technology, ushering in a new chapter in smart education.",
"day": "29",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-3-300x200.jpg",
},
{
"id": 26,
@@ -261,7 +261,7 @@ export default [
"brief": "AI-Powered Design Curriculum: Pioneering Creativity in Fashion Education Creative Director of the Korean brand BESFXXK, Jae Hyuk Lim, partnered with Hongik University, Sejong University, and Paichai University to deliver innovative AiDA AI design courses. Through hands-on workshops, students gained practical experience in AI-assisted creation, blending cutting-edge fashion technology with academic learning to inspire innovation among Gen-Z designers. The curriculum covered AI applications in fashion design and explored how the AiDA system enhances design efficiency and creativity. Leveraging his industry expertise and academic background, Lim imparted cutting-edge fashion-tech knowledge, sparking students interest in the fusion of fashion and technology.",
"day": "20",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/IMG_1290-300x169.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/IMG_1290-300x169.jpg",
},
{
"id": 25,
@@ -269,7 +269,7 @@ export default [
"brief": "Code-Create x BIFU: Breakthrough in the AI Era Fashion brand BIFU, founded by designer Xing Chen, has significantly enhanced its design efficiency and streamlined its creative process through collaboration with Code-Create, leveraging AI design assistant AiDA. By integrating inputs such as mood boards, fabric prints, color palettes, and sketches, AiDA rapidly generates original designs, allowing designers to focus on core creative tasks while maintaining a deep exploration of brand culture and craftsmanship. Since its establishment in 2013, BIFU has drawn inspiration from traditional Chinese culture, combining it with modern design aesthetics to create high-end ready-to-wear and accessories for both men...",
"day": "16",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/coverpage-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/coverpage-213x300.jpg",
},
{
"id": 24,
@@ -277,7 +277,7 @@ export default [
"brief": "South Korean brand BESFXXK leveraged AiDA to create its 2025 FW ready-to-wear collection. By optimizing the design process, AiDA significantly improved efficiency, reducing the time required from concept development to final product visualization by 60%. This advancement enables designers to focus more intently on core creative tasks, maximizing their expertise while enhancing the quality of design outcomes. Additionally, it frees up resources to prioritize innovative exploration and deeper creative engagement.",
"day": "10",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-214x300.jpeg",
},
{
"id": 23,
@@ -285,7 +285,7 @@ export default [
"brief": "AiDA: Accelerating Fashion Design Efficiency by Over 60% Code-Creates Co-Founder and CEO, Kim Wong, was interviewed by Hong Kong Business, explaining how the AI design assistant is revolutionizing fashion design by merging technology with creativity to enhance designers workflow. AiDA helps boost efficiency during design process by integrating over 500,000 sketches and current trends, generating innovative designs from keywords or themes input by designers. Designers maintain creative control through real-time modifications, ensuring their unique vision is preserved. Rather than replacing designers, AiDA empowers them by boosting design efficiency, freeing up 60% of their time for creative work. Code-Create envisions revitalizing...",
"day": "08",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/WhatsApp-Image-2025-04-08-at-16.38.52_d42c070c-213x300.jpg",
},
{
"id": 22,
@@ -293,7 +293,7 @@ export default [
"brief": "Ms. Kim Wong Breaks Down How AI Is Reshaping Sustainable Fashion Code-Create CEO Ms. Kim was invited to deliver a captivating sharing on “Sustainable Fashion Innovation” to SFT students at The Hong Kong Polytechnic University. Drawing from the core principles of “sustainability” and “innovation,” Kim explored how the integration of technology and design can drive the fashion industry toward greener transformation. She highlighted Code-Creates AI-powered fashion design tool, AiDA, demonstrating how AI can optimize design processes, minimize resource waste, and unlock the tools potential in real-world applications. The class was very interactive, with students actively participating and showing lots of...",
"day": "01",
"month": "Apr",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-2-300x158.jpg",
},
{
"id": 21,
@@ -301,15 +301,15 @@ export default [
"brief": "The AiDA Workshop was successfully held in Shenzhen The AiDA SZ Workshop attracted a wide range of professionals from the fashion industry. The atmosphere at the event was highly engaging and inspiring. Participants, many of whom were experiencing AiDA for the first time, were extremely excited as they explored its features. Through hands-on experience, they truly felt the immense potential of AI in fashion, as if they had unlocked a whole new world of possibilities. Fashion design tasks that used to be difficult now became easily achievable with AiDA, unlocking new trends in just minutes. AiDA has undoubtedly become the...",
"day": "31",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/%E5%B0%81%E9%9D%A2-1-300x200.jpg",
},
{
"id": 20,
"title": "AiDA X SFT Fashion AI Award Successfully Finished",
"brief": "https://code-create.com.hk/wp-content/uploads/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/0310-video-for-ceremony.mp4 AiDA x SFT Fashion AI Award Successfully Finished In the fast-paced world of fashion, innovation remains the driving force of progress. The recent conclusion of the AiDA x SFT Fashion AI Competition marks a key step in the industrys digital transformation. The event drew talented students from Hong Kong Polytechnic University SFT students, who skillfully used AiDA throughout their creative process to deliver stunning creations. More than just clothing displays, these works represent the fusion of fashion and AI, pointing to the future of the industry. Award Winners:Grand Prize: Nina WaszakRunners-up: Kock Man Yan, Yuzhi Lai We believe AI-powered...",
"day": "12",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/Image_20250507135632-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/Image_20250507135632-300x200.jpg",
},
{
"id": 19,
@@ -317,7 +317,7 @@ export default [
"brief": "Feminine Power: Ms. Kim Wongs Journey in Fashion and AI In a recent interview with the Hong Kong Ta Kung Pao, Ms. Kim shared her views and future expectations on AI fashion. With unique vision and courage, Kim moved from traditional fashion to AI fashion. As co-founder and CEO of Code Create, she is a key driver of the global fashion ecosystems transformation. Ms. Kim specially mentioned AiDA, the worlds first fashion AI solution led by designers original inspiration. AiDA enables designers to collaborate with AI to quickly create diverse original designs. It can shorten the design time from...",
"day": "07",
"month": "Mar",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/WhatsApp-Image-2025-03-11-at-16.20.13_44e39cfe-181x300.jpg",
},
{
"id": 18,
@@ -325,7 +325,7 @@ export default [
"brief": "Achieving Excellence in Design within an Hour! Students from PolyU School of Fashion and Textiles (SFT) delivered an impressive series of design works at the AiDA Workshop, all within a mere 60 minutes. AiDA has boosted design process efficiency by over 60%, enhancing overall design efficiency across the board. The newly upgraded AiDA has exceeded our expectations. This is more than just a tool upgrade—it represents a paradigm shift in design productivity.",
"day": "20",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250303200046-212x300.jpg",
},
{
"id": 17,
@@ -333,7 +333,7 @@ export default [
"brief": "Brainstorm with AI Students from Caritas St. Joseph Secondary School in Hong Kong recently embarked on an AI-powered design adventure with the designer-led AI tool “AiDA.” Excitement filled the air as students eagerly engaged with the tool, quickly mastering its functions under guidance. They transformed their imaginative ideas into stunning designs, demonstrating remarkable learning ability and creative potential in the realm of AI.During the event, students experienced the three core strengths of AiDA: creativity, efficiency, and sustainability. AiDA can instantly convert text descriptions into eye-catching designs, and designers can easily edit and adjust styles to optimize their creations. This significantly...",
"day": "19",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/03/%E5%9C%96%E7%89%87_20250228085345-300x225.jpg",
},
{
"id": 16,
@@ -341,7 +341,7 @@ export default [
"brief": "CEO of Code-Create Kim Wongs Inspiring Talk at Henrietta Secondary School — You can chase your dreams at any age! At Henrietta Secondary School, Code-Creates CEO, Ms. Kim Wong brought a truly enriching sharing session to the students. She opened up to the students, presenting her extraordinary life story. From the initial sprouting of dreams to now standing at the forefront of fashion and technology, her journey unfolds like an inspiring movie, moving every student present.  One of the highlights of Ms. Kim Wongs talk was AiDA, the worlds first designer-led AI design tool. The tools straightforward design process and...",
"day": "06",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/01/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
},
{
"id": 15,
@@ -349,7 +349,7 @@ export default [
"brief": "Announcing the Finalists for AiDA Fashion AI Award! We are thrilled to announce the top 10 finalists!!! These talented individuals have showcased exceptional creativity and innovation in fashion design and will use AiDA to create their collections. Here are the finalists: Yuzhi Lai Yan Chi Kwan, Jimmy Cheung Tsz Ching, Bobo Nina Waszak WOO SIN YU, Lia Yiu Ching Yau, Emma YAU KA HEI Xu Lulu Kock Man Yan XIEYAUKIT Congratulations to all the finalists! We look forward to an exciting competition and wish each of finalists the best of luck!",
"day": "30",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/finalists-225x300.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/finalists-225x300.jpg",
},
{
"id": 14,
@@ -357,7 +357,7 @@ export default [
"brief": "【2024 FABI KOREA Conference】Revolutionizing Fashion Design with AiDA At the 2024 FABI Conference, AiDA, an AI solution for fashion design, was the star of the show. Kim Wong, CEO of Code-Create, delivered a powerful presentation highlighted AiDAs transformative impact on the fashion industry.  The enthusiastic reception at the conference confirmed AiDAs popularity and its pivotal role in the future of fashion, where AI meets creativity to redefine the industrys standards. The 2024 FABI Conference was more than just an event, it was a platform for showcasing the future of fashion. AiDAs presence there was a clear indication of the direction the...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E5%B0%81%E9%9D%A2-300x225.jpg",
},
{
"id": 13,
@@ -365,7 +365,7 @@ export default [
"brief": "Code-Creates CEO Kim Wong Honored with Best Paper Award at 2024 International Fashion Conference We are thrilled to celebrate the CEO of Code-Create, Kim Wongs outstanding achievement at the 2024 International Conference hosted by the Korean Society of Fashion Business! Kim was honored with the Best Paper Award for her compelling presentation, “Revitalize Fashion Ecosystem through AI Future of fashion design process.” This presentation showcased the transformative power of AiDA, Code-Creates designer-led AI tool, which is redefining the fashion design process by providing a platform that understands and enhances the creative vision of its users.  This recognition is a...",
"day": "07",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/IMG_8903-300x225.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/IMG_8903-300x225.jpg",
},
{
"id": 12,
@@ -373,15 +373,15 @@ export default [
"brief": "Hanyang University Meets AiDA: A Fusion of Creativity and Technology During this workshop, we led the faculty and students of Hanyang University on an exploration of the mysteries of AI, experiencing the interaction with the design assistant AiDA. Everyone were truly amazed by AiDAs unexpected creativity and the dynamic interactions it facilitated. The students works revealed new trends in the fashion world.  We look forward to more exchanges and cooperation with Hanyang University in the future. Lets all anticipate our next gathering!",
"day": "28",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/12/%E6%92%A0%EE%BC%BF%EE%B2%84-300x200.jpg",
},
{
"id": 11,
"title": "AiDA Workshop",
"brief": "https://code-create.com.hk/wp-content/uploads/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"brief": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/AiDA-X-RCA-workshop-1.mov Despite the typhoon, our enthusiasm couldnt be dampened! The event was a massive success, filled with engagement, interaction, and valuable insights! Deep appreciation goes to the distinguished speakers and coaches:Prof. Calvin Wong, CEO of AiDLab & Co-founder of Code-Create — Hong KongZowie and Anne from the Royal College of Art — UKJae from BESFXXK — South KoreaWillis from Zavvyave — Hong KongKitty, Aemika from SFT, PolyU — Hong Kong These experts shared their remarkable AiDA experiences and coached attendees through their AiDA journey! Fashion design instructors and students from SFT, DI, and Youth College were amazed by AiDAs cutting-edge...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/%E6%92%A0%EE%BC%BF%EE%B2%84-300x201.jpg",
},
{
"id": 10,
@@ -389,7 +389,7 @@ export default [
"brief": "AiDA X SFT AI Fashion Award 2024 With the aim of inspiring students to innovate in fashion design using AI, Code-Create and The Hong Kong Polytechnic University School of Fashion and Textiles (SFT) have jointly launched the AiDA X SFT AI Fashion Award 2024. This competition provides students with valuable practical AiDA experience, laying the foundation for the future fashion design industry and positioning them as pioneers in AI fashion.The competition is open to all SFT students, with the winners having the chance to win cash prizes (up to 20,000 HKD), internship opportunity at BESFXXK (will work with the renowned...",
"day": "19",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/11/3611731651515_.pic_hd-225x300.png",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/11/3611731651515_.pic_hd-225x300.png",
},
{
"id": 9,
@@ -397,7 +397,7 @@ export default [
"brief": "At CentreStage, AiDA has captured the attention of many professionals from the fashion industry...",
"day": "03",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/CentreStage-2024-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/CentreStage-2024-300x200.jpg",
},
{
"id": 8,
@@ -405,7 +405,7 @@ export default [
"brief": "The innovative AI fashion design platform AiDA, is leading the fashion industry into a new phase of digital transformation. Code-Create announced yesterday that it has secured strategic ...",
"day": "02",
"month": "Sep",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Code-Create-Secures-Investment-from-Eschange-Capital-300x200.jpg",
},
{
"id": 7,
@@ -413,7 +413,7 @@ export default [
"brief": "In Paris, the \"Culture X AI 2024-2025\" event was meticulously planned by the Laboratory for Artificial Intelligence in Design(AiDLab)...",
"day": "06",
"month": "Aug",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Hong-Kong-China-Night-in-Paris-300x200.jpg",
},
{
"id": 6,
@@ -421,7 +421,7 @@ export default [
"brief": "Culture X Al: Kan Tai Keung X AiDLab X HK Fashion Designers Show is finally here...",
"day": "17",
"month": "Jul",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2024/09/Culture-and-Future-Mode-300x200.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/09/Culture-and-Future-Mode-300x200.jpg",
},
{
"id": 5,
@@ -429,7 +429,7 @@ export default [
"brief": "This international symposium will bring together the world's leading...",
"day": "17",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_international_symposium-300x150.jpg",
},
{
"id": 4,
@@ -437,7 +437,7 @@ export default [
"brief": "The upcoming touring exhibitions feature a series of the latest...",
"day": "13",
"month": "Feb",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/fahsionai_thumb_touring_exhibitions-300x150.jpg",
},
{
"id": 3,
@@ -445,7 +445,7 @@ export default [
"brief": "Technology is playing an important role in the design...",
"day": "18",
"month": "Jan",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2023/01/international_seminar_banner-300x210.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/international_seminar_banner-300x210.jpg",
},
{
"id": 2,
@@ -453,7 +453,7 @@ export default [
"brief": "AiDLab is honoured to hold the regions first programme...",
"day": "19",
"month": "Dec",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2021/12/fashionai_thumb_fashion_show-300x150.jpg",
},
{
"id": 1,
@@ -461,6 +461,6 @@ export default [
"brief": "Code Create has joint a seminar at CENTRESTAGE with AiDLab...",
"day": "20",
"month": "Nov",
"coverUrl": "https://code-create.com.hk/wp-content/uploads/2022/11/centrestage_cover-1-300x150.jpg",
"coverUrl": "https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/centrestage_cover-1-300x150.jpg",
}
]

View File

@@ -11,7 +11,7 @@ defineExpose({})
<template>
<div class="about-us">
<div class="bg" v-show="windowWidth > 1000">
<img src="https://code-create.com.hk/wp-content/uploads/2022/11/helpcentre_banner-1.jpg" alt="">
<img src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/helpcentre_banner-1.jpg" alt="">
</div>
<Title />
<Faq />

View File

@@ -10,7 +10,7 @@ defineExpose({})
<div class="content">
<div class="text">
<h1>{{ $t('helpCentre.Title') }}</h1>
<img v-show="windowWidth < 1000" src="https://code-create.com.hk/wp-content/uploads/2022/11/helpcentre_banner-1.jpg" alt="">
<img v-show="windowWidth < 1000" src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/helpcentre_banner-1.jpg" alt="">
</div>
</div>
</section>

View File

@@ -116,13 +116,13 @@
if (isEnglish) {
return isMobile
? 'https://code-create.com.hk/wp-content/uploads/2023/06/codec_brand_vid_EN_1x1_SUB.mp4'
: 'https://code-create.com.hk/wp-content/uploads/2023/06/codec_brand_vid_16x9_ENG_SUB.mp4'
? 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/06/codec_brand_vid_EN_1x1_SUB.mp4'
: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/06/codec_brand_vid_16x9_ENG_SUB.mp4'
} else {
// 中文(简体和繁体都使用中文版本)
return isMobile
? 'https://code-create.com.hk/wp-content/uploads/2023/05/codec_brand_video_SC_1x1_SUB.mp4'
: 'https://code-create.com.hk/wp-content/uploads/2023/05/codec_brand_video_SC_16x9_SUB.mp4'
? 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/05/codec_brand_video_SC_1x1_SUB.mp4'
: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/05/codec_brand_video_SC_16x9_SUB.mp4'
}
}

View File

@@ -17,9 +17,9 @@
{
name: 'AiDA 3.1',
title: t('Home.aidaDesc'),
backgroundImage: 'https://code-create.com.hk/wp-content/uploads/2022/11/aida_intro_01_bg.png',
backgroundImage: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/aida_intro_01_bg.png',
backgroundAlt: 'Fashion design sketches on paper',
panelImage: 'https://code-create.com.hk/wp-content/uploads/2024/01/new-layout-1.png',
panelImage: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2024/01/new-layout-1.png',
panelAlt: 'AiDA design workspace preview',
reversed: false
},
@@ -62,7 +62,7 @@
>
<img
class="ecosystem-logo"
src="https://code-create.com.hk/wp-content/uploads/2022/11/home_ai_logo.png"
src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/home_ai_logo.png"
alt="Code Create"
loading="lazy"
translate-y-s="-20"

View File

@@ -23,7 +23,7 @@
<section class="video">
<div class="content" @click="playVideo">
<img
src="https://code-create.com.hk/wp-content/uploads/2022/11/mixi_video_thumb.jpg"
src="https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/mixi_video_thumb.jpg"
alt=""
/>
<span class="iconfont icon-bofang"></span>
@@ -103,8 +103,8 @@
const playVideo = () => {
MyEvent.emit('playVideo', {
url: 'https://code-create.com.hk/wp-content/uploads/2022/11/mixi_video.mp4',
poster: 'https://code-create.com.hk/wp-content/uploads/2022/11/mixi_video_thumb.jpg'
url: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/mixi_video.mp4',
poster: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2022/11/mixi_video_thumb.jpg'
})
}
const joinRef = ref(null)

View File

@@ -12,8 +12,8 @@
const list = computed(()=>{
return[
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/XULULU.png',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/XULULU.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/XULULU.png',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/XULULU.mp4',
name: 'XULULU',
textList: [
t('userStories.XULULUInfo1'),
@@ -22,16 +22,16 @@
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Yiu-Ching-Yau.png',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Yiu-Ching-Yau1.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Yiu-Ching-Yau.png',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Yiu-Ching-Yau1.mp4',
name: 'Yiu Ching Yau',
textList: [
t('userStories.YiuChingYauInfo1'),
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/XIEYAUKIT-scaled.png',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/XIEYAUKIT.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/XIEYAUKIT-scaled.png',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/XIEYAUKIT.mp4',
name: 'XIEYAUKIT',
textList: [
t('userStories.XIEYAUKITInfo1'),
@@ -39,8 +39,8 @@
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Yuzhi-Lai-scaled.jpg',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Yuzhi-Lai1.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Yuzhi-Lai-scaled.jpg',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Yuzhi-Lai1.mp4',
name: 'Yuzhi Lai',
textList: [
t('userStories.YuzhiLaiInfo1'),
@@ -48,32 +48,32 @@
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Cheung-Tsz-Ching.png',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2025/04/Cheung-Tsz-Ching.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Cheung-Tsz-Ching.png',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/Cheung-Tsz-Ching.mp4',
name: 'Cheung Tsz ChingBobo',
textList: [
t('userStories.CheungTszChingInfo1'),
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2023/01/Aidlab_interview02_INJURY_thumb.jpg',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2026/03/UserStory3.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/Aidlab_interview02_INJURY_thumb.jpg',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/UserStory3.mp4',
name: 'INJURY from Australia',
textList: [
t('userStories.INJURYInfo1'),
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2023/01/Aidlab_interview02_Jae_thumb.jpg',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2026/03/UserStory2.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/Aidlab_interview02_Jae_thumb.jpg',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/UserStory2.mp4',
name: 'BESFXXK from Korea',
textList: [
t('userStories.BESFXXKInfo1'),
],
},
{
imgUrl: 'https://code-create.com.hk/wp-content/uploads/2023/01/Aidlab_interview02_Mountain_thumb.jpg',
videoUrl: 'https://code-create.com.hk/wp-content/uploads/2026/03/UserStory1.mp4',
imgUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/01/Aidlab_interview02_Mountain_thumb.jpg',
videoUrl: 'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2026/03/UserStory1.mp4',
name: 'Mountain Yam from Hong Kong',
textList: [
t('userStories.MountainYamInfo1'),
@@ -84,28 +84,28 @@
const userList = computed(()=>{
return [
{
profile:'https://code-create.com.hk/wp-content/uploads/2025/04/WhatsApp-Image-2025-04-23-at-18.36.16_740726a9-794x1024.jpg',
profile:'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/WhatsApp-Image-2025-04-23-at-18.36.16_740726a9-794x1024.jpg',
name: 'Prof. Jung',
school: t('userStories.ProfJungSchool'),
info: t('userStories.ProfJungInfo1'),
},
{
profile:'https://code-create.com.hk/wp-content/uploads/2025/04/userstory_irene_siu-1-150x150.jpg',
profile:'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/userstory_irene_siu-1-150x150.jpg',
name: 'Irene Siu',
info: t('userStories.IreneSiuInfo1'),
},
{
profile:'https://code-create.com.hk/wp-content/uploads/2025/04/userstory_joyce_chow-150x150.jpg',
profile:'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2025/04/userstory_joyce_chow-150x150.jpg',
name: 'Joyce Chow',
info: t('userStories.JoyceChowInfo1'),
},
{
profile:'https://code-create.com.hk/wp-content/uploads/2023/02/userstory_cheryl_ho-150x150.jpg',
profile:'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/02/userstory_cheryl_ho-150x150.jpg',
name: 'Cheryl Ho',
info: t('userStories.CherylHoInfo1'),
},
{
profile:'https://code-create.com.hk/wp-content/uploads/2023/02/userstory_minna_n_polam-150x150.jpg',
profile:'https://s3.ap-east-1.amazonaws.com/code-create.com.hk/2023/02/userstory_minna_n_polam-150x150.jpg',
name: 'Minna & Polam',
info: t('userStories.MinnaPolamInfo1'),
},