Consulting-grade template for professional services firms. Manage case studies, articles, services, careers, testimonials, and client consultations with AI-powered analytics. Deploy in minutes, no local setup required.
- Case Studies — Showcase client success stories with metrics, challenges, solutions, and testimonials
- Thought Leadership — Publish articles and insights with categories, excerpts, and rich content
- Service Pages — Present your consulting services with detailed descriptions and feature lists
- Client Testimonials — Display social proof from satisfied clients with roles and companies
- Consultation Booking — Public intake form for prospective clients with scheduling preferences
- Careers Portal — Post open positions with departments, requirements, benefits, and salary ranges
- Pricing Plans — Configurable service tiers with feature lists and highlighted plans
- AI Analytics — Claude-powered insights and reporting on your consulting data
- Contact Management — Collect and manage inbound inquiries from your website
- Local Preview — Full UI preview with sample data, no API keys required
Before deploying, you'll need:
- Supabase — Create a free project at supabase.com
- Anthropic — Get an API key at console.anthropic.com
Click the deploy button above and enter your API keys when prompted.
Run supabase/schema.sql in your Supabase SQL Editor (Settings > SQL Editor).
Your Biglabs platform is now fully functional.
| Variable | Description | Where to Get |
|---|---|---|
NEXT_PUBLIC_SUPABASE_URL |
Supabase project URL | Supabase > Settings > API |
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY |
Supabase publishable key | Supabase > Settings > API |
ANTHROPIC_API_KEY |
Claude API key | console.anthropic.com |
For local UI development without API keys, the app includes sample data:
- Sample case studies, articles, services, testimonials, and careers displayed throughout
- Any credentials work for local auth
- Simulated Claude AI responses for analytics insights
Note: This is for development only. Deployment requires valid API keys.
# Clone the repo
git clone https://github.com/quantnexusai/biglabs.git
cd biglabs
# Install dependencies
npm install
# Start dev server (no env vars needed for preview)
npm run dev| Table | Purpose |
|---|---|
profiles |
User profiles extending Supabase auth |
articles |
Thought leadership content and blog posts |
case_studies |
Client success stories with metrics and testimonials |
careers |
Job postings with requirements and benefits |
services |
Consulting service offerings with features |
consultations |
Client consultation booking requests |
analytics_reports |
AI-generated analytics and insights |
testimonials |
Client testimonials and social proof |
pricing_plans |
Service pricing tiers with feature lists |
contacts |
General contact form submissions |
Next.js 15 · Tailwind CSS · Supabase · Claude API · Vercel
See CONTRIBUTING.md for local development setup.
For assistance with deployment, configuration, or customization (MCP servers, AI agents, etc.), contact us at ari@quantnexus.ai
MIT License — use freely for personal or commercial projects.