Technerd.com
Everything in one place
Every file, every instruction, every step — ready to download and deploy to GoDaddy Managed WordPress.
Section 1
Complete File List
Every file in the package. WordPress upload files go directly onto GoDaddy. React prototypes are your design specs — see Section 3 for how to use them.
| File | Type | What it is | Size |
|---|---|---|---|
| technerd-complete-website.jsx | React | Full site prototype — all pages + BYO AI. Your complete visual design spec. | 112 KB · 1,624 lines |
| technerd-style.css | WordPress | Child theme stylesheet — dark theme, amber accents, BuddyPress/bbPress styles. Upload as style.css |
12 KB · 388 lines |
| technerd-wordpress-functions.php | WordPress | Child theme functions.php — menus, shortcodes, security headers, admin panel. Upload as functions.php |
10 KB · 214 lines |
| technerd-wp-config-additions.php | WordPress | Paste contents into your existing wp-config.php — performance, security, custom defines |
3 KB · 52 lines |
| technerd-htaccess.txt | Server | Apache config — HTTPS redirect, security headers, caching, bad-bot blocking. Upload as .htaccess |
4 KB · 96 lines |
| technerd-cloudflare-worker.js | Cloudflare | Cloudflare Worker — geo-blocks 21 countries, adds security headers, forces HTTPS | 5 KB · 114 lines |
| technerd-homepage-wordpress.html | WP Page | Homepage — paste into Custom HTML block on your Home page | 16 KB · 433 lines |
| technerd-about-wordpress.html | WP Page | About/Mission page — paste into Custom HTML block on About page | 9 KB · 181 lines |
| technerd-advertise-wordpress.html | WP Page | Advertise/Sponsor page — paste into Custom HTML block on new Advertise page | 15 KB · 251 lines |
| technerd-guidelines-wordpress.html | WP Page | Community Guidelines — paste into Custom HTML block on Guidelines page | 9 KB · 223 lines |
| technerd-homepage.jsx | React | Homepage design prototype | 25 KB |
| technerd-auth-system.jsx | React | Login, 2FA, account settings | 58 KB |
| technerd-signup.jsx | React | Sign up flow — 3 steps | 28 KB |
| technerd-missing-pages.jsx | React | Login, Search, Notifications, Profile, 404, Terms, Contact, Mobile | 61 KB |
| technerd-onboarding.jsx | React | 6-step onboarding flow | 28 KB |
| technerd-dashboard.jsx | React | Feed / dashboard | 23 KB |
| technerd-group-page.jsx | React | Community group page | 30 KB |
| technerd-post-page.jsx | React | Question / answer thread | 30 KB |
| technerd-expert-profile.jsx | React | Expert user profile | 28 KB |
| technerd-advertiser-page.jsx | React | Advertiser / sponsor page prototype | 31 KB |
| technerd-group-creator.jsx | React | Create group / subgroup | 58 KB |
| technerd-share-system.jsx | React | 12-platform share modal | 44 KB |
| technerd-with-sharing.jsx | React | Full site with sharing integrated | 47 KB |
| technerd-geo-restriction.jsx | React | Geo-restriction admin panel + Access Denied page | 35 KB |
| technerd-guidelines.jsx | React | Community guidelines interactive prototype | 16 KB |
| technerd-final-pages.jsx | React | About, Privacy, Launch announcements, Mobile nav | 47 KB |
| technerd-founding-document.jsx | React | Mission / vision / founding document | 16 KB |
| technerd-setup-checklist.jsx | React | WordPress 37-step setup checklist | 23 KB |
| technerd-setup-checklist-v2.jsx | React | Updated setup checklist v2 | 28 KB |
| technerd-godaddy-upload-guide.jsx | React | Interactive 30-step GoDaddy deployment guide with progress tracking | 44 KB |
| technerd-audit-report.jsx | React | Audit results + production readiness checklist | 28 KB |
| technerd-README.txt | Docs | Master README — all files explained with upload instructions | 7 KB |
Section 2
What’s Already Live on technerd.com
You completed setup in a previous session. These pages exist and work right now — BuddyPress built them automatically with real dynamic data.
technerd.com/activity — live community feed with real posts
technerd.com/groups — all 10 communities created and active
technerd.com/members — full profile system via BuddyPress
technerd.com/register — working sign-up form
bbPress forums running inside every group
BuddyPress private messages between members
Real-time notifications built into BuddyPress
21 countries blocked, HTTPS forced, SSL active
GA4 tracking all visitors via Site Kit
UpdraftPlus backing up to Google Drive daily
Google AdSense application submitted — awaiting approval
About, Privacy Policy, Terms, Guidelines, Contact published
The only thing missing is the visual styling — your pages look plain/default right now. Uploading style.css and functions.php (Section 3) transforms everything to the dark Technerd design in one step.
Section 3
Upload the WordPress Theme Files
These 3 files are the most important upload — they apply the dark Technerd design to every page that already exists on your site.
Log in to GoDaddy → My Products → Managed Hosting for WordPress → Manage All → click your technerd.com site → click File Manager.
If you don’t see File Manager: in WordPress go to Plugins → Add New → search “File Manager” → install the one by mndpsingh287 → Activate. Then go to WP File Manager in your left menu.
In File Manager navigate to:
public_html → wp-content → themes
You should see folders for astra and maybe twentytwentyfour.
Click New Folder and name it exactly:
technerd-child
Open that new folder. Create a sub-folder inside it called js (for future use). Your structure should be:
wp-content/
themes/
technerd-child/
js/
Inside the technerd-child folder, click Upload. Upload the file technerd-style.css from your computer. After uploading, right-click it → Rename → change name to:
style.css
style.css — WordPress looks for this specific filename to recognise themes.Still inside technerd-child, upload technerd-wordpress-functions.php. Rename it to:
functions.php
In WordPress go to: Appearance → Themes. You should now see “Technerd” as an available theme. Click Activate.
Your site now has the dark design (#0c0c0c background, #e8943a amber) applied to every page including BuddyPress groups, profiles, and the activity feed.
technerd-child (lowercase, hyphen, no spaces) and contains exactly style.css.Navigate to public_html/ (the root). There is already an .htaccess file there — download and back it up first. Then open it in File Manager’s editor and paste the contents of technerd-htaccess.txt at the very end of the file. Save.
Navigate to public_html/wp-config.php. Open it in the editor. Find the line:
/* That's all, stop editing! Happy publishing. */
Paste the contents of technerd-wp-config-additions.php above that line. Save.
Section 4
Add the 4 Custom HTML Pages
These 4 pages need rich HTML/CSS designs that WordPress can’t generate automatically. Each one is pasted into a Custom HTML block — takes about 5 minutes per page.
How to add a Custom HTML block (same steps for all 4 pages)
Pages → Add New (or edit existing) → click + → search “Custom HTML” → click it → paste the HTML file contents → Publish
technerd-homepage-wordpress.htmlPages → Add New. Title: Home. Add Custom HTML block. Paste entire file. Publish.
Then: Settings → Reading → “Your homepage displays” → A static page → Homepage: Home → Save. This makes it your front page.
technerd-about-wordpress.htmlPages → find your existing About page → Edit → delete the existing plain-text content block → add Custom HTML block → paste entire file → Update.
Contains: mission statement, values grid, origin story, stats bar, and CTA.
technerd-advertise-wordpress.htmlPages → Add New. Title: Advertise. Add Custom HTML block. Paste entire file. Publish.
Contains: pricing tiers ($149/$249/$399/mo), community reach stats, FAQ accordion, mailto CTA buttons to ads@technerd.com.
Add to your navigation: Appearance → Menus → Main Menu → Custom Links → URL: /advertise/ → Add to Menu → Save.
technerd-guidelines-wordpress.htmlPages → find your existing Community Guidelines page → Edit → delete plain-text content → add Custom HTML block → paste entire file → Update.
Contains: 6 expandable accordion sections (click to open), enforcement steps, contact note.
Section 5
Bring Your Own AI
Technerd doesn’t run its own AI and doesn’t charge for AI features. Users who want AI assistance connect their own API key — it stays in their browser tab and is never sent to Technerd’s servers.
The API key is stored only in the browser tab’s memory. Closing the tab clears it. Technerd never sees it.
OpenAI (GPT-4o-mini), Anthropic (Claude Haiku), or any OpenAI-compatible endpoint. Users choose their own.
Every feature works perfectly without AI connected. The AI panel is an enhancement, not a requirement.
Q&A panel, post summarizer, answer assistant, search enhancer, welcome generator, content checker.
How users connect their AI
In the nav bar → click “Connect AI” button → choose provider (OpenAI / Anthropic / Custom) → paste their API key → click Connect. The connection lasts for that browser session only. All AI responses are routed directly from the user’s browser to their chosen provider’s API — Technerd’s servers are not involved.
Section 6
Remaining Deployment Steps
Everything you still need to do to take Technerd from “set up” to “fully live”.
BuddyPress, bbPress, all 6 plugins, Astra theme, 10 groups, 5 core pages, navigation, footer — all complete.
Nameservers pointed, 21 countries blocked, Full Strict SSL, Always HTTPS, HSTS — all active.
GA4 connected via Site Kit, daily backups to Google Drive, AdSense application submitted.
Upload style.css and functions.php to wp-content/themes/technerd-child/. Activate theme in Appearance → Themes. This applies the dark Technerd design to the entire site.
Homepage, About, Advertise, Community Guidelines. Takes about 20 minutes total.
Settings → Reading → Your homepage displays → A static page → Homepage: Home → Save Changes.
Appearance → Menus → Main Menu → Custom Links → URL: /advertise/ → Link Text: Advertise → Add to Menu → Save.
Log into google.com/adsense and check status. Should change from “Getting ready” to “Ready” within 1–14 days. Once approved, configure ad placements in Advanced Ads plugin.
Target: 50 members posting before pitching advertisers. Continue outreach on Reddit (r/welding, r/DIY, r/gardening, r/electricians, r/carpentry), Facebook groups, and personal contacts. Welcome every new member personally.
Once you have 50+ members posting, email a welding supply company, tool brand, or gardening retailer:
Subject: Advertise to [X] active welders on Technerd.com
Hi [Name],
I run Technerd.com — a free community of [X] tradespeople
including [X] active welders. I have a sponsored group
placement available for $149/month that puts your brand
directly in front of people actively asking questions about
welding equipment, consumables, and technique.
Interested? Happy to share traffic data.
James — technerd.com