Built with Hyperbrowser
A production-ready AI-powered research page builder. Create beautiful, long-form content pages with automatic research (Hyperbrowser), AI content generation (GPT-5-nano), and image integration (Unsplash + Google Gemini).
- AI-Powered Content Generation: GPT-5-nano generates comprehensive, well-structured content
- Smart Web Research: Hyperbrowser scrapes and analyzes topics for accurate content
- Unsplash Integration: Beautiful stock photos from Unsplash
- Real-Time Streaming: Watch content generate word-by-word with smooth animations
- Local Storage: All pages saved to browser localStorage (perfect for open-source)
- Beautiful Typography: Premium Manrope + Playfair Display fonts with -2% letter spacing
- Smart TOC: Auto-generated table of contents with smooth scrolling
- Responsive Design: Looks great on all devices
- Node.js 18+ installed
- Get an API key from Hyperbrowser
- OpenAI API key for GPT-5-nano
- Unsplash API key for stock photos
npm install- Copy
.env.local.exampleto.env.local - Fill in your API keys:
HYPERBROWSER_API_KEY=your_key
OPENAI_API_KEY=your_key
UNSPLASH_ACCESS_KEY=your_unsplash_keyPages are automatically saved to browser localStorage. No database setup required! Perfect for open-source projects.
npm run devOpen http://localhost:3000 to start creating pages.
- Next.js 16 - React framework with App Router
- TypeScript - Type safety
- Tailwind CSS - Styling
- Framer Motion - Smooth animations
- Lucide React - Consistent icons
- localStorage - Browser storage (no database needed)
- OpenAI GPT-5-nano - Fast, cost-effective content generation
- Hyperbrowser SDK - Web research and scraping
- Unsplash - Stock photo library
/app
/page.tsx # Homepage with topic input
/editor/page.tsx # Main editor interface
/p/[slug]/page.tsx # Published page view
/api
/generate/route.ts # Content generation endpoint
/pages/route.ts # CRUD for pages
/pages/[slug]/route.ts
/images
/unsplash/route.ts # Unsplash search
/components
/sidebar.tsx # Navigation with saved pages
/navbar.tsx # Top nav with Launch Hyperbrowser button
/logo.tsx # HyperPages logo
/button.tsx # Reusable button component
/share-modal.tsx # Share & export modal
/streaming-text.tsx # Text streaming animation
/lib
/storage.ts # localStorage utilities
/openai.ts # OpenAI GPT-5-nano client
/hyperbrowser.ts # Hyperbrowser SDK
/unsplash.ts # Unsplash API helper
- Enter a topic on the homepage
- Select your target audience
- Watch as AI researches and generates content
- Add images to sections (Unsplash or AI-generated)
- Edit and refine the content
- Page auto-saves to localStorage
- View all your pages in the sidebar under "Your Pages"
- Click any page to view the published version
- Pages are stored in your browser's localStorage
- Share pages with the unique URL:
pages.hyperbrowser.ai/p/[slug]
Add beautiful stock photos from Unsplash to your sections with smart search.
HyperPages demonstrates the power of Hyperbrowser for:
- Automated content research and curation
- Fast, AI-powered page generation
- Beautiful, shareable content pages
- Perfect for content marketers, researchers, educators, and creators
User Input → /api/generate
↓
Hyperbrowser (research) + GPT-5-nano (content)
↓
Stream to Editor → Save to localStorage
↓
Published at /p/[slug]
Follow @hyperbrowser for updates.
Built with ❤️ using Hyperbrowser