diff --git a/profile/README.md b/profile/README.md
index f41172e..4d3707e 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -1,119 +1,76 @@
-

-
-
-
-
- Production-grade software. Modular by design. Open for the community.
-
-
-
- An engineering organization maintained by
- Enoque Sousa
- —
- IT Operations Lead · Full-Stack Engineer · Open-Source Author
- São Paulo, Brazil · Building in public since 2022
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+

-
-
----
-
-## About This Organization
-
-**esousa-dev** is the production namespace for software authored by [Enoque Sousa](https://github.com/ESousa97) that is actively deployed, publicly accessible, and maintained for community use and contribution.
-
-Every project in this organization satisfies the following criteria before being published here:
+# Enoque Studio
-| Criterion | Requirement |
-|---|---|
-| Deployment | Live service with a verifiable production URL |
-| Licensing | MIT — free to use, fork, and self-host |
-| Documentation | README, CONTRIBUTING, CODE\_OF\_CONDUCT, SECURITY, LICENSE |
-| Quality Gate | CI/CD via GitHub Actions, linting, type-checking, and `npm audit` |
-| Dependency hygiene | Dependabot with grouped weekly updates |
+**Software for critical operations, automation and connected products.**
-Personal experiments, archived utilities, and learning repositories remain at [@ESousa97](https://github.com/ESousa97). This organization is reserved exclusively for what is running in production and ready for community consumption.
+Independent engineering studio maintained by [Enoque Sousa](https://github.com/enoquesousa) in São Paulo, Brazil.
----
-
-
-
-## Production Projects
+[](https://enoquesousa.com)
+[](https://github.com/enoquesousa)
+[](https://www.linkedin.com/in/enoque-sousa-bb89aa168/)
-### engineering-overview-pro
+## What we build
-> Free, public SVG card service for GitHub profiles
+Enoque Studio brings together production software, operational tooling and focused experiments. The work is grounded in real environments: food-service operations, fleet management, observability, data analysis and telemetry-driven products.
-A read-only Fastify API (TypeScript + Node.js) that renders dynamic, embeddable SVG cards from GitHub's GraphQL API. No account, no installation — a single URL embedded in any `README.md` is all it takes.
+Our main engineering areas are:
-
+- **Operational systems** — fleet administration, support workflows and production observability.
+- **Data and automation** — integrations, analytical dashboards and repeatable operational processes.
+- **Product engineering** — APIs, web applications and native services designed as maintainable modules.
+- **Applied AI** — practical prototypes and developer tools with clear operational value.
----
-
-
-## Organization Activity
+## Projects
-
-
-[](https://github.com/ESousa97)
+### Veloryft
-[](https://github.com/ESousa97)
-
-
+A telemetry product ecosystem for Forza Horizon, combining a native HUD, public website, administration services and platform infrastructure.
----
+| Repository | Purpose | Core stack |
+| --- | --- | --- |
+| [veloryft-site](https://github.com/enoque-studio/veloryft-site) | Product website, beta registration and interactive HUD demo | React · TypeScript · Vite |
+| [veloryft-back](https://github.com/enoque-studio/veloryft-back) | Modular API and server-side platform services | Rust · Axum |
+| [veloryft-panel](https://github.com/enoque-studio/veloryft-panel) | Private-by-design administration panel | Rust · Axum · Vanilla JS |
+| [veloryft-db](https://github.com/enoque-studio/veloryft-db) | Versioned database schema and migrations | PostgreSQL · TimescaleDB |
+| [veloryft-front](https://github.com/enoque-studio/veloryft-front) | Planned player-facing platform interface | SolidJS · Vite |
+| [veloryft-license](https://github.com/enoque-studio/veloryft-license) | Licensing and activation service | Rust · Axum · SQLx |
-
+### Operations and data
-## Contributing
+| Repository | Purpose | Core stack |
+| --- | --- | --- |
+| [machine-management](https://github.com/enoque-studio/machine-management) | Windows fleet inventory, observability and assisted operations | PowerShell · .NET · TypeScript |
+| [data-analyzer-imc-producao](https://github.com/enoque-studio/data-analyzer-imc-producao) | Service-desk analytics and operational dashboards | Python · FastAPI · React · DuckDB |
+| [data-analyzer-kfc-desenvolvimento](https://github.com/enoque-studio/data-analyzer-kfc-desenvolvimento) | InvGate data integration and analysis | Python · TypeScript · DuckDB |
-
+### Developer tools and digital presence
-All repositories under **esousa-dev** accept community contributions. The general workflow is:
+| Repository | Purpose | Core stack |
+| --- | --- | --- |
+| [engineering-overview-pro](https://github.com/enoque-studio/engineering-overview-pro) | Dynamic SVG engineering cards for GitHub profiles | TypeScript · Fastify · GraphQL |
+| [hub-follow](https://github.com/enoque-studio/hub-follow) | GitHub follower analysis with typed contracts | TypeScript |
+| [github-timeline](https://github.com/enoque-studio/github-timeline) | Visual timeline of GitHub activity | HTML · CSS · JavaScript |
+| [portfolio-v4](https://github.com/enoque-studio/portfolio-v4) | Trilingual portfolio and public engineering profile | Next.js · React · TypeScript |
-1. Read the project's `CONTRIBUTING.md` before opening any PR
-2. Verify `CODE_OF_CONDUCT.md` to understand the expected standards
-3. Search existing issues to avoid duplicates
-4. For non-trivial changes, open an issue first to align on scope and approach
+## Engineering principles
-Security vulnerabilities must be disclosed through each project's `SECURITY.md`. Never report vulnerabilities in public issues.
+- Prefer explicit contracts and modular boundaries.
+- Design for observability, safe operation and maintainability.
+- Keep credentials and private operational data out of source control.
+- Document setup, architecture and validation close to the code.
+- Treat automation as an auditable system, not a collection of shortcuts.
----
+## Contributing and security
-
+Each repository defines its own maturity, license and contribution process. Before opening a pull request, read the repository's documentation and existing issues. For security reports, use the private reporting channel described in that project's `SECURITY.md` when available; do not disclose vulnerabilities in a public issue.
## Contact
-
-| Channel | Address |
-| --- | --- |
-| GitHub (personal) | [@ESousa97](https://github.com/ESousa97) |
-| LinkedIn | [enoque-sousa-bb89aa168](https://www.linkedin.com/in/enoque-sousa-bb89aa168/) |
-| Portfolio | [enoquesousa.vercel.app](https://enoquesousa.vercel.app) |
-| Email | [sousa3086@outlook.com](mailto:sousa3086@outlook.com) |
-
-
-
----
+- Website: [enoquesousa.com](https://enoquesousa.com)
+- GitHub: [@enoquesousa](https://github.com/enoquesousa)
+- LinkedIn: [Enoque Sousa](https://www.linkedin.com/in/enoque-sousa-bb89aa168/)
diff --git a/profile/assets/enoque-studio.jpg b/profile/assets/enoque-studio.jpg
new file mode 100644
index 0000000..63a1b2d
Binary files /dev/null and b/profile/assets/enoque-studio.jpg differ