#280 · Primary category: AI Coding Assistants
fulling
Fulling is an AI-powered Full-stack Engineer Agent. Built with Next.js, Claude, shadcn/ui, and PostgreSQL. Use kubernetes as infra.
Project last updated:08/17/26
GitHub Stars
2.4K
Forks
232
Contributors
6
License
MIT
Why we included this project
Fulling is a foundation rather than a finished assistant. It provisions a persistent, Kubernetes-backed workspace where a coding agent such as Claude Code keeps skills, files, memory, scripts, and a runtime together, instead of working as an ad-hoc chat. The codebase is a Next.js application backed by PostgreSQL, with real work already done on GitHub-only sign-in, user-scoped Kubernetes clients, and validated kubeconfig handling. The credential boundary is the most interesting part: kubeconfigs sit as plaintext in the database, browser-facing APIs never return saved content, and logs must not leak tokens or keys. Teams exploring how to give an LLM-driven coding agent isolated infrastructure will learn more from the architecture notes and current scaffolding than from treating this as a drop-in product.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.