AI Startup Template
Get up and running quickly with your AI idea without having to spend time on membership systems,
payment provider integration, database design...
This is a fully functional website providing a starting point for building a business around generative AI with usage-based pricing.
It is provided as source code and is easy to install and run, with the only dependencies being NodeJS and Docker (Web server and database are automatically set up in Docker containers)
Features
- Member registration, login, password reset
- Subscription or one-time based purchasing of credits
- Members can create projects and spend credits on AI content generation
- Support for e-mail and SMS notifications
- Automatic scaling of GPU fleets across multiple providers
- Full administration system and monitoring
Customisation Points
The template can be customised to your particular generative AI model and branding:
- Interactive editing interface for your particular generative AI
- GPU Worker implementation for your particular AI
- Layout, colour scheme and graphics of the website
- Homepage and additional page content
- Choice of cloud providers to use for GPU clusters
- Choice of modular monolith or service architecture
- Choice of payment provider
Technical Specs
- Static pages are generated by PHP with no third party dependencies
- MySQL / MariaDB is used for data storage alongside file system for generated resources
- GPU Worker servers poll for new tasks using a simple interface
- Services are all created inside Docker containers with minimal requirements
System Requirements
This is designed to have minimal requirements of the host system and use Docker containers to encapsulate the specifics of each part of the system.
- NodeJS
- Docker