Tectonic is a Next.js frontend for the Tectonic protocol. It presents the protocol story, feature highlights, community links, and update sections in a polished landing page experience.
- The project has a logo.
- The project has a hero image.
- The web frontend has proper title and metadata scaffolding.
- The web frontend is built with Next.js and TypeScript.
- The web frontend uses Tailwind CSS for styling.
- The web frontend is fully static and client-side.
- The project has a dedicated favicon.
- The project has a deployed public URL.
- The project has final open graph metadata.
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS 4
- ESLint
- Stability Nexus brand logo
- Tectonic hero illustration
app/page.tsx- main landing page contentapp/layout.tsx- root layout and metadataapp/globals.css- global styles and animations
public/stability.svg- brand logo used in the README and UIpublic/tectonic-hero.png- hero illustration used on the homepage
package.json- scripts and dependenciesnext.config.ts- Next.js configurationtsconfig.json- TypeScript configuration
- Node.js 20+
- npm
git clone https://github.com/StabilityNexus/Tectonic-EVM-WebUI.git
cd Tectonic-EVM-WebUInpm installnpm run devNavigate to http://localhost:3000 to see the application.
npm run buildnpm run startWe welcome contributions of all kinds. To contribute:
- Fork the repository and create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Run the development workflow commands to ensure code quality:
npm run buildnpm run lint
- Push your branch (
git push origin feature/AmazingFeature). - Open a Pull Request for review.
If you encounter bugs, need help, or have feature requests, open an issue with the relevant details and screenshots if possible.
We appreciate your feedback and contributions!
© 2026 The Stable Order.
