The official marketing website for LicenseChain - a modern licensing platform. Built with Next.js 14, TypeScript, Tailwind CSS, and next-intl for multi-language support.
- Multi-Language Support: Full internationalization with 9 languages (English, Spanish, French, German, Russian, Chinese, Japanese, Portuguese, Italian)
- Blog System: Content management with comments, likes, and social sharing
- Help Center: Comprehensive help articles and FAQ system
- Careers: Job listings and application system
- Legal Pages: Privacy policy, Terms of Service, GDPR, CCPA compliance
- Contact Forms: Integrated contact and newsletter subscription
- Sponsor Page: Cryptocurrency donation support with multiple crypto options (BTC, ETH, USDT, USDC, SOL, HBAR)
- SEO Optimized: Full SEO management with meta tags, structured data, and dynamic sitemap
- Modern UI: Beautiful, responsive design with dark mode support
- Status Integration: Real-time service status display
- Node.js 20+
- npm, yarn, or pnpm
- PostgreSQL database
# Clone the repository
git clone https://github.com/licensechain/website.git
cd website
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# Copy environment variables
cp .env.example .env
# Edit .env with your configuration# Start development server
npm run dev
# or
yarn dev
# or
pnpm dev
# The website will be available at http://localhost:3000# Build for production
npm run build
# or
yarn build
# or
pnpm build
# Start production server
npm start
# or
yarn start
# or
pnpm start| Variable | Description | Required | Default |
|---|---|---|---|
DATABASE_URL |
PostgreSQL connection string | Yes | - |
NEXTAUTH_URL |
Base URL of your application | Yes | http://localhost:3000 |
NEXTAUTH_SECRET |
Secret key for NextAuth.js | Yes | - |
RESEND_API_KEY |
Resend API key for emails | No | - |
NEXT_PUBLIC_SITE_URL |
Public site URL | Yes | http://localhost:3000 |
NEXT_PUBLIC_CRYPTO_BTC_ADDRESS |
Bitcoin wallet address for donations | No | - |
NEXT_PUBLIC_CRYPTO_ETH_ADDRESS |
Ethereum wallet address for donations | No | - |
NEXT_PUBLIC_CRYPTO_USDT_ADDRESS |
USDT wallet address for donations | No | - |
NEXT_PUBLIC_CRYPTO_USDC_ADDRESS |
USDC wallet address for donations | No | - |
NEXT_PUBLIC_CRYPTO_SOL_ADDRESS |
Solana wallet address for donations | No | - |
NEXT_PUBLIC_CRYPTO_HBAR_ADDRESS |
Hedera wallet address for donations | No | - |
- ๐บ๐ธ English (en)
- ๐ช๐ธ Spanish (es)
- ๐ซ๐ท French (fr)
- ๐ฉ๐ช German (de)
- ๐ท๐บ Russian (ru)
- ๐จ๐ณ Chinese (zh)
- ๐ฏ๐ต Japanese (ja)
- ๐ต๐น Portuguese (pt)
- ๐ฎ๐น Italian (it)
website/
โโโ src/
โ โโโ app/
โ โ โโโ [locale]/ # Localized routes
โ โ โ โโโ about/ # About page
โ โ โ โโโ blog/ # Blog system
โ โ โ โโโ careers/ # Careers pages
โ โ โ โโโ contact/ # Contact form
โ โ โ โโโ features/ # Features page
โ โ โ โโโ help/ # Help center
โ โ โ โโโ legal/ # Legal pages
โ โ โ โโโ pricing/ # Pricing page
โ โ โ โโโ sponsor/ # Sponsor page with crypto donations
โ โ โ โโโ status/ # Status page
โ โ โโโ api/ # API routes
โ โโโ components/ # React components
โ โโโ lib/ # Utility functions
โ โโโ i18n/ # Internationalization
โโโ messages/ # Translation files
โโโ prisma/ # Database schema
โโโ public/ # Static assets
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm start |
Start production server |
npm run typecheck |
Run TypeScript type checking |
npm run lint |
Run ESLint |
npm run db:generate |
Generate Prisma Client |
npm run db:migrate |
Run database migrations |
npm run db:studio |
Open Prisma Studio |
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Edit the appropriate language file in
messages/ - Follow the existing structure
- Submit a pull request
Blog posts are managed through the database. Use the dashboard or API to create new posts.
This project is licensed under the MIT License - see the LICENSE file for details.
- Documentation: https://docs.licensechain.app
- Support Email: contact@licensechain.app
- GitHub Issues: https://github.com/licensechain/website/issues
- Community: https://github.com/licensechain
Made with โค๏ธ by LicenseChain LLC