AI-Enabled Software Development Company
Website β’ X (Twitter) β’ GitHub β’ LinkedIn
This is the marketing website for Working Dev's Hero (WDH) β an AI-enabled software development company helping businesses harness the power of artificial intelligence and modern technologies.
- Full-Stack Product Development β Building customer-facing applications with AI as a force multiplier
- Operations & AI Integration β Helping businesses overhaul internal processes to unlock AI's potential
- Strategic Consulting β Guiding organizations to leverage AI for maximum effectiveness
| Technology | Purpose |
|---|---|
| Astro | Static site generator |
| Tailwind CSS | Utility-first styling |
| MDX | Blog content with JSX support |
| Sharp | Image optimization |
workingdevshero-web/
βββ public/ # Static assets (images, favicon)
βββ src/
β βββ assets/ # Optimized images
β βββ components/ # Astro components
β β βββ layout/ # Header, Footer
β β βββ ui/ # Reusable UI components
β βββ content/ # MDX blog posts & content
β βββ layouts/ # Page layouts
β βββ pages/ # Route pages
β βββ styles/ # Global CSS
β βββ utils/ # Helper functions
βββ astro.config.mjs # Astro configuration
βββ tailwind.config.mjs # Tailwind configuration
βββ tsconfig.json # TypeScript configuration
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/bobbyg603/workingdevshero-web.git
# Navigate to project
cd workingdevshero-web
# Install dependencies
npm install# Start dev server at localhost:4321
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview| Color | Hex | Usage |
|---|---|---|
| Primary | #4A1942 |
Brand purple, headings |
| Secondary | #7C3AED |
Accent purple, links |
| Accent | #F59E0B |
CTAs, highlights |
| Dark | #1E1B4B |
Dark backgrounds |
| Hero | #D35400 |
Sidekick mascot orange |
Create a new .mdx file in src/content/blog/:
---
title: "Your Post Title"
description: "A brief description"
pubDate: 2025-01-01
author: "bobbyg603"
heroImage: "/images/blog/your-image.png"
categories: ["AI", "Software"]
tags: ["ai", "development"]
---
Your content here...This site is configured for static hosting. Build output goes to dist/.
npm run buildDeploy the dist/ folder to any static hosting provider:
- Cloudflare Pages
- Netlify
- Vercel
- GitHub Pages
ISC Β© Working Dev's Hero LLC
Built with π€ AI + β€οΈ Human Expertise
