Alex Thompson – Technical Writer & UX Designer
https://unpkg.com/lucide@latest/dist/umd/lucide.js
document.addEventListener(“DOMContentLoaded”, function() {
lucide.createIcons();
});
document.addEventListener(“DOMContentLoaded”, function() {
lucide.createIcons();
});
https://unpkg.com/lucide@latest/dist/umd/lucide.js
/* Custom animations and effects */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in-up {
animation: fadeInUp 0.6s ease-out;
}
.hover-lift:hover {
transform: translateY(-8px);
transition: transform 0.3s ease;
}
html {
scroll-behavior: smooth;
}
/* Mobile menu styles */
.mobile-menu {
display: none;
}
.mobile-menu.active {
display: block;
}
Trusted by 100+ businesses
Words That Convert,
Designs That Delight
I help businesses transform complex ideas into compelling content and
intuitive experiences that drive growth and engagement.
Services That Drive Results
Whether you need crystal-clear documentation, user-friendly interfaces,
or copy that converts, I’ve got you covered.
Technical Writing
Transform complex technical concepts into clear, accessible documentation that users actually want to read.
-
API Documentation
-
User Guides
-
Technical Blogs
-
Process Documentation
UX Writing & Design
Craft user experiences that guide, inform, and delight through strategic content and intuitive design.
Conversion Copywriting
Drive action with persuasive copy that speaks directly to your audience’s needs and motivations.
My Proven Process
A systematic approach that ensures every project delivers measurable results
and exceeds expectations.
Discovery
We dive deep into your goals, audience, and challenges to create a strategic foundation.
Strategy
I develop a comprehensive approach tailored to your specific needs and objectives.
Creation
Bringing the strategy to life with compelling content and intuitive design solutions.
Optimization
Continuous refinement based on data and feedback to maximize impact and results.
What Clients Say
Don’t just take my word for it. Here’s what business leaders say about
working with me.
“The technical documentation was exactly what we needed. Complex concepts became crystal clear, and our user adoption increased by 40%.”
“The UX copy transformed our conversion rates. Every word serves a purpose, and the user journey feels effortless now.”
“Our sales page conversion rate doubled after the copywriting overhaul. The messaging now resonates perfectly with our audience.”
Hi, I’m Alex Thompson
With over 5 years of experience crafting words and experiences for tech companies,
SaaS platforms, and growing businesses, I’ve learned that great communication
is the bridge between complexity and clarity.
I specialize in taking technical concepts and making them accessible,
designing user experiences that feel intuitive, and writing copy that
converts browsers into customers.
When I’m not helping businesses tell their stories better, you’ll find me
exploring the latest UX trends, reading about behavioral psychology,
or hiking in the mountains.
Ready to Start Your Project?
Let’s discuss how I can help you achieve your goals.
Get a free consultation and project estimate.
Get In Touch
Fill out the form below and I’ll get back to you within 24 hours.
First Name
Last Name
Email Address
Company
Project Type
Select a service
Technical Writing
UX Writing & Design
Conversion Copywriting
Multiple Services
Project Details
Send Message
Why Work With Me?
-
5+ years of proven experience across multiple industries
-
Data-driven approach to content and design decisions
-
Quick turnaround times without compromising quality
-
Collaborative process with regular updates and feedback
Quick Response Guarantee
I understand that time is crucial for your business. That’s why I guarantee
a response to all inquiries within 24 hours, and most within 4 hours.
// Mobile menu toggle
function toggleMobileMenu() {
const mobileMenu = document.getElementById(‘mobile-menu’);
mobileMenu.classList.toggle(‘active’);
}
// Smooth scrolling for anchor links
document.querySelectorAll(‘a[href^=”#”]’).forEach(anchor => {
anchor.addEventListener(‘click’, function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute(‘href’));
if (target) {
target.scrollIntoView({
behavior: ‘smooth’,
block: ‘start’
});
}
// Close mobile menu if open
const mobileMenu = document.getElementById(‘mobile-menu’);
mobileMenu.classList.remove(‘active’);
});
});
// Form submission handler (you can customize this)
document.querySelector(‘form’).addEventListener(‘submit’, function(e) {
e.preventDefault();
alert(‘Thank you for your message! I\’ll get back to you within 24 hours.’);
// Here you would typically send the form data to your server
// or integrate with a service like Formspree, Netlify Forms, etc.
});



