Web Development
Application Development
UI/UX Design
DevOps Consulting
Cloud Services
Blockchain Development
QA & Testing
Support & Maintenance
Ecommerce
Fintech
Real Estate
Healthcare
Logistics
Education
Fitness
Travels & Hospitality
73, Swashray Soc, Diwali Baug, Athwa Gate, Surat- 395001,
Guj- Bharat.
Back to Articles
BotNET IT Team
March 10, 2026
6 min read
We chose Next.js static export (output: 'export') for botnetit.com—fast hosting, no server costs, great performance. It works well, but it's not a drop-in replacement for a full Next.js server.
generateStaticParams for blog posts and dynamic routesout/ folderNo API routes: Contact forms post to external services. We use client-side submission to a backend API instead of Next.js route handlers.
No server-side revalidation: Blog posts and sitemap are generated at build time. We added scripts to regenerate RSS and sitemap before each deploy.
Image optimization: We set images.unoptimized: true since the default optimizer requires a server.
npm run gen:assets for favicons and RSSnpm run buildout/ to hostingTags: