Skip to content

uhpenry/uhpenry-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Uhpenry Stacks

GitHub stars GitHub forks License: MIT

An open-source collection of recommended tech stacks for various development domains. This repo powers the stack suggestions in Uhpenry, the platform that lets developers easily monetize their code, APIs, and projects—like Shopify but for devs.

Whether you're building in web, IoT, AI/ML, or emerging fields like quantum computing, these stacks provide battle-tested combos to kickstart your projects. Community-driven: Fork, PR, and expand!

Why This Repo?

  • Discoverability: Helps devs tag and filter projects in Uhpenry's marketplace.
  • Community Vetted: Real-world stacks from active contributors.
  • Cross-Domain: Covers 12+ domains to inspire hybrid builds (e.g., AI in robotics).
  • Open & Free: Use it standalone or integrate with your tools.

Domains and Stacks

We've organized stacks by domain, with examples including core tech, brief rationale, and a sample repo link for inspiration. Feel free to PR additions!

Web

  • React + Node.js + AWS: Scalable full-stack for web apps; handles frontend UI and backend APIs with cloud deployment.
  • Next.js + Vercel: Server-side rendering for SEO-heavy sites; edge deployment for speed.

IoT

  • ESP32 + Arduino IDE + MQTT: Low-power WiFi/microcontroller setup for sensors; pub/sub messaging for data flow.
  • Raspberry Pi + Python (MicroPython): Versatile SBC for prototyping; scripting for automation.

AR/VR

  • Unity + C# + Oculus SDK: Cross-platform XR development; rich ecosystem for games/simulations.
  • A-Frame + Three.js: Web-based VR; easy 3D scenes in browser.

AI/ML

  • TensorFlow + Python + Hugging Face: Deep learning frameworks; pre-trained models for NLP/CV.
  • PyTorch + FastAPI: Flexible ML training; API serving for production.

Gaming

  • Unity + C# + Steamworks: 2D/3D game engine; multiplayer/integration tools.
  • Godot + GDScript: Open-source alternative; lightweight for indie games.

Mobile

  • React Native + Firebase: Cross-platform apps; real-time backend/auth.
  • Swift + Xcode (iOS) / Kotlin + Android Studio: Native performance; platform-specific features.

Desktop

  • Electron + JavaScript + SQLite: Cross-OS apps; local DB for offline use.
  • Qt + C++: GUI framework; high-performance for tools.

Robotics

  • ROS (Robot Operating System) + Python + Gazebo: Modular robotics; simulation for testing.
  • Arduino + ROS2: Embedded control; next-gen ROS for real-time.

Embedded

  • C/C++ + STM32CubeIDE: MCU programming; HAL for peripherals.
  • Microchip MPLAB + Assembly: Low-level optimization; for resource-constrained devices.

Other

  • Rust for Systems Tools: Safe, concurrent code; great for CLI utils.
  • Go for CLI Utils: Fast builds; networking strengths.

Blockchain

  • Solidity + Hardhat + Ethereum: Smart contracts; testing/deploy framework.
  • Rust + Solana SDK: High-throughput chains; performant programs.

Quantum Computing

  • Qiskit + Python + IBM Quantum: Quantum circuits; cloud access to hardware.
  • Cirq + TensorFlow Quantum: Google-backed; ML-integrated quantum sims.

How to Use

  1. Browse or search for a domain/stack.
  2. Fork the repo and add your own via PR (see Contributing below).
  3. Integrate into your project or Uhpenry listing for better discoverability.

Contributing

See CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by Uhpenry's mission to empower indie devs.
  • Thanks to early contributors for expanding the list!

Star the repo if this helps, and join the discussion in issues!

About

An open-source curated list of tech stacks across development domains like web, AI/ML, IoT, and more built for Uhpenry to help devs discover and monetize tools faster.

Resources

License

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors