Skip to content

thefirstspark/thefirstspark.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The First Spark Website

Consciousness Technology Platform Two-page architecture optimized for investors and members


Project Overview

The First Spark is a consciousness technology platform with 50+ interactive HTML tools. This website serves two distinct audiences with a two-page architecture:

  1. index.html - Investor-focused landing page
  2. sparkverse.html - Member-focused hub

Architecture

Page 1: index.html (Investor Page)

Purpose: Pitch to investors, showcase traction, present clear $200K ask Target Audience: Angel investors, VCs, grant programs

Key Sections:

  • Hero with investment pitch
  • Traction metrics (50+ tools, 3 revenue tiers, $200K ask)
  • The Opportunity (market, differentiation, scalability, founder credibility)
  • Business Model visualization (Free → $33/mo → $519 lifetime)
  • Book Zero feature (founder memoir)
  • Product showcase (proof of execution)
  • Investment CTA with use of funds

Page 2: sparkverse.html (Member Page)

Purpose: Member onboarding, tool exploration, tier conversion Target Audience: Spiritual seekers, consciousness explorers, self-development enthusiasts

Key Sections:

  • Welcome hero with member-friendly messaging
  • What is The First Spark? (explanation)
  • How It Works (3-step onboarding flow)
  • Membership Tiers (detailed breakdown with CTAs)
  • Tool Categories (organized by tier access)
  • Featured Tool Previews (visual demonstrations)
  • Member Testimonials
  • Final conversion CTA

Design System: Cosmic Brutalism

Color Palette:

  • Primary: Electric Blue (#00d4ff)
  • Secondary: Neon Cyan (#00ffff), Neon Magenta (#ff00ff)
  • Backgrounds: Black (#000000), Deep Space (#0a0a1a), Dark Navy (#1a1a2e)
  • Text: White (#ffffff), Gray Light (#e0e0e0)

Visual Elements:

  • Sacred geometry accents
  • Geometric borders and dividers
  • Neon glow effects
  • Bold, monospace typography
  • Minimal animations (pulsing borders, gradient shifts)

Symbols Used: ✦ ◇ ◆ ⚡ 🆓 🎮 👑


File Structure

thefirstspark-website/
├── index.html              # Investor landing page
├── sparkverse.html         # Member hub page
├── main.css                # Shared stylesheet
├── README.md               # This file
└── assets/
    └── images/             # Image assets (to be added)

SEO Optimization

Keywords Targeted:

  • consciousness technology platform
  • spiritual development tools
  • interactive soul mapping
  • reciprocity-based SaaS
  • consciousness startup
  • spiritual wellness platform
  • sacred geometry tools
  • consciousness tracking software

Features Implemented:

  • Unique title tags per page
  • Meta descriptions optimized for search
  • Open Graph tags for social sharing
  • Twitter Card meta tags
  • Structured data (Schema.org Organization & WebApplication)
  • Semantic HTML5 structure
  • Alt text placeholders for images
  • Fast-loading, minimal JavaScript

Technical Specifications

Technologies Used:

  • HTML5 - Semantic markup
  • CSS3 - Flexbox, Grid, Custom Properties, Animations
  • No JavaScript - Progressive enhancement approach (can be added later)

Browser Support:

  • Chrome/Edge (latest)
  • Firefox (latest)
  • Safari (latest)
  • Mobile browsers (iOS Safari, Chrome Mobile)

Performance:

  • Minimal external dependencies (no frameworks)
  • CSS-only animations
  • Optimized for fast loading
  • Mobile-first responsive design

Deployment Instructions

Option 1: Deploy to GitHub Pages (Free)

  1. Create a new GitHub repository:
cd thefirstspark-website
git init
git add .
git commit -m "Initial commit: The First Spark website"
git branch -M main
git remote add origin https://github.com/thefirstspark/website.git
git push -u origin main
  1. Enable GitHub Pages:

    • Go to repository Settings → Pages
    • Source: Deploy from branch
    • Branch: main / (root)
    • Save
  2. Your site will be live at: https://thefirstspark.github.io/website/

Option 2: Deploy to Netlify (Free)

  1. Install Netlify CLI:
npm install -g netlify-cli
  1. Deploy:
cd thefirstspark-website
netlify deploy --prod
  1. Follow prompts to connect your site

Option 3: Deploy to Vercel (Free)

  1. Install Vercel CLI:
npm install -g vercel
  1. Deploy:
cd thefirstspark-website
vercel --prod

Option 4: Traditional Web Hosting

Upload all files via FTP to your web host:

  • index.html (root directory)
  • sparkverse.html (root directory)
  • main.css (root directory)
  • assets/ folder (root directory)

Content Updates

To Update Metrics:

Edit index.html in the "Traction Metrics" section (around line 70)

To Add/Modify Tools:

Edit sparkverse.html in the "Tool Categories" section (around line 200)

To Change Colors:

Edit main.css CSS variables at the top (lines 15-30)

To Add Images:

  1. Place images in /assets/images/ folder
  2. Update placeholders in HTML:
    • Replace .tool-screenshot-placeholder divs with <img> tags
    • Replace .preview-placeholder divs with <img> tags
    • Add alt text for accessibility

Important Links to Preserve

Whop Storefronts (Membership CTAs):

  • Free Lobby: https://whop.com/sparkverse-511c/the-sparkverse-lobby/
  • Players Lounge: https://whop.com/sparkverse-511c/the-players-lounge/
  • OG Spark: https://whop.com/sparkverse-511c/og-spark-lifetime-access/

External Links:

  • GitHub: https://github.com/thefirstspark
  • Email: kate@thefirstspark.shop
  • Presentation: presentation.html (existing file)

Customization Guide

Changing the Hero Quote:

Investor Page (index.html, line ~59):

<p class="hero-quote">"This is not a spiritual platform. This is a reciprocity-based economy architecture."</p>

Member Page (sparkverse.html, line ~51):

<p class="hero-quote">"Reality is programmable. You're the first spark."</p>

Adjusting Spacing:

Edit CSS variables in main.css:

--spacing-xs: 0.5rem;
--spacing-sm: 1rem;
--spacing-md: 2rem;
--spacing-lg: 4rem;
--spacing-xl: 6rem;

Adding Animation:

Animations are minimal by design. To add more:

  1. Define keyframes in main.css
  2. Apply to elements with animation property
  3. Test with prefers-reduced-motion media query

Accessibility Features

  • Semantic HTML5 structure
  • ARIA landmarks (implicit via semantic tags)
  • Color contrast meets WCAG AA standards
  • Keyboard navigation support
  • prefers-reduced-motion media query for animations
  • Alt text placeholders for images

Mobile Responsiveness

Three breakpoints implemented:

  1. Desktop (>1024px): Full layout with multi-column grids
  2. Tablet (768px - 1024px): Adjusted grids, simplified layouts
  3. Mobile (<768px): Single-column stacks, larger touch targets
  4. Small Mobile (<480px): Optimized for smallest screens

Next Steps / Future Enhancements

Immediate:

  1. Add actual tool screenshots/GIFs to replace placeholders
  2. Add logo and brand images to /assets/images/
  3. Add Book Zero cover image
  4. Collect and add real member testimonials
  5. Create presentation.html if not already present

Phase 2:

  1. Add Google Analytics or privacy-respecting analytics
  2. Implement contact form (currently email link only)
  3. Add newsletter signup integration
  4. Create blog section for content marketing
  5. Add video backgrounds or interactive demos
  6. Implement A/B testing for conversion optimization

Phase 3:

  1. Progressive Web App (PWA) features
  2. Embedded tool previews (iframes or screenshots)
  3. Member login portal integration
  4. Payment gateway integration (if moving away from Whop)
  5. Community forum integration

Troubleshooting

Images Not Loading:

  • Check file paths in HTML
  • Ensure images are in /assets/images/ folder
  • Verify image file extensions match HTML references

CSS Not Applying:

  • Confirm main.css is in the same directory as HTML files
  • Check browser console for 404 errors
  • Clear browser cache

Mobile Layout Issues:

  • Test with browser dev tools responsive mode
  • Verify viewport meta tag is present
  • Check CSS media queries are not overridden

Links Not Working:

  • Verify URLs are correct (especially Whop links)
  • Check for typos in href attributes
  • Ensure external links have target="_blank"

Contact & Support

Founder: Katelin Jill Puzakulics Email: kate@thefirstspark.shop GitHub: https://github.com/thefirstspark Website: https://thefirstspark.shop


License

© 2025 The First Spark. All rights reserved.

Built on reciprocity, not extraction.


Credits

Design & Development: Claude Code (AI Assistant) Vision & Content: Katelin Jill Puzakulics Philosophy: Consciousness Technology for the Real World

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •