Skip to content

Tryboy869/dev-ideas

Repository files navigation

/dev/ideas animated logo

The open registry for proof-of-concept technical ideas

Website Ideas Count PRs Welcome License GitHub Discussions

Founded by Daouda Abdoul Anzize — January 2026

Computational Paradigm Designer • 40+ open-source projects
PortfolioTwitter/XLinkedIn


⚡ Quick Start (30 seconds)

# Browse existing ideas
open https://tryboy869.github.io/dev-ideas/

# Submit your idea
git clone https://github.com/Tryboy869/dev-ideas.git
cp template.json ideas/my-idea-slug.json
# Edit ideas/my-idea-slug.json with your concept
git add . && git commit -m "feat: add my-idea-slug" && git push

Visual Catalog →Contribution Guide →


🎯 Why This Exists

The problem: You have a technical idea. Where do you put it?

  • Academic papers → 6+ months review, paywalls
  • GitHub repos without context → invisible, no validation
  • Twitter threads → ephemeral, lost in noise
  • Private notes → never validated, never built

The solution: A structured, searchable registry where:

  • ✅ Ideas evolve from Hypothesis → PoC → Validated
  • ✅ Community validates via GitHub Discussions
  • ✅ Proper attribution (CC BY-SA 4.0)
  • ✅ Discoverable by search engines + LLMs

Real-world use cases:

  • 🔬 Researcher wants to test hypothesis before committing to full paper
  • 💡 Developer has 3 side project ideas, wants community feedback on which to pursue
  • 🛠️ Team needs to document R&D explorations for future reference
  • 🌐 Open-source maintainer wants to crowdsource feature ideas

🚀 How It Works

1. Submit → JSON file via Pull Request
2. Validate → Automated structure check
3. Discuss → GitHub Discussion opens automatically
4. Evolve → Hypothesis → Experimentation → Concept → PoC → Validated

Your idea. Our collective validation.


📊 Current Status

  • 🌱 Just launched (January 2026)
  • 💡 10 seed ideas to demonstrate format
  • 🔨 Actively seeking contributors

Explore the catalog →


🛠️ Idea Lifecycle

Phase Description Example
Hypothesis Untested intuition "What if SQLite used CRDTs?"
Experimentation Active testing, collecting data "Built a basic prototype, seeing 20% overhead"
Concept Structured approach "CRDT layer design documented"
PoC Working prototype "Demo repo with benchmarks"
Validated Reproduced by others "3+ independent implementations"

📝 How to Contribute

Read the full guide: CONTRIBUTING.md | CONTRIBUTING_FR.md

Quick start:

  1. Fork this repo
  2. Create ideas/your-idea-slug.json following the schema
  3. Open a Pull Request
  4. Automated validation runs
  5. If approved, a Discussion thread is created automatically

📂 Repository Structure

/dev/ideas/
├── .github/
│   └── workflows/
│       ├── validate-idea.yml      # Validates JSON structure
│       ├── create-discussion.yml  # Auto-creates GitHub Discussion
│       └── build-site.yml         # Generates static site
├── ideas/
│   ├── distributed-sqlite-crdt.json
│   ├── neural-kernel-scheduler.json
│   └── ...
├── schema/
│   └── idea.schema.json           # JSON Schema for validation
├── docs/
│   ├── index.html                 # Generated website
│   └── ideas.json                 # Auto-generated from ideas/*.json
├── README.md                       # English docs
├── README_FR.md                    # French docs
├── CONTRIBUTING.md                 # English contribution guide
├── CONTRIBUTING_FR.md              # French contribution guide
├── LICENSE.md
└── CODE_OF_CONDUCT.md

🔥 Featured Ideas

Recently Validated

Active Experimentation

New Hypotheses

Browse all 50+ ideas →


🤝 Governance

  • Founding Maintainer: Daouda A. Anzize
  • License: CC BY-SA 4.0 (ideas), MIT (code/scripts)
  • Decisions: Community consensus via Discussions
  • Maintainer Rotation: New co-maintainers every 6 months

This is a community project. The founder's role is to curate, not control.


📜 License

  • Ideas, descriptions, documentation: CC BY-SA 4.0
  • Code snippets, scripts: MIT

🌟 Recognition

If you use an idea from this registry in your work:

  • Academic citation: Use the provided DOI (if available)
  • Informal attribution: Link back to the idea's Discussion thread
  • Star this repo to show support

📬 Contact

Questions? Suggestions?


Built with ❤️ by the technical community.