← Back to website
Upload Guide
This package includes the Axirim static website plus a Netlify backend function for the Try Axirim Agent demo.
Files included
index.htmland pages for AI Agents, Solutions, Industries, Case Studies, About, Contact, and Try the Agent.try-agent.htmlfor the upload and chat demo page.styles.cssfor the full design system and agent demo interface.script.jsfor mobile menu, animations, the contact form email action, and agent demo frontend logic.netlify/functions/agent-demo.mjsfor the secure backend connection to OpenAI.assets/imageswith logo and website visuals.assets/docs/axirim-profile.pdffor the Company Profile button.
Upload to Netlify
- Unzip the package.
- Go to Netlify and choose Add new site → Deploy manually, or connect a Git repository.
- Upload the entire folder contents.
- In Site configuration → Environment variables, add
OPENAI_API_KEY. - Optional: add
OPENAI_MODELif you want to control the model used by the agent demo. - Redeploy the site.
- Set your custom domain to
axirim.comfrom Domain settings.
Upload to cPanel or normal static hosting
- Open File Manager.
- Go to
public_html. - Upload all files and folders from inside the website folder.
- Make sure
index.htmlis directly insidepublic_html, not inside a nested folder.
Important: On normal static hosting, the website will load but the Try the Agent backend will not work unless you connect an API backend. Netlify is recommended for this package because the backend function is included.
Demo limits
The Try the Agent page has a 5 MB public demo file limit. Do not upload confidential, sensitive, or personal data in the public demo.
Contact form
The contact form opens a pre-filled email to support@axirim.com. Connect it later to Netlify Forms, Formspree, HubSpot, Salesforce, or another CRM if needed.