This repo powers our documentation website, built with Docusaurus (with a little bit of custom code), a modern static site generator. It’s fast, simple, and perfect for open hardware docs.
Mechaxil is a hobby-electronics store + documentation site. We build and curate open-source projects, publish guides, and offer affordable kits and parts. We’re a tiny team, so contributions (docs, fixes, examples) help a ton — and yes, grabbing parts from our webshop supports the mission ❤️
| Topic | Link |
|---|---|
| 🌐 Website / Docs | https://docs.mechaxil.com/ |
| 🛒 Webshop | https://mechaxil.com/ |
| 🐛 Issues / Bugs | https://github.com/Mechaxil/docs/issues |
Got an open-source project that fits our collections (smart agriculture, robotics, smart home, etc.)? Share it and earn rewards.
How it works
- Send us your repo/blog/video.
- We collaborate to polish docs so others can build it.
- You choose your reward: coupons or kits.
- In case your project is not fully built or some roadblocks are present get in contact with us so we can help!
Why we do this
We love open-source and want a single place where people can plan → order → build in a cohesive, repeatable way.
What to submit
- Clear build steps + BOM (with alternatives if possible)
- License (OSHW/OSI preferred)
- Photos/Gerbers/code/schematics as applicable
Submit via a GitHub issue titled “Bounty Submission: Project Name” with links + a short summary.
PRs welcome! Easiest wins:
- Fix typos, broken links, or unclear steps
- Add wiring diagrams, photos, test results
- Translate pages (EN/HU) where helpful
Workflow
- Fork & branch (
feat/...orfix/...) - Commit cleanly (small, focused changes)
- Open a PR with before/after notes or screenshots
# Prereqs: Node 18+ and npm/pnpm/yarn
# install
npm i
# run locally
npm run start
# build static site
npm run build