Curated demo projects for AeThex student developers — planned
| demos | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
AeThex Student Demo Projects
A curated collection of projects built by student developers in the AeThex ecosystem. Every project here was submitted by a real student and reviewed by the community.
What This Is
This repo is a showcase and learning resource. Browse it to:
- See what's possible with the AeThex stack
- Find working examples to learn from
- Get inspired for your own project
Want your project here? See Contributing below.
Categories
| Folder | What's Inside |
|---|---|
demos/web/ |
React, Vite, Tailwind web apps |
demos/discord-bots/ |
discord.js bots |
demos/game-dev/ |
AeThex GameForge / Roblox / other game projects |
demos/smart-contracts/ |
Solidity contracts and dApps |
What's Possible
Here's a taste of what student developers have built:
- Personal portfolio sites with animated hero sections
- Discord bots that track server activity and post weekly digests
- Browser-based mini-games built with Phaser.js
- Smart contracts for simple voting and token distribution
- Full-stack apps with Supabase auth, database, and storage
Contributing — Add Your Project
- Fork this repository on AeThex Forge
- Create a branch:
git checkout -b add-my-project-name - Create a folder under the right category:
demos/web/your-project-name/ demos/discord-bots/your-project-name/ demos/game-dev/your-project-name/ demos/smart-contracts/your-project-name/ - Add a
README.mdinside your folder (required — see requirements below) - Add your project files
- Open a pull request against
main
See CONTRIBUTING.md for full details and requirements.
Requirements at a Glance
- Must have a
README.md - Must be original work (not copied wholesale from tutorials)
- Must be runnable — someone should be able to follow your README and see it work
- Must follow AeThex community guidelines
Questions?
Open an issue or ask in #student-help on the AeThex Discord.