DEV Community

Banala Sreelaxmi Reddy
Banala Sreelaxmi Reddy

Posted on

🧬 ProjectDNA — I Built an AI Tool that Reality-Checks Your Project Ideas using GitHub Copilot CLI

GitHub Copilot CLI Challenge Submission


This is a submission for the GitHub Copilot CLI Challenge šŸš€

🧬 What I Built

Hello DEV community šŸ‘‹āœØ

I'm Banala Sreelaxmi Reddy, a B.Tech student passionate about building practical AI tools šŸ¤–.

For the GitHub Copilot CLI Challenge, I built ProjectDNA 🧬 — an AI-powered project analyzer that helps developers reality-check their ideas before building them.

ProjectDNA provides:

  • šŸ¤– AI prompt generation for project evaluation
  • šŸ’» CLI-based workflow using GitHub Copilot CLI
  • 🌐 Soft aesthetic web interface for easy usage

Instead of directly generating AI answers, ProjectDNA creates structured prompts that developers paste into Copilot CLI to receive deeper technical insights ⚔.


šŸŽ¬ Demo

The project includes:

  • šŸ’» Command Line Interface (CLI)
  • 🌐 Localhost Web UI built with Flask

šŸ‘‰ GitHub Repo: https://github.com/Sreelaxmi-21/projectdna-cli

→ Users enter a project idea
→ ProjectDNA generates an analysis prompt 🧠
→ Copilot CLI provides AI feedback šŸ¤–.


šŸ¤– My Experience with GitHub Copilot CLI

Building ProjectDNA using GitHub Copilot CLI changed how I approach development.

I used Copilot to:

  • ⚔ Structure CLI commands using Typer
  • 🧩 Improve prompt formatting
  • šŸ›  Debug errors faster
  • šŸ’” Explore creative improvements for the tool

The biggest learning was understanding how AI can assist not just in coding, but also in idea validation and development workflow šŸš€āœØ.

This challenge pushed me to build something meaningful while learning in public 🌱.

Top comments (0)