Skip to content

New website for Working Dev's Hero πŸ¦Έβ€β™‚οΈ

Notifications You must be signed in to change notification settings

workingdevshero/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Working Dev's Hero

Working Dev's Hero

AI-Enabled Software Development Company

Website β€’ X (Twitter) β€’ GitHub β€’ LinkedIn

Astro Tailwind CSS TypeScript MDX


🦸 About

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.

What We Do

  • 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

πŸš€ Tech Stack

Technology Purpose
Astro Static site generator
Tailwind CSS Utility-first styling
MDX Blog content with JSX support
Sharp Image optimization

πŸ“ Project Structure

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

πŸ› οΈ Getting Started

Prerequisites

  • Node.js 18+
  • npm or pnpm

Installation

# Clone the repository
git clone https://github.com/bobbyg603/workingdevshero-web.git

# Navigate to project
cd workingdevshero-web

# Install dependencies
npm install

Development

# Start dev server at localhost:4321
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

🎨 Brand Colors

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

πŸ“ Adding Blog Posts

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...

🌐 Deployment

This site is configured for static hosting. Build output goes to dist/.

npm run build

Deploy the dist/ folder to any static hosting provider:

  • Cloudflare Pages
  • Netlify
  • Vercel
  • GitHub Pages

πŸ“„ License

ISC Β© Working Dev's Hero LLC


Built with πŸ€– AI + ❀️ Human Expertise

About

New website for Working Dev's Hero πŸ¦Έβ€β™‚οΈ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors