Thanks to visit codestin.com
Credit goes to github.com

Skip to content

berry1001/aileen

 
 

Repository files navigation

Aileen - AI something something... get it?

An AI-powered development platform that helps developers build and deploy full-stack Next.js applications with automated infrastructure setup.

Services Used

Platform Services (Aileen itself)

  • Neon - Postgres database for storing projects, versions, and secrets
  • Stack Auth - Authentication for platform users
  • Assistant UI - AI chat interface and conversation persistence
  • Mastra - AI agents and workflow orchestration

Provisioned Per-App (for each project created)

  • Neon - Dedicated Postgres database with branching support
  • Stack Auth - Authentication provider (auto-configured via Neon Auth)
  • Freestyle.sh - Cloud development server with git integration

What Does It Do?

  • Creates projects with automated database, auth, and dev server setup
  • Manages project versions with database snapshots and git commits
  • Provides AI chat interface for development guidance
  • Orchestrates complex initialization workflows with Vercel Workflows
  • Tracks and manages environment secrets per project version

Getting Started

Environment Variables

Copy the example environment file and fill in your API keys:

cp example.env .env

All required environment variables are documented in example.env.

Installation

npm install

Development

npm run dev

Your application will be available at http://localhost:3000.

About

Open source codegen platform provisioning apps with Neon databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • CSS 1.1%