Skip to content

jonathanrao99/ForumX-Conference-Template

Repository files navigation

ForumX

A conference / summit landing site built with Next.js 16, React 19, Tailwind CSS 4, and Framer Motion. Fork it, rename things, drop in your dates and assets, and you’re ready to promote your event.

The demo uses ForumX Summit 2027 as placeholder branding—swap it everywhere for your own name.

Live demo: forumx-conference-template.vercel.app


Screenshots

ForumX — hero and nav

ForumX — about section with parallax imagery and countdown

ForumX — meet our speakers

ForumX — ticket tiers


Run locally

npm install
npm run dev

Open http://localhost:3000.

npm run build
npm run start

Customize

What Where
SEO defaults (title, description, URL, keywords, geo, Twitter) src/config/site.ts + src/app/layout.tsx
Hero (headline, dates, city) src/components/forumx/HeroNextConfo.tsx
About & countdown src/components/forumx/AboutSection.tsx
Other sections Files under src/components/forumx/
Sponsor logos public/partners/

Copy .env.example to .env.local. The default NEXT_PUBLIC_SITE_URL matches the Vercel demo; change it when you use a custom domain (no trailing slash). That drives canonical URLs, Open Graph, JSON-LD, and the sitemap.

Search for ForumX, forumx.example.com, vercel.app, and 2027 to catch leftover placeholder copy.


SEO, geo & discoverability

  • Open Graph & Twitter cards — configured in layout.tsx; share previews use src/app/opengraph-image.tsx (1200×630).
  • Geogeo.region, geo.placename, and ICBM meta tags (San Francisco) via siteConfig.geo.
  • Structured dataOrganization (site-wide) + Event (homepage) as JSON-LD for Google and other consumers.
  • /sitemap.xml & /robots.txt — generated by src/app/sitemap.ts and src/app/robots.ts.
  • /llms.txt — short, factual summary for AI crawlers (see llmstxt.org). Update it when your event details change.
  • Vercel AnalyticsVercelAnalytics uses @vercel/analytics/react (only reports when deployed on Vercel).

Optional: set NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION in .env.local for Search Console.


Stack

Deploy easily on Vercel or any Node host.


License

This project is released under the MIT License.

You may use, copy, modify, merge, publish, and sell copies for free or commercial events and products. No warranty — the software is provided “as is.” Attribution in the footer is appreciated, not required.

About

A conference landing page template built with Next.js, Tailwind CSS, and Framer Motion. Designed to make it easy to spin up a professional event website quickly, with everything you'd need out of the box - speaker sections, schedules, ticketing, and smooth animated UI components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors