Built a Vibe Coded App where you can Style any Image you like! :D — CoPilot Blog | Neura Market
    Neura MarketNeura Market/CoPilot
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityCoPilotCoPilot
    DeepSeekDeepSeekStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityPluginsTrendingGenerate
    CoPilotBlogBuilt a Vibe Coded App where you can Style any Image you like! :D
    Back to Blog
    Built a Vibe Coded App where you can Style any Image you like! :D
    devchallenge

    Built a Vibe Coded App where you can Style any Image you like! :D

    FrancisTRᴅᴇᴠ (っ◔◡◔)っ February 12, 2026
    0 views

    This is a submission for the GitHub Copilot CLI Challenge What I Built This is my...

    *This is a submission for the [GitHub Copilot CLI Challenge](https://dev.to/challenges/github-2026-01-21)* --- ## What I Built This is my first time using the GitHub Copilot CLI! I believe doing this challenge will allow me to get exposure of using this CLI and how it help me in my development process. I Vibe Coded a Web App that I called "**_ImageStyler_**" where you have the ability to upload any image and translate it into either ASCII or paint-like canvas themed. I built this app since it reminded me of doing an assignment for "**_Wed Design_**" where we have to scale our images/change colors for the web. One of the tools we used is "**_GIMP_**". Since I just started building this (Starting on Feb 5) and the deadline is in a couple of weeks, I thought to myself "Why not build that simple tool on the web?". This is built for fun and allow me to experience GitHub Copilot CLI. ## Technologies used This was built in Vanilla HTML, CSS, and JS. This was vibe coded using the GitHub Copilot CLI, so I am relying 99% of the copilot to do the work. ## Demo This is what the site looks like! ![Site](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wy0761clxp3oui065po4.png) #### Drag and Drop image You have the ability to drag/drop the image onto the box or click the button to select the image. <img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k5jn89aebp4t7ajdlb2n.gif" alt="Drop Image" width="100%" /> #### ASCII Feature One option is to translate the image to ASCII. <img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hdbpif3tjlcyr964u5qn.gif" alt="ASCII" width="100%" /> #### Paint Settings The other option is to paint the image. For simplicity, this is what it looks like when you mix and convert the image. <img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9aho614wdn2ooli8mskm.gif" alt="Description of GIF" width="100%" /> #### Download Modified Image Once you are finished, you have the option to name the file and download your modified image. <img src="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/olrwbbvwr9ohtvb0maxy.gif" alt="Description of GIF" width="100%" /> ## My Experience with GitHub Copilot CLI GitHub Copilot CLI in my Visual Studio Code has been really great (For a first timer using the CLI). Every time I request and feature or fix a bug, it tells me on the file on what are the changes that they made. Additionally, it also ask me permission to execute the action. This only happens if it is running sensitive commands such as running a python server or fetching documentation from the web. It's always nice to ask for permission before executing the command. Since it was vibe coded, I rely on the CLI to build this project in full. Unfortunately, I **reached my limit** for using the CLI since I was using the Free Tier. There are some challenges I faced though such as: - **Asking too much**. Since I was on a limit, I tried to cramp everything I want into one prompt. The problem is that it starts to get confused and got more errors. I then strategize how I can word it in a way where I can get the features I want while prompting as little as possible. - **GIF compatibility**. GIF is not supported in this web app. Initially, it was built in-progress, but ran into issues where it does not do the GIF animation as well as not exporting as a GIF. Left that one out and only focusing on the image MVP. It is probably where I have too many requests in one prompt, but I believe adding the GIF functionality is possible and would be cool to see! Regardless, I made some small changes and worked on the Readme.md file in my repository after I reached my limit of using the CLI. Overall, it was a great experience using the GitHub Copilot CLI in my Visual Studio Code! For future uses, I am thinking of using it as a mentor guide instead of using it to build the whole project code by code. It is very convenient and also a great learning tool (if asked!). --- ## Summary It was a fun experience! My first time using this tool in the Visual Studio Code and would 100% recommend it! If you are interesting in the Repository and Demo, check out the links below! - GitHub Repository: https://github.com/FrancisTRAlt/ImageStyler - Demo Site: https://francistralt.github.io/ImageStyler/ --- **_Any questions or comments? I would love to hear from you!_**

    Tags

    devchallengegithubchallengecligithubcopilot

    Comments

    More Blog

    View all
    Steer GitHub Copilot CLI Sessions Remotely from Any Devicegithubcopilot

    Steer GitHub Copilot CLI Sessions Remotely from Any Device

    Start a Copilot CLI session on your workstation, then monitor and steer it from the browser or your phone.

    M
    Marcel.L
    The Rise of the Fleet: Scaling My Engineering Workflow with Github Copilot Agentsagents

    The Rise of the Fleet: Scaling My Engineering Workflow with Github Copilot Agents

    In this post, I’ll walk you through how I use Copilot and my personal preferences for different...

    I
    Ivelin (Ivo)
    Get started with GitHub Copilot SDK, part 1githubcopilot

    Get started with GitHub Copilot SDK, part 1

    This article explains what GitHub Copilot SDK is and why use it

    C
    Chris Noring
    I Run a Solo Company with AI Agent Departmentsagents

    I Run a Solo Company with AI Agent Departments

    I built 8 AI agent departments using GitHub Copilot custom agents — CEO, CFO, COO, Lawyer, Accountant, Marketing, CTO, and an Improver. They share memory, consult each other, and self-improve. Here's how it works.

    J
    João Pedro Silva Setas
    How GPU-Powered Coding Agents Can Assist in Development of GPU-Accelerated Softwarejetson

    How GPU-Powered Coding Agents Can Assist in Development of GPU-Accelerated Software

    This blog post chronicles how VS Code equipped with GitHub Copilot powered by Claude Opus 4.6 was used to port the open-source whisper-asr-webservice project to NVIDIA Jetson hardware with full GPU acceleration — navigating over 15 build iterations, compiling CTranslate2 from source for aarch64 CUDA, working around Poetry resolver conflicts and pip wheel priority bugs, creating runtime compatibility shims for torchaudio, torch.load, and huggingface_hub API changes, testing all three ASR engines with self-generated speech audio, and ultimately forking the repo, opening a detailed pull request, and pushing a pre-built container image to Docker Hub — all driven by natural-language prompts — demonstrating how GPU-powered AI coding agents can come full circle by building GPU-accelerated software for edge devices like the Jetson Orin, unlocking practical automations such as automatic subtitle generation for Plex media libraries via Bazarr integration.

    P
    Paul DeCarlo
    38 Issues: Code Review Agent Showdown between BugBot, Copilot and Claudeai

    38 Issues: Code Review Agent Showdown between BugBot, Copilot and Claude

    AI code review tools promise to catch what human reviewers miss. But which one actually delivers? I...

    T
    Terence Tham

    Stay up to date

    Get the latest CoPilot prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for CoPilot and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.