self-hosted 6 min read

Aikeedo - Self-hosted AI SaaS Platform for Creators

Aikeedo is a pure-PHP, self-hosted AI platform that bundles chat, image generation, video creation, and audio transcription into one launch-ready product.

By
Share: X in
Aikeedo - Self-hosted AI SaaS platform

TL;DR

TL;DR: Aikeedo is a self-hosted AI platform that packages chat, image generation, video creation, and audio transcription into a single PHP script you deploy on any web server.

Source and Accuracy Notes

⚠️ This section is MANDATORY. All links must be verified from actual source, not guessed.

  • Project page: aikeedo.com ← visited and verified
  • Source repository: github.com/heyaikeedo ← verified
  • License: Proprietary (commercial PHP script, sold via CodeCanyon and LemonSqueezy)
  • Pricing (verified from aikeedo.com/pricing/): Personal $99, Commercial $399
  • HN launch thread: not available (Show HN post not found in HN Algolia)
  • Source last checked: 2026-06-29

What Is Aikeedo?

Aikeedo is a self-hosted AI SaaS platform built in pure PHP. It provides a unified interface for AI-powered content generation: chat, image synthesis, video creation, and audio transcription. The product is designed as a “ready-made script” that lets you launch an AI SaaS business without building the underlying infrastructure from scratch.

The official description reads:

Think ChatGPT, but enhanced with powerful image and video creation, audio transcription, and much more. Get access to cutting-edge AI models through one unified platform designed for creators, businesses, and developers.

Aikeedo v4.0 was released in April 2026 with new features including chatbots, a tax module, and additional payment gateway integrations.

AI Integrations

Aikeedo connects to multiple AI providers via their official APIs:

  • OpenAI — GPT models for text generation
  • Anthropic / Claude AI — Claude models for chat
  • Cohere — text generation and embeddings
  • ElevenLabs — audio transcription
  • StabilityAI — image generation

The product acts as a thin aggregation layer, providing a unified UI and subscription billing on top of these provider APIs. Your own API keys are used; Aikeedo does not operate its own AI inference layer.

Setup Workflow

Step 1: Purchase and Download

Purchase a license via the official site:

  • Personal License — $99. One individual user.
  • Commercial License — $399. Agencies and business owners.

After purchase, you receive a download link for the PHP script archive.

Step 2: Server Requirements

The product page lists PHP as the runtime. Specific version requirements should be confirmed against the included README.md or setup documentation inside the download package.

A typical LAMP/LEMP stack (Linux, Apache/Nginx, MySQL/MariaDB, PHP) is the standard deployment target for PHP SaaS scripts of this kind.

Step 3: Upload and Install

  1. Upload the script files to your web server via SFTP or the hosting control panel.
  2. Create a MySQL/MariaDB database and user.
  3. Navigate to your domain in a browser to trigger the web-based installer.
  4. Enter database credentials and your AI provider API keys.
  5. Complete the installation wizard.

Step 4: Configure AI Providers

Inside the admin panel, add your API keys for each provider you want to enable:

OpenAI API Key        → text-davinci, GPT-4
Anthropic API Key     → Claude 3 Opus, Claude 3 Sonnet
Cohere API Key        → command-r, embed models
ElevenLabs API Key   → audio transcription
StabilityAI API Key   → Stable Diffusion image generation

Only the providers with valid keys will be activated in the UI.

Pricing Model

Aikeedo does not charge a subscription on top of the one-time license fee. You pay your AI provider API costs directly. This means your cost structure is:

  • Upfront: $99–$399 (one-time license)
  • Ongoing: AI provider API usage (pay-as-you-go per provider)

This makes Aikeedo attractive for running a small-to-medium AI SaaS business where you control the margin between your subscription pricing and the underlying API costs.

Key Features (v4.0)

Based on the product page and structured data:

  • AI Chat — conversational AI using OpenAI and Anthropic models
  • Image Generation — Stable Diffusion via StabilityAI
  • Video Creation — AI-assisted video generation
  • Audio Transcription — ElevenLabs-powered transcription
  • Chatbots — customizable AI chatbots (new in v4.0)
  • Tax Module — built-in tax handling (new in v4.0)
  • Payment Gateways — multiple payment options (new in v4.0)
  • Marketplace — add-on extensions
  • Subscription billing — manage recurring customers

Practical Evaluation Checklist

  • [ ] PHP 8.x available on target server
  • [ ] MySQL/MariaDB database created
  • [ ] AI provider accounts set up (OpenAI, Anthropic, etc.)
  • [ ] SSL certificate configured (HTTPS required for AI API calls)
  • [ ] Web-based installer completes without errors
  • [ ] At least one AI provider key validated in admin panel
  • [ ] Test chat prompt returns a response
  • [ ] Stripe or other payment gateway connected for subscriptions

Security Notes

  • API keys for AI providers are stored server-side — ensure your PHP environment has open_basedir and other sandboxing configured correctly.
  • Since you operate the server, you control the data. No AI provider calls go through Aikeedo’s infrastructure.
  • The CodeCanyon reviews mention “clean code” and “no malicious or intended bugs” — but a security audit of the PHP source before production deployment is standard practice for any self-hosted SaaS script.

FAQ

Q: Does Aikeedo run its own AI models? A: No. It acts as a frontend and billing layer for OpenAI, Anthropic, Cohere, ElevenLabs, and StabilityAI APIs. Your own API keys drive the AI.

Q: Can I use it without an internet connection? A: No. Since it calls third-party AI APIs, an internet connection is required for AI features to work.

Q: What PHP version is required? A: Check the included documentation in your download package for the minimum PHP version, as requirements may vary by release.

Q: Is there a free trial? A: There is a live demo at demo.aikeedo.com. A free trial download is not listed on the pricing page.

Q: Can I white-label it completely? A: With a Commercial License, you can deploy it under your own brand. The product is designed for this use case.

Conclusion

Aikeedo fills a specific niche: developers or entrepreneurs who want to launch an AI SaaS business quickly without building the underlying platform themselves. The $99–$399 one-time cost is competitive with the time investment of rolling your own solution, and the pure-PHP stack means it runs on nearly any shared hosting or VPS.

The key trade-off is that you are responsible for AI provider API costs and uptime. If you want a hands-off, hosted AI product, look elsewhere. If you want full control and the ability to set your own pricing margins, Aikeedo is worth evaluating against more complex frameworks like Laravel-based AI SaaS starters.

The v4.0 release added features (chatbots, tax module, payment gateways) that make it more competitive as a standalone business platform. If you have already evaluated open-source options and want something more turnkey, the demo at demo.aikeedo.com is worth 10 minutes of your time.