diff --git a/Cargo.lock b/Cargo.lock
index d4cec1f..38facaf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "addr2line"
@@ -2312,9 +2312,9 @@ dependencies = [
[[package]]
name = "time"
-version = "0.3.34"
+version = "0.3.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
+checksum = "ef89ece63debf11bc32d1ed8d078ac870cbeb44da02afb02a9ff135ae7ca0582"
dependencies = [
"deranged",
"itoa",
@@ -2335,9 +2335,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
-version = "0.2.17"
+version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
+checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
diff --git a/Dockerfile b/Dockerfile
index caac2e7..eb1050d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,8 +21,10 @@ RUN mkdir -p /app
WORKDIR /app
COPY . .
-# Install nodejs
-RUN apt-get update && apt-get install -y nodejs npm
+# Install Node.js (>=18) for Sass
+RUN apt-get update && apt-get install -y curl ca-certificates
+RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
+RUN apt-get install -y nodejs
# Install sass
RUN npm install -g sass
@@ -32,8 +34,8 @@ RUN cargo install wasm-server-runner
RUN cargo install -f wasm-bindgen-cli
RUN cargo update -p wasm-bindgen
-# Build the app
-RUN cargo leptos build --release -vv
+# Build the app (with backtrace for clearer errors)
+RUN RUST_BACKTRACE=full cargo leptos build --release -vv
FROM rustlang/rust:nightly-bullseye as runner
# Copy the server binary to the /app directory
diff --git a/resume-master-base.md b/resume-master-base.md
new file mode 100644
index 0000000..c2f349a
--- /dev/null
+++ b/resume-master-base.md
@@ -0,0 +1,107 @@
+# Alex Ramirez
+
+Medellín, Colombia
+alexander.ramirez@gmail.com
+https://ramirezalex.com
+https://github.com/RamirezAlex
+https://x.com/RamirezAlex_
+
+## Professional Summary
+
+Senior engineer with deep experience across backend systems, product engineering, Rust, TypeScript, AI-powered products, and Solana since 2021. I build technically strong systems that are also usable in the real world, from on-chain programs and crypto products to full-stack applications and internal tooling. Strongest in backend architecture, protocol and smart contract logic, and turning ambiguous ideas into shipped products.
+
+## Core Skills
+
+- Solana, Rust, Anchor, smart contracts, on-chain program design
+- Backend architecture, API design, distributed systems, PostgreSQL, Prisma
+- TypeScript, React, Next.js, Node.js, Vite
+- AI-native product design, agent workflows, LLM integrations, moderation systems
+- Product thinking, startup execution, technical leadership, rapid prototyping
+
+## Experience
+
+### Dare Market — Senior Engineer / Product Engineer
+**Current** · Remote
+
+Web3-powered challenge marketplace on Solana where users create, fund, participate in, and win crypto-backed dares.
+
+- Played an important role across product, architecture, and the Solana program side.
+- Worked across the core product stack spanning Solana contracts, the main Next.js application, and backend workflows.
+- Contributed to contract-side design and implementation for a real-money, user-facing product built on Solana.
+- Helped shape a system that combines on-chain game/challenge mechanics with off-chain product, moderation, and payout flows.
+- Worked in a stack including Solana, Rust/Anchor, TypeScript, Next.js, PostgreSQL, Prisma, Privy, and AI moderation services.
+
+### Mootrack — Co-founder / Lead Engineer
+**Current** · LATAM / Colombia
+
+Solana-powered cattle traceability and farm management platform for ranchers in LATAM, evolving into an AI-native operating system for livestock farms.
+
+- Leading the product and technical direction for a platform that combines farm software, AI, and on-chain animal identity.
+- Built the technical foundation for digitizing livestock records, operations, and traceability in a real-world industry with poor software penetration.
+- Worked on the product vision for using Solana as infrastructure for verifiable animal identity, traceability, ownership history, and future financing rails.
+- Helped secure pilot farms and shaped the MVP around real operational ranch workflows instead of speculative crypto use cases.
+- Driving the AI assistant direction for Mootrack, focused on personalized farm copilots and tool-based operational workflows.
+
+### BAXUS — Senior Engineer
+Remote
+
+Consumer crypto product with real users and strong brand recognition in the Solana ecosystem.
+
+- Built product and engineering systems in a live crypto environment with real customer-facing impact.
+- Worked across backend, product, and blockchain-facing functionality rather than staying boxed into a single layer.
+- Contributed to shipping polished user experiences on top of technically complex crypto infrastructure.
+
+### PrintXD / Print World — Senior Rust Engineer
+Remote
+
+- Worked as a senior Rust engineer on production systems.
+- Focused on backend and systems-level engineering with strong ownership over implementation quality.
+- Strengthened expertise in Rust as part of a broader systems and product engineering toolkit.
+
+### 10Pearls — Senior / Lead Full-Stack Engineer
+Remote
+
+- Built and shipped client-facing software products across backend and frontend layers.
+- Worked closely with product direction, delivery, and implementation in startup-style environments.
+- Developed strong range across architecture, execution, and shipping under real-world constraints.
+
+## Selected Projects
+
+### PushFlip
+Crypto-native push-your-luck card game on Solana with token mechanics, AI opponent flows, and ZK-based deck verification.
+
+- Designed to showcase advanced Solana engineering, on-chain game logic, and provable fairness patterns.
+- Combines Rust, Solana programs, backend services, and zero-knowledge infrastructure.
+
+### SOLClaw
+Agent runtime and protocol concept for putting AI agents on-chain on Solana.
+
+- Explored agent identity, memory anchoring, task execution, and payment rails as protocol primitives.
+- Combined product thinking with Solana-native systems design and AI infrastructure ideas.
+
+## Solana / Web3 Highlights
+
+- Building on Solana since **2021**.
+- Production experience with Solana programs, crypto products, and wallet-connected applications.
+- Experience spanning smart contracts, backend systems, consumer product engineering, and AI-native crypto applications.
+- Strong preference for blockchain used as infrastructure for real products, not just speculation.
+
+## Hackathons / Ecosystem
+
+- Participated in Solana ecosystem hackathons and startup programs.
+- Breakout / Colosseum-related participation.
+- Active builder around Solana, AI, and product experimentation.
+
+## Education / Additional
+
+- Languages: English, Spanish
+- Based in Medellín, Colombia
+
+## Notes for Tailored Versions
+
+This is the master base version. Tailored variants should be created from this source for:
+
+1. AI / Agents / Backend
+2. Solana / Rust / Crypto Infra
+3. Senior Full-Stack / Product Engineer
+4. Founding Engineer / Startup CTO
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index e9743fb..02ba681 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "nightly"
+channel = "nightly-2024-05-01"
diff --git a/src/app.rs b/src/app.rs
index 2677f1e..d49ec05 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -17,7 +17,7 @@ pub fn App() -> impl IntoView {