fulling

by FullAgent

Pending

Fulling is an AI-powered Full-stack Engineer Agent. Built with Next.js, Claude, shadcn/ui, and PostgreSQL. Use kubernetes as infra.

2,366stars
223forks
TypeScript
Added 12/27/2025
AI Agentsai-agentclaudeclaude-codedockerkubernetesllmnextjspgsqlpostgresqlprismareactshadcn-uitypescriptvibe-coding
Installation
# Add to your Claude Code skills
git clone https://github.com/FullAgent/fulling
README.md

Fulling - AI-Powered Full-Stack Development Platform

<div align="center"> <img src="https://img.shields.io/badge/v1.0.0-stable-green?style=for-the-badge" alt="Version 1.0.0"/> <img src="https://img.shields.io/badge/Next.js-16.0.10-black?style=for-the-badge&logo=next.js" alt="Next.js"/> <img src="https://img.shields.io/badge/TypeScript-5-blue?style=for-the-badge&logo=typescript" alt="TypeScript"/> <img src="https://img.shields.io/badge/PostgreSQL-14-blue?style=for-the-badge&logo=postgresql" alt="PostgreSQL"/> <img src="https://img.shields.io/badge/Kubernetes-1.28-326ce5?style=for-the-badge&logo=kubernetes" alt="Kubernetes"/> <img src="https://img.shields.io/badge/Claude_Code-AI-purple?style=for-the-badge" alt="Claude Code"/> </div>

[!CAUTION] v2 development in progress

We're rearchitecting Fulling as an Agentic app. Breaking changes expected.

For stable, use v1.0.0.

Overview

Fulling provides a sandboxed environment with Claude Code and PostgreSQL — everything you need to vibe code full-stack apps.

Fulling automatically sets up the following for your project, ready in a minute:

  • Next.js environment with shadcn/ui
  • Dedicated PostgreSQL (pre-configured)
  • Claude Code (pre-configured)
  • A live domain

fulling-frame

fulling-desktop

Features

  • Dev environment - Next.js + shadcn/ui + Claude Code CLI, all pre-configured. Environment variables are set up, so you can start coding immediately.

  • Database - Each project gets its own PostgreSQL instance via KubeBlocks. Connection string is injected as DATABASE_URL.

  • Live domains - HTTPS subdomains with SSL, mapped to ports 3000/5000/8080. Your app is accessible the moment you run it.

  • Web terminal - Built-in ttyd terminal. Chat with Claude Code, run commands, see output—all in your browser.

  • Config awareness - Set up OAuth or payment configs in the UI. Claude Code can read these and implement the features for you.

  • GitHub sync - Connect your repo. Push, pull, version control—works like you'd expect.

  • One-click deploy - Deploy from sandbox to production Kubernetes. No YAML wrangling required.

Star us for latest updates

star-demo

Tech Stack

Frontend

  • Framework: Next.js 16.0.10 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS v4
  • UI Components: Shadcn/UI
  • State Management: React Hooks

Backend

  • Runtime: Node.js
  • API: Next.js API Routes
  • Database ORM: Prisma
  • Authentication: NextAuth v5 with GitHub OAuth

Infrastructure

  • Container Orchestration: Kubernetes
  • Database: PostgreSQL (via KubeBlocks)
  • Web Terminal: ttyd
  • Container Image: ...