A Next.js marketing website for SimuPanel, a customer simulation platform powered by SSR that lets you test campaigns with lifelike digital twins of your buyers before you launch.
SimuPanel lets you see how your ideal customers would react to your product, ad, or campaign β instantly. Test ideas with digital twins that think β and reason β like your customers. Get human-level purchase intent and qualitative feedback in minutes, powered by the same peer-reviewed AI used by Colgate-Palmolive and PyMC Labs.
- Single-page application with smooth scrolling sections
- Responsive design optimized for all devices
- Modern UI/UX inspired by OpenAI's documentation and premium analytics dashboards
- Framer Motion animations for enhanced user experience
- SEO optimized with comprehensive meta tags and Open Graph support
- TypeScript for type safety and better developer experience
- Tailwind CSS for utility-first styling
- Framework: Next.js 14 with App Router
- Language: TypeScript
- Styling: Tailwind CSS v3
- Animations: Framer Motion
- Icons: Lucide React
- Fonts: Inter (Google Fonts)
- Deployment: Vercel (ready)
SimuPanel/
βββ app/
β βββ globals.css # Global styles and Tailwind directives
β βββ layout.tsx # Root layout with metadata
β βββ page.tsx # Main page component
βββ components/
β βββ Navigation.tsx # Sticky navigation bar
β βββ Hero.tsx # Hero section with CTAs
β βββ Science.tsx # Science and methodology section
β βββ HowItWorks.tsx # Process explanation
β βββ Results.tsx # Results visualization
β βββ UnderTheHood.tsx # Technical implementation details
β βββ WhoItsFor.tsx # Target audience personas
β βββ Pricing.tsx # Pricing tiers and plans
β βββ FAQ.tsx # Frequently asked questions
β βββ FinalCTA.tsx # Final call-to-action section
βββ lib/
β βββ pricing.ts # Pricing data and FAQ content
βββ public/ # Static assets
βββ tailwind.config.ts # Tailwind CSS configuration
- Node.js 18+
- npm, yarn, pnpm, or bun
-
Clone the repository
git clone https://github.com/yourusername/simupanel.git cd simupanel -
Install dependencies
npm install # or yarn install # or pnpm install
-
Start the development server
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open your browser Navigate to http://localhost:3000 to see the website.
- Primary: Blue (#2563eb) - Trust and technology
- Secondary: Gray scale - Professional and clean
- Accent: Gradient text effects for emphasis
- Primary Font: Inter (Google Fonts)
- Monospace: SF Mono for code elements
- Cards: Rounded corners with subtle shadows
- Buttons: Gradient backgrounds with hover effects
- Animations: Smooth transitions using Framer Motion
- Hero - Main value proposition and primary CTAs
- Science - Peer-reviewed methodology and credibility
- How It Works - 3-step process explanation
- Results - Sample outputs and data visualization
- Under the Hood - Technical implementation details
- Who It's For - Target audience personas
- Pricing - Simple, transparent pricing tiers
- FAQ - Common questions and answers
- Final CTA - Closing call-to-action
The project uses Tailwind CSS v3 with custom configuration in tailwind.config.ts:
- Custom color palette
- Extended spacing and animations
- Custom utility classes
No environment variables required for basic functionality. For production deployment, consider adding:
- Analytics tracking IDs
- API endpoints
- Third-party service keys
- Push your code to GitHub
- Connect your repository to Vercel
- Deploy automatically with zero configuration
The project can be deployed to any platform that supports Next.js:
- Netlify
- AWS Amplify
- Railway
- DigitalOcean App Platform
- Lighthouse Score: Optimized for 90+ across all metrics
- Core Web Vitals: Excellent LCP, FID, and CLS scores
- SEO: Comprehensive meta tags and structured data
- Accessibility: WCAG 2.1 compliant
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please contact:
- Email: [email protected]
- Website: simupanel.com
- PyMC Labs and Colgate-Palmolive for the peer-reviewed SSR methodology
- OpenAI for inspiration on documentation design
- Vercel for the Next.js framework and deployment platform
- Tailwind CSS team for the utility-first CSS framework
SimuPanel β Make confident, data-backed decisions in minutes, not months.