Перейти к основному содержимому

Welcome to Ever Works

The Ever Works is a modern, full-stack directory website solution built with Next.js 15. It's designed to help you create professional directory websites for tools, services, products, or any other type of listing platform.

What is Ever Works?

The Ever Works provides a complete solution for building directory websites with modern technologies and best practices. It includes everything you need to launch a professional directory website quickly and efficiently.

Key Features

  • Modern Tech Stack: Next.js 15, React 19, TypeScript, Tailwind CSS, HeroUI React
  • Flexible Authentication: NextAuth.js v5, Supabase Auth, OAuth providers (Google, GitHub, Facebook, Twitter, Microsoft)
  • Payment Integration: Stripe, LemonSqueezy, subscription management
  • Internationalization: 6 languages supported (EN, FR, ES, ZH, DE, AR) with RTL support
  • Git-based CMS: Content synchronization from Git repositories with YAML-based structure
  • Theming System: 4 built-in themes with dynamic color generation
  • Analytics & Monitoring: PostHog, Sentry, performance monitoring

Getting Started

To begin using the Ever Works, you'll need to:

  1. Clone the repository - Get the template code
  2. Install dependencies - Set up your development environment
  3. Configure environment - Set up your environment variables
  4. Start development server - Launch your local development environment

Quick Start

# Clone the repository
git clone https://github.com/ever-co/ever-works-website-template.git
cd ever-works-website-template

# Install dependencies
npm install

# Set up environment
cp .env.example .env.local
# Edit .env.local with your configuration

# Start development server
npm run dev

Visit http://localhost:3000 to see your site!

Next Steps

Use Cases

This template is perfect for:

  • Tool directories (like ProductHunt for tools)
  • Service marketplaces
  • Resource catalogs
  • Professional directories
  • Product showcases
  • Community platforms

Need Help?