Project Showcase
See what students have built with Agentic AI
Want to showcase your project?
If you've built something awesome with Agentic AI, we'd love to feature it! Contact the maintainers or submit a pull request with your project details.
Available Link Types:
- github: Link to your project repository
- live: Link to your deployed project
- issue: Link to GitHub issue for feedback/questions (e.g.,
https://github.com/user/repo/issues/new) - docs: Link to project documentation
- contact: Email or contact link (use
mailto:for emails)
To add a project manually, edit public/showcase.json:
{
"projects": [
{
"title": "Your Project Name",
"screenshot": "/path/to/screenshot.png",
"github": "https://github.com/yourusername/repo",
"live": "https://your-project.netlify.app",
"issue": "https://github.com/yourusername/repo/issues/new",
"docs": "https://your-project-docs.com",
"contact": "mailto:your@email.com",
"description": "A brief description of what your project does."
}
]
}All fields except "title" and "description" are optional. Use "issue" to link to a GitHub issue template for feedback.
💡 Pro Tip:
Create a GitHub issue template in your repo at .github/ISSUE_TEMPLATE/feedback.mdand link to it using: https://github.com/user/repo/issues/new?template=feedback.md
