Skip to content

jayanthjamin-web/helixque-landing

Β 
Β 

Repository files navigation

Helixque

Helixque Logo

Official landing page for Helixque - a professional networking platform where developers, designers, founders, and learners connect for instant matching based on skills, industry, and language.

Table of Contents


About Helixque

Helixque is a professional networking platform that enables instant matching based on skills, industry, and languageβ€”making it easy to learn, mentor, and collaborate through structured text or video sessions. This repository contains the marketing landing page that showcases the platform's features and value proposition.

helixque.vercel.app

Platform Features

Smart Matching Algorithm

  • Matches users by skills, industry, and language
  • Balances experience levels for productive conversations
  • Randomized pairing to reduce bias

Professional Networking Sessions

  • Mock Interviews: Technical & behavioral interview practice
  • Pair Programming: Collaborative coding sessions and code reviews
  • Portfolio Critiques: Get feedback on your work
  • Startup Pitch Practice: Refine your pitch with experienced founders

Real-Time Communication

  • Instant chat and video calls
  • No awkward cold outreachβ€”just meaningful interactions
  • Structured sessions for productive collaboration

Credible Profiles

  • Showcase your skills, experience level, and goals
  • Clarify whether you're here to learn, mentor, or collaborate
  • Build trust through verified profiles and session history

Why This Landing Page?

This landing page serves as the first touchpoint for users discovering Helixque. It's designed to:

  • Communicate Value: Clearly explain what Helixque does and who it's for
  • Drive Conversions: Guide visitors to sign up and start networking
  • Build Trust: Showcase social proof, features, and community
  • Engage Visitors: Interactive animations and modern UI keep users interested

Landing Page Features

  • Modern Tech Stack: Built with Next.js 15, React 19, TypeScript, and Tailwind CSS 4
  • Dark/Light Mode: Seamless theme switching with next-themes
  • Responsive Design: Fully responsive across all device sizes
  • Interactive Components: Animated elements using Framer Motion to showcase Helixque's capabilities
  • Performance Optimized: Fast loading times and excellent Core Web Vitals scores
  • SEO Ready: Comprehensive meta tags and structured data for search engines
  • Beautiful UI Elements: 50+ custom components including:
    • Animated hero sections with dynamic text rotation
    • Interactive feature showcases with animated beams
    • Benefits sections with timeline animations
    • Professional pricing tables
    • Social proof and testimonial sections

Landing Page Sections

Hero Section

  • Dynamic text rotation showcasing Helixque's value proposition
  • Animated gradient backgrounds with dot patterns
  • Clear call-to-action buttons
  • Dashboard preview mockup

Features Section

  • Interactive demonstrations of platform capabilities
  • Animated beams connecting related features
  • Orbiting elements showing ecosystem
  • Responsive grid layouts

Benefits Section

  • Timeline-based animations
  • User testimonials and success stories
  • Statistics and social proof
  • Trust indicators

Pricing Section

  • Clear pricing tiers (Free to start!)
  • Feature comparison tables
  • Interactive hover effects
  • Call-to-action for sign-ups

What Does It Do?

1. Interactive Hero Section

The hero section features dynamic text rotation cycling through words like "Better", "Perfect", "Modern", and "Unique". It includes:

  • Animated gradient backgrounds with dot patterns
  • Responsive typography that scales beautifully
  • Call-to-action buttons with shimmer effects
  • Dashboard mockup with overlay effects

2. Advanced Animation System

Built with Framer Motion for smooth, performant animations:

  • Animated Beams: SVG-based connecting lines between components
  • Orbiting Circles: Circular motion animations around central elements
  • Text Effects: Scramble animations, underline reveals, and rotation cycles
  • Scroll Animations: Elements animate as they enter the viewport

3. Comprehensive Component Library

Over 50 reusable components including:

  • Cards: Interactive cards with hover effects and gradient borders
  • Buttons: Shimmer buttons, gradient buttons, outline variants
  • Navigation: Responsive headers with mobile drawer navigation
  • Layouts: Grid systems, timeline layouts, and flexible containers
  • Forms: Input fields, dropdowns, and form validation

4. Theme Management

Sophisticated dark/light mode implementation:

  • System preference detection
  • Smooth transitions between themes
  • CSS custom properties for consistent theming
  • Per-component theme variants

5. Performance Optimizations

  • Image Optimization: Next.js Image component with lazy loading
  • Bundle Splitting: Automatic code splitting for optimal loading
  • Font Loading: Geist font family with display optimization
  • CSS Optimization: Tailwind CSS with purging for minimal bundle size

Join the Helixque Community

Helixque is more than just a platform, it's a growing network of professionals practicing together in a safe, structured environment.

Community Benefits

  • Safe Learning Environment: Practice and improve without judgment
  • Diverse Network: Connect with developers, designers, and founders globally
  • Open Source: Contribute to the platform and shape its future
  • Active Discord: Get feedback, share ideas, and collaborate with the team
  • Hacktoberfest Participant: Contribute during Hacktoberfest and earn recognition

Get Involved

Getting Started with Helixque

For Users

  1. Visit helixque.vercel.app
  2. Create your profile with skills, experience level, and preferences
  3. Get matched instantly with professionals who match your goals
  4. Start collaborating through text chat or video calls
  5. Build your network and improve your skills

For Contributors (This Landing Page)

Ready to contribute to the landing page? Follow the development setup below.

Why Helixque Matters

For Developers

  • Rapid Skill Development: Practice real-world scenarios with peers
  • Interview Preparation: Mock interviews to land your dream job
  • Code Review Practice: Get feedback and improve your coding style
  • Network Building: Connect with developers worldwide
  • Learn by Teaching: Mentor others to solidify your own knowledge

For Learners

  • Instant Access to Mentors: Get matched with experienced professionals
  • Structured Learning: Focused sessions on specific skills or topics
  • Safe Practice Environment: Learn without fear of judgment
  • Career Guidance: Get advice from those who've been there
  • Free to Start: No financial barrier to entry

For Companies & Teams

  • Talent Discovery: Find skilled developers through their interactions
  • Team Building: Facilitate internal knowledge sharing
  • Interview Process: Use as a screening tool for candidates
  • Community Building: Build reputation in the developer community
  • Recruitment Pipeline: Connect with motivated, skilled professionals

Technical Excellence

Code Quality

  • TypeScript First: Full type safety across the entire codebase
  • ESLint Configuration: Enforced coding standards and best practices
  • Component Architecture: Modular, reusable, and maintainable components
  • Performance Monitoring: Built-in optimizations for Core Web Vitals

Accessibility

  • WCAG Compliance: Follows web accessibility guidelines
  • Keyboard Navigation: Full keyboard accessibility support
  • Screen Reader Support: Semantic HTML and ARIA labels
  • Focus Management: Proper focus handling for interactive elements

SEO Optimization

  • Meta Tags: Comprehensive meta tag management
  • Structured Data: JSON-LD for rich search results
  • Performance: Optimized for Google's Core Web Vitals
  • Mobile First: Responsive design for all devices

Design Philosophy

Visual Hierarchy

The design follows established principles of visual hierarchy:

  • Typography Scale: Consistent font sizing and spacing
  • Color System: Carefully curated color palette with semantic meaning
  • Spacing System: Mathematical spacing scale for visual harmony
  • Component States: Clear visual feedback for all interactive elements

Technology Stack

Development Setup

Want to run this landing page locally or contribute? Follow these steps:

Prerequisites

  • Node.js 18+ or Bun
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/HXQLabs/helixque-landing.git
cd helixque-landing
  1. Install dependencies:
bun install
# or
npm install
  1. Start the development server:
bun dev
# or
npm run dev
  1. Open http://localhost:3000 in your browser.

πŸ“ Project Structure

β”œβ”€β”€ app/                    # Next.js App Router
β”‚   β”œβ”€β”€ layout.tsx         # Root layout with theme provider
β”‚   β”œβ”€β”€ page.tsx           # Main landing page
β”‚   └── globals.css        # Global styles and animations
β”œβ”€β”€ components/            # Reusable UI components
β”‚   β”œβ”€β”€ common/           # Shared components (header, footer)
β”‚   β”œβ”€β”€ fancy/            # Advanced text animations
β”‚   β”œβ”€β”€ magicui/          # Interactive UI elements
β”‚   β”œβ”€β”€ sections/         # Page sections (hero, features, etc.)
β”‚   β”œβ”€β”€ ui/               # Base UI components
β”‚   └── utils/            # Utility components
β”œβ”€β”€ hooks/                # Custom React hooks
β”œβ”€β”€ lib/                  # Utility functions
└── public/               # Static assets

🎯 Who Is Helixque For?

This landing page showcases Helixque's value for different user types:

  • Developers: Practice technical interviews, pair program, and get code reviews
  • Designers: Share portfolio work and get constructive feedback
  • Founders: Refine your pitch and connect with potential co-founders
  • Learners: Find mentors and learn from experienced professionals
  • Mentors: Share your knowledge and help others grow
  • Job Seekers: Practice interviews and build your professional network

🀝 Contributing to the Landing Page

We welcome contributions to improve the Helixque landing page! Here's how you can help:

Ways to Contribute

  • πŸ› Bug Fixes: Fix issues and improve stability
  • ✨ New Features: Add new sections or interactive elements
  • 🎨 Design Improvements: Enhance UI/UX and animations
  • πŸ“ Documentation: Improve README, code comments, and guides
  • β™Ώ Accessibility: Make the site more accessible to all users
  • ⚑ Performance: Optimize loading times and Core Web Vitals

Contribution Guidelines

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes and test thoroughly
  4. Commit your changes (git commit -m 'Add amazing feature')
  5. Push to your branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

Code Standards

  • Write clean, maintainable TypeScript code
  • Follow the existing code style and conventions
  • Test your changes across different screen sizes
  • Ensure accessibility standards are met
  • Add comments for complex logic

πŸ”§ Customization

Theming

The project uses Tailwind CSS with custom CSS variables for theming. Modify colors in globals.css:

:root {
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  /* ... other custom properties */
}

Components

All components are modular and can be easily customized. Key sections are located in components/sections/.

Animations

Framer Motion configurations can be adjusted in individual components for different animation styles.

πŸ“± Performance

  • Core Web Vitals: Optimized for excellent performance scores
  • Bundle Size: Minimized with tree-shaking and code splitting
  • Image Optimization: Next.js Image component with optimized loading
  • Font Loading: Optimized with next/font using Geist font family

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

πŸ“„ License

This project is open source and available under the MIT License.

πŸ™ Acknowledgments

πŸ“ž Connect & Support


Built with ❀️ for the Helixque Community

Connecting professionals, one conversation at a time.

Visit Platform β€’ Join Discord β€’ Star on GitHub

About

Landing Page for Helixque

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • CSS 1.7%
  • JavaScript 0.1%