terns.tech · Where the world's builders take flight.
Terns is a global hackathon ecosystem built for founders, hackers, creators, and students.
Flagship Event: HackPune 2026 — a 24-hour AI hackathon in Pune, India.
| Layer | Technology |
|---|---|
| Hosting | Vercel |
| Framework | Next.js 15 (App Router) |
| Backend | Appwrite (auth + database) |
| Styling | Tailwind CSS v3 |
| Animations | Framer Motion v12 |
| Language | TypeScript |
| i18n | EN + DE |
npm install
cp .env.example .env.localConfigure Appwrite: docs/APPWRITE_SETUP.md
npm run devOpen http://localhost:3000.
DEPLOY.md — Vercel + Appwrite step-by-step.
src/
├── app/
│ ├── api/applications/ # POST applications → Appwrite
│ ├── hackpune/apply/ # Application forms
│ ├── login/ # Appwrite auth
│ └── admin/ # Admin dashboard
├── components/
└── lib/
├── appwrite.ts # Client auth
├── appwrite-server.ts # Server database (API routes)
└── appwrite-config.ts
docs/
└── APPWRITE_SETUP.md
See .env.example. Required for production:
NEXT_PUBLIC_APPWRITE_PROJECT_IDNEXT_PUBLIC_APPWRITE_ENDPOINTAPPWRITE_API_KEYAPPWRITE_DATABASE_ID(default:terns)APPWRITE_APPLICATIONS_COLLECTION_ID(default:applications)
Private. © 2026 Terns. All rights reserved.
Contact: hello@terns.tech · terns.tech