I specialize in creating cutting-edge websites, modern UI/UX designs, and innovative digital experiences that transform ideas into powerful web solutions.
Click on my work to see what kind of projects I create.
My Web Development & Design Services
Custom website development with modern technologies, responsive design, and optimal performance for all devices.
User-centered design that creates intuitive, engaging experiences with beautiful interfaces and seamless interactions.
Responsive websites optimized for mobile devices with touch-friendly interfaces and fast loading times.
Search engine optimization to improve visibility, drive organic traffic, and increase your online presence.
Speed optimization, caching strategies, and performance tuning to ensure lightning-fast website loading.
Ongoing website maintenance, updates, security monitoring, and technical support to keep your site running smoothly.
I'm Seth, a web designer and developer with a marketing background from UMass Amherst. I don't just build websitesβI create digital experiences that drive real business results. My marketing expertise combined with web design skills helps me create websites that convert visitors into customers.
My approach is simple: understand your business goals, create a website that converts visitors into customers, and deliver measurable results. No fluff, just results.
Ready to start your next project? Let's discuss how I can help bring your vision to life.
seththomassen1@gmail.com
Amherst, MA
Don't Just Take My Word For It
"Seth delivered an exceptional website that exceeded our expectations. The design is modern, the functionality is flawless, and the mobile experience is outstanding."
"Working with Seth was a game-changer for our business. His attention to detail and technical expertise resulted in a website that perfectly represents our brand."
"Seth's web development skills are top-notch. He created a stunning, high-performing website that has significantly improved our online presence and conversions."
Cutting-edge techniques and modern web technologies
Advanced CSS and JavaScript implementations
Lightning-fast websites with optimized loading times and smooth animations.
Search engine optimized websites that rank high and drive organic traffic.
WCAG compliant websites with advanced security measures and accessibility features.
Smooth, performant animations that enhance user experience
CSS-based shape morphing with smooth transitions
Multi-layer parallax scrolling with depth perception
Bespoke loading animations and micro-interactions
Well-structured, maintainable code that scales
<div class="card-3d" data-tilt>
<div class="card-content">
<div class="card-icon">
<i class="fas fa-rocket"></i>
</div>
<h3>Performance</h3>
<p>Optimized for speed</p>
</div>
</div>
.card-3d {
transform-style: preserve-3d;
transition: transform 0.3s ease;
}
.card-3d:hover {
transform: rotateY(10deg) rotateX(5deg);
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
// 3D Tilt Effect
VanillaTilt.init(document.querySelectorAll("[data-tilt]"), {
max: 25,
speed: 400,
glare: true,
"max-glare": 0.5
});