Skip to main content
Dev Kit for AI combines a hosted backend API, a customizable Next.js frontend template, and a management console so you can launch AI-powered products quickly.
The platform provides three production-ready components:

Starter Kit

A Next.js 15 application template that serves as your customer-facing product:
  • What it is: Open-source Next.js app with React 19, Tailwind CSS, and dark mode
  • What you do: Clone it from GitHub, customize the UI, and deploy to your hosting
  • How it connects: Uses environment variables to authenticate with the Cloud API
  • Key features: User authentication, dashboards, AI generation UI, responsive design

Cloud Admin

A web console where you manage your projects and users:
  • What it is: Hosted management interface at devkit4ai.com/console or vibecoding.ad/console
  • What you do: Register your developer account, create projects, generate API keys, configure payments
  • What you get: Developer keys, project IDs, API keys, and Stripe integration needed to monetize your app
  • Key features: Project management, API key generation, user analytics, payment configuration, subscription monitoring

Cloud API

A hosted backend service that powers your application:
  • What it is: Production-ready FastAPI service with authentication, AI, and payment features
  • What you do: Connect your Starter Kit using the credentials from Cloud Admin
  • What it provides: User authentication, role-based access, AI generation, subscription billing
  • Key features: JWT authentication, multi-tenant architecture, AI image generation, Stripe payment processing

How They Work Together

1

Sign up for Cloud Admin

Create your developer account at devkit4ai.com/console. The system automatically creates your first project and generates your credentials.
2

Clone the Starter Kit

Get the Next.js template from GitHub and install dependencies locally.
3

Configure credentials

Add your developer key, project ID, and API key to the Starter Kit’s environment file.
4

Customize and deploy

Update branding, add features, and deploy to your hosting provider. Your app now uses Cloud API for backend services.

Next Steps

Starter Kit Details

Learn what’s included in the template

Cloud Admin Guide

Understand the management console

Cloud API Reference

Explore the backend API