The world's first Creative Label™ — a platform for emerging artists and designers to actualize their visions through creative joint ventures.
Postmodern Tectonics exists at the intersection of art, design, and commerce. We focus on four human art forms:
- Architecture - Spatial design and construction
- Objects - Functional art and furniture (including our Musical Furniture™ line)
- Words - Essays, articles, and written content
- Sounds - Music curation, DJ sets, and audio experiences
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- Content: Ghost CMS (headless)
- E-commerce: Shopify Storefront API
- Hosting: Netlify
- Animations: Framer Motion
- Image Optimization: Next.js Image + Sharp
- 🎵 Musical Furniture™ - Custom DJ furniture catalog with integrated e-commerce
- 📝 Dynamic Content - Blog posts and articles fetched from Ghost CMS
- 🛒 Shopping Cart - Full cart functionality with Shopify integration
- 🎨 Custom Design - Unique typography, custom cursors, and brand-specific styling
- 📱 Responsive - Fully responsive design for mobile and desktop
- ⚡ Performance - Optimized images, lazy loading, and ISR caching
First, clone the repo and install dependencies:
npm installCreate a .env.local file with required environment variables:
NEXT_PUBLIC_API_URL=your_shopify_storefront_url
NEXT_PUBLIC_ACCESS_TOKEN=your_shopify_access_token
GHOST_API_KEY=your_ghost_cms_key
RESEND_API_KEY=your_resend_api_keyRun the development server:
npm run devOpen http://localhost:3000 to view the application.
npm run build
npm start├── app/ # Next.js app router pages
│ ├── about/ # About page
│ ├── products/ # Product catalog and detail pages
│ ├── words/ # Blog/articles from Ghost CMS
│ ├── sounds/ # Music and DJ sets
│ └── cart/ # Shopping cart
├── components/ # React components
├── context/ # React context providers
├── hooks/ # Custom React hooks
├── utils/ # Utility functions
├── assets/ # Images and static assets
└── fonts/ # Custom fonts
This is a private project for Postmodern Tectonics LLC.
© 2024-2025 Postmodern Tectonics LLC. All rights reserved.