No description
Find a file
maxbirnbacher ee7dfd0fea
All checks were successful
Build and Push Voidtype Landing Page / docker (push) Successful in 2m19s
added SEO metadata
2026-01-09 14:18:00 +01:00
.forgejo/workflows first version 2025-12-19 22:00:58 +01:00
app added SEO metadata 2026-01-09 14:18:00 +01:00
k8s/base first version 2025-12-19 22:00:58 +01:00
CORPORATE_IDENTITY.md first version 2025-12-19 22:00:58 +01:00
EXECUTIVE.md added SEO metadata 2026-01-09 14:18:00 +01:00
FEATURES_USECASES.md removed blue as a color 2025-12-20 08:40:48 +01:00
PAYMENT_PROJECT_BRIEF.md first version 2025-12-19 22:00:58 +01:00
README.md first version 2025-12-19 22:00:58 +01:00
SYNC_EXPLAINED.md removed blue as a color 2025-12-20 08:40:48 +01:00
VOIDTYPE_STYLE_GUIDE.md added favicon 2025-12-20 13:38:53 +01:00

Voidtype Landing Page

This is the public landing site for Voidtype, built with Next.js, Tailwind CSS, and shadcn/ui.

Tech Stack

  • Framework: Next.js 16 (App Router)
  • Styling: Tailwind CSS 4
  • Components: shadcn/ui
  • Font: Roboto Serif

Getting Started

cd app
npm install
npm run dev

Deployment

The project is configured for static export.

npm run build