Code. Create. Innovate.
Official website for Dev Orbit Tech — a modern technology startup focused on delivering innovative digital solutions and empowering students with future-ready technical skills.
Live Site: devorbittech.org GitHub Pages: devahmedaqeel.github.io/devorbittech
| Layer | Technology |
|---|---|
| Frontend | HTML5, CSS3, Vanilla JS |
| 3D Background | Three.js |
| Serverless API | Vercel Functions (Node.js) |
| Nodemailer + Gmail | |
| Hosting | Vercel |
devorbittech-email/
├── frontend/ # Static website files
│ ├── index.html
│ ├── css/style.css
│ ├── js/main.js
│ └── images/
├── api/ # Vercel serverless functions
│ ├── submit-contact.js # Contact form → sends email
│ └── get-stats.js # Message counter
├── netlify/functions/ # Netlify functions (backup)
├── server.js # Local dev server
├── vercel.json # Vercel config
├── netlify.toml # Netlify config
└── package.json
- Animated Three.js particle background
- Custom cursor with trail effect
- Hero typewriter animation
- 3D card tilt on hover
- Scroll reveal animations
- Animated statistics counters
- Contact form with email notifications
- Success popup after form submission
- Fully responsive design
- CEO & Founder section
- Artificial Intelligence (AI)
- Web Development
- Mobile Application Development
- Graphic Designing
- Software Documentation
- Digital Innovation
# Install dependencies
npm install
# Create .env file
cp .env.example .env
# Add your Gmail credentials in .env
# Start local server
npm start
# Visit http://localhost:8888GMAIL_USER=your@gmail.com
GMAIL_APP_PASSWORD=your_app_password
ADMIN_EMAIL=your@gmail.comnpx vercel --prodnpx netlify-cli deploy --prod --dir=frontend --functions=netlify/functions- Email: official.devorbittech@gmail.com
- Founder: Engr. Ahmed Aqeel — CEO & Founder
- Location: Software Technology Park, University of Kotli (AJK)
© 2025 Dev Orbit Tech. All rights reserved.