Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Source code of the official exteraGram website — a landing page built with Next.js 13 (App Router) and Tailwind CSS.
exteraWebsite is an open-source Next.js 13 landing-page template that powers the official exteraGram Telegram client website, built with Tailwind CSS and the App Router, and maintained by the exteraSquad project team.
exteraWebsite is the source code repository behind https://exteragram.app, the official website of the exteraGram Telegram client. It takes markdown content and Next.js page components as input and produces a deployed landing page for the project, running on Next.js 13 with the App Router and styled with Tailwind CSS. The repository path exteraSquad/exteraWebsite identifies the exteraSquad organization as the maintainer of the code.
The project's feature set is defined by its Next.js 13 App Router foundation, Tailwind CSS styling, and Vercel-ready deployment setup.
yarn and the local development server is started with yarn dev, serving the site at http://localhost:3000.exteraWebsite is aimed at developers and teams who need a functional Next.js landing page that is already wired to a real product. Concretely:
Because it is the source of a live production site, exteraWebsite supports three concrete workflows:
To run the project locally, install dependencies with yarn, then start the development server with yarn dev. Open http://localhost:3000 in your browser to view the result. On the production side, the site is deployed through Vercel, where the exteragram.app domain is served from the Next.js build.
Yes. The repository is public and includes a LICENSE file referenced by the license badge in the README, so the code can be viewed, forked, and reused by other projects.
The site is built with Next.js 13 using the App Router (nextjs13 and nextjs-appdir topics) and Tailwind CSS for styling. Yarn is the package manager used in the documented development workflow.
Install dependencies by running yarn, then start the development server with yarn dev. The site is served at http://localhost:3000 in your browser.
The production website runs at https://exteragram.app and is deployed on Vercel. The README includes a Vercel status badge that confirms the deployment target for the exterawebsite app.