A family of small, open-source, self-hostable web tools that share one identity, one optional account, and one set of engineering standards.
Every tool runs fully standalone — the ecosystem is opt-in.
nexotools.alvarocdev.com · built by alvarocdev.com
| Tool | What it is | Live | Repo |
|---|---|---|---|
| Nexo Tools | The hub — discover the tools and manage them from one account | nexotools.alvarocdev.com | nexo-tools |
| Nexo ID | One account for every tool — OAuth 2.0 / OIDC provider (PKCE, id_token, JWKS) | nexoid.alvarocdev.com | nexo-id |
| Nexo Links | Link-in-bio you host yourself (Linktree alternative), cookieless analytics | nexolinks.alvarocdev.com | nexo-links |
| Nexo Agenda | Bookings for service businesses (AgendaPro / Fresha alternative) | nexoagenda.alvarocdev.com | nexo-agenda |
| Nexo Short | Self-hosted URL shortener with private, cookieless stats | nexoshort.alvarocdev.com | nexo-short |
| Nexo Events | Event tickets, passes and QR check-in | nexoevents.alvarocdev.com | nexo-events |
- One identity. All the tools share a design system (
nexo-brand): a violet token palette (light + dark, WCAG AA), one isotype family, one shared chrome (header, app-switcher, footer). Swap the primary color by editing one file. - One optional account. Nexo ID is the ecosystem's OpenID Connect provider. Any tool can offer "log in with Nexo ID" (authorization code + PKCE, id_token verified against JWKS, nonce, RP-initiated logout) — but every tool also works with its own standalone accounts. SSO is env-gated, off by default.
- One set of standards. Every tool ships the same guarantees: three languages (es/en/pt), a help center, light + dark, mobile-first, a cookieless analytics option (no cookies, no third parties, respects Do Not Track), strict security headers/CSP, and a CI gate (Pint + static analysis + i18n sync + tests).
Laravel 13 · PHP 8.3+ · Blade + Alpine.js · Tailwind CSS · Pest · MySQL (SQLite in tests). Nexo ID adds Laravel Passport + an OIDC bridge. The hub and marketing site avoid external requests entirely (system fonts, inline SVG, no CDNs).
Every repo is MIT-licensed and self-hostable on cheap shared hosting. Each repo ships a DEPLOYMENT.md with the real steps and the environment reference; the README is the tour. Multi-instance friendly: run your own, point it at your own domain, own your data.
Built by Alvaro — the site is the technical face of the ecosystem (how each tool was built and why). Every commit is co-authored with Claude; AI-assisted, human-owned.