A curated, community-driven collection of projects inspired by minimal design philosophy and productivity. Built to help developers improve, create meaningful tools, and ship better work — together.
YABP is an official open-source hub that lists projects adhering to a minimal, productive, and aesthetic philosophy— inspired by Apple’s design principles.
The site itself is a single-page experience with:
- A beautiful card-based layout
- Dark/light mode
- A dynamic modal that displays community projects from a single
projects.jsonfile
🔗 Live site: https://yabp.netlify.app
- Minimal UI — Card-centric design, clean typography, subtle animations
- Dark & Light Mode — Toggle by clicking the logo (preference saved locally)
- Dynamic Project Table — Powered by
projects.json - Remix Icons — Crisp, modern icon set
- Fully Responsive — Works across desktop, tablet, and mobile
- Easy Contribution — Just edit one JSON file
yabp/
├── index.html # Main site
├── projects.json # Community projects database
├── logo.png # Official YABP logo (512×512)
├── favicon.ico # Official favicon
└── README.md # This file
We welcome well-crafted, thoughtful projects aligned with our philosophy:
“Minimal design, high utility, and genuine productivity enhancement.”
Add your project inside the "projects" array:
{
"name": "Your Project Name",
"date": "2026-05-20",
"description": "A short, one-line description of what it does and why it's useful.",
"link": "https://your-demo-or-live-url.com",
"github": "https://github.com/you/your-repo"
}- name — Keep it short and clear
- date — Use ISO format (
YYYY-MM-DD) - description — One sentence, be specific
- link — Live URL (or
""if none) - github — Repo URL (or
""if none)
We only accept projects that:
- ✅ Are fully functional (no placeholders or “coming soon”)
- ✅ Have a clean README
- ✅ Show thoughtful design (not a basic tutorial clone)
- ✅ Solve a real problem (even a small one)
- ✅ Use proper licensing and attribution
❌ We reject:
- Spam
- Empty shells
- Poorly described projects
- Anything that wastes user time
- Use a clear title:
Add project: [Your Project Name] - Explain what your project does and why it fits YABP
- Wait for review (improvements may be suggested)
All contributors are encouraged to use YABP branding.
Use for:
- Project headers
- GitHub previews
- “Part of YABP” badges
Use for:
- Browser tabs
- Bookmarks
📥 Download directly from this repository and place in your project root.
- HTML5 / CSS3 (custom properties, animations, backdrop blur)
- Remix Icons (CDN)
- Vanilla JavaScript (no frameworks)
- Inter (Google Fonts)
- Netlify (hosting & deployment)
“Boring” doesn’t mean useless. It means reliable, focused, and distraction-free.
We celebrate tools that:
- Do one thing extremely well
- Look clean and intentional
- Respect the user’s time and attention
If your project feels at home in a calm, productive workspace—it belongs here.
This repository is licensed under the MIT License.
All listed projects retain their own licenses — check their respective repositories.
Made with ❤️ by the YABP community.