Loading...
Loading...
Transform the current technical blog content into engaging, witty, and entertaining stories that showcase Magic Unicorn's personality while maintaining technical depth.
# Magic Unicorn Tech Blog Project - Claude Instructions
## ๐ฏ Project Vision
Transform the current technical blog content into engaging, witty, and entertaining stories that showcase Magic Unicorn's personality while maintaining technical depth.
## ๐ Current Status: HIDDEN (Under Development)
The blog section is temporarily hidden from the website while we improve the content strategy and tone.
## ๐จ Content Issues to Fix
### 1. Remove Non-Open Source Content
- **Meeting-Ops articles** - Must be removed (not open source)
- Review all articles for proprietary technology references
- Focus only on truly open source tools and approaches
### 2. Tone & Style Problems
**Current Issues:**
- Too technical and dry
- Lacks personality and humor
- Doesn't tell engaging stories
- Missing "irresponsibly cool storytelling" brand voice
**Target Tone:**
- Witty and funny
- Story-driven narratives
- Technical depth with personality
- "Hacker culture meets professional insights"
- Entertaining while educational
### 3. Visual Strategy
**Preferred Approach:**
- Authentic workspace photos (servers, lab setup, behind-the-scenes)
- Product screenshots and demos
- Team in action shots
- Real hardware and development environment
- Mix with generated graphics for technical diagrams
## ๐ Content Architecture (Current)
### Series Structure:
1. **Unicorn Unleashed** (Open Source & Hobbyists) - 6 articles
2. **Forging Silicon** (Hardware & Systems) - 6 articles
3. **Engine to Enterprise** (Full-Stack Development) - 6 articles
4. **Accelerated Intelligence** (AI & ML) - 6 articles
5. **Business of AI** (Strategy & Product) - 6 articles
### Files to Review/Rewrite:
```
public/blog/
โโโ Open_Source_and_Hobbyists/Unicorn_Unleashed_Guides/
โโโ Hardware_and_Systems_Engineers/Forging_the_Silicon/
โโโ Full_Stack_and_Product_Developers/From_Engine_to_Enterprise/
โโโ AI_and_ML_Engineers/Accelerated_Intelligence/
โโโ AI_Strategy_and_Product_Management/The_Business_of_AI/
```
## ๐จ Design Status: Magazine Layout Complete
- โ
Removed hero section
- โ
"Latest from the Lab" at top
- โ
Magazine-style featured article layout
- โ
Responsive design with sidebar
- โ
Circuit pattern backgrounds
- โ
Improved typography and readability
## ๐ง Technical Implementation
### Blog Service Configuration:
```javascript
// src/services/blogService.js
// Series definitions with metadata
// Local file fetching from /blog-content
// Article parsing and metadata extraction
```
### Key Components:
- `src/pages/Blog.jsx` - Main blog landing (magazine layout)
- `src/pages/BlogSeries.jsx` - Series overview pages
- `src/pages/BlogArticle.jsx` - Individual article display
- `src/styles/Blog*.css` - Magazine-style responsive design
### Routing Structure:
```
/blog - Main blog landing
/blog/series/:seriesId - Series overview
/blog/series/:seriesId/:articleSlug - Individual articles
```
## ๐ Content Improvement Strategy
### Phase 1: Content Audit & Cleanup
1. **Remove Meeting-Ops Content**
- Identify all proprietary references
- Remove non-open source articles
- Update series configurations
2. **Rewrite for Personality**
- Add humor and wit
- Create narrative arcs
- Include behind-the-scenes stories
- Technical depth with entertainment value
### Phase 2: Visual Enhancement
1. **Authentic Photography**
- Workspace and lab shots
- Server rack and hardware photos
- Development environment screenshots
- Team collaboration moments
2. **Technical Graphics**
- Interactive diagrams
- Performance charts
- Architecture visualizations
- Code examples with syntax highlighting
### Phase 3: Interactive Features
1. **Reading Experience**
- Progress indicators
- Interactive code examples
- Live demos where possible
- Series timeline navigation
2. **Performance Metrics**
- Real benchmarks and charts
- Interactive comparisons
- Live data where applicable
## ๐ญ Brand Voice Guidelines
### "Irresponsibly Cool Storytelling"
- **Technical Accuracy** + **Personality**
- **Professional Insights** + **Hacker Culture**
- **Educational Content** + **Entertainment Value**
### Writing Style:
- Start with hooks and stories
- Use analogies and metaphors
- Include personal anecdotes
- Technical depth without jargon overload
- Conversational but authoritative tone
### Example Transformation:
**Before:** "This article explains the implementation of INT8 quantization..."
**After:** "Picture this: You've got a massive neural network that's basically a diva - it wants all the memory, all the compute, and it wants it NOW. But what if I told you there's a way to make that diva perform just as well while using 75% less resources? Welcome to the dark art of INT8 quantization..."
## ๐ Deployment Strategy
### Current State:
- Blog routes are hidden from navigation
- Content exists but not publicly linked
- Magazine layout is ready for content
- All infrastructure in place
### When Ready to Launch:
1. Update navigation to include blog links
2. Add blog CTAs to homepage
3. Enable full blog functionality
4. Add SEO and social sharing
## ๐ File Structure Reference
```
/src
โโโ pages/
โ โโโ Blog.jsx (magazine layout)
โ โโโ BlogSeries.jsx
โ โโโ BlogArticle.jsx
โโโ services/
โ โโโ blogService.js (content management)
โโโ styles/
โโโ Blog.css
โโโ BlogSeries.css
โโโ BlogArticle.css
/public
โโโ blog/ (content to be improved)
โโโ [series directories...]
```
## ๐ฏ Success Metrics (Future)
- Engagement time on articles
- Social shares and mentions
- Developer community feedback
- Technical accuracy + entertainment value balance
- Brand personality recognition
---
**Next Steps:**
1. Hide blog from public navigation
2. Content audit and Meeting-Ops removal
3. Rewrite strategy for personality and wit
4. Visual content gathering (workspace photos)
5. Gradual content improvement and testing
6. Public launch when content meets brand standards
**Remember:** The technical foundation is solid, the design is magazine-quality, now we just need content that matches the Magic Unicorn personality!Full-stack web application for the University of Guelph Rocketry Club featuring AI-powered chatbot, member management, project showcases, and sponsor integration.
Reactory Data (`reactory-data`) is the data, assets, and CDN repository for the Reactory platform. It provides baseline directory structures, fonts, themes, internationalization files, client plugin source code and runtime bundles, email templates, workflow schedules, database backups, AI learning resources, and static content.
globs: src/app/**/*.tsx src/components/**/*.tsx src/hooks/**/*.ts src/lib/**/*.ts
A TypeScript CLI application that initiates and maintains an autonomous conversation between two AI personas using Ollama. The app starts with user input and then continues the conversation automatically until stopped.