Other

Support

Frequently Asked Questions

Q: Can I host this on Shared Hosting (cPanel)? A: No. PortfoliX requires a Node.js environment. You need a VPS (DigitalOcean, Hetzner, AWS) or a PaaS (Vercel, Railway, Render).

Q: Do I need to pay for the AI features? A: You need your own API key from OpenAI, Anthropic, or Google. Usage costs are paid directly to them (usually very cheap for personal use).

Q: Can I create my own theme? A: Yes! You can duplicate an existing theme folder in src/themes/ and modify it. You'll need basic knowledge of React and Tailwind CSS.

Q: How do I reset my password if I forgot it? A: You can reset it directly in the database. Connect to your PostgreSQL database and update the User table.

UPDATE "User" SET password = 'NEW_HASHED_PASSWORD' WHERE email = 'your@email.com';

(Note: You will need to generate a bcrypt hash for the new password)

Contact Support

If you need help beyond this documentation, please contact us via our CodeCanyon profile.

  • Support Hours: Mon-Fri, 9AM - 5PM EST.
  • Response Time: Within 24-48 hours.

Please include your Purchase Code in your support request.

Back to Introduction