You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fulling is designed to streamline the entire full-stack development lifecycle using an AI-centric approach. Its core capabilities are delivered through a highly orchestrated, self-contained development sandbox:
28
+
-**Dev environment** - Next.js + shadcn/ui + Claude Code CLI, all pre-configured. Environment variables are set up, so you can start coding immediately.
29
29
30
-
***Pre-Configured AI Development Environment:**
31
-
* A complete, immediately usable development environment is provisioned, featuring **Next.js**, **shadcn/ui**, and the **Claude Code CLI**.
32
-
* Essential AI-related environment variables (e.g., `BASE_URL`, `KEY`, etc.) are automatically configured and injected, allowing the AI agent to begin coding instantly without manual setup.
30
+
-**Database** - Each project gets its own PostgreSQL instance via KubeBlocks. Connection string is injected as `DATABASE_URL`.
33
31
34
-
***Isolated PostgreSQL Database Provisioning:**
35
-
* A dedicated and isolated **PostgreSQL** database instance is automatically created for each project using **KubeBlocks**.
36
-
* The database connection string is securely injected into the development environment as an environment variable (`DATABASE_URL`), ensuring the AI can access and configure the persistence layer.
32
+
-**Live domains** - HTTPS subdomains with SSL, mapped to ports 3000/5000/8080. Your app is accessible the moment you run it.
37
33
38
-
***Automated Public Endpoint and Domain Mapping:**
39
-
* Multiple accessible subdomains are automatically allocated and managed (**HTTPS ingress with SSL termination**).
40
-
* These subdomains are configured to map to the specific application ports you wish to expose (e.g., ports 3000, 5000, 8080), providing immediate external access for testing and live development.
34
+
-**Web terminal** - Built-in ttyd terminal. Chat with Claude Code, run commands, see output—all in your browser.
41
35
42
-
***Natural Language Interaction via Web Terminal:**
43
-
* All core development and configuration tasks are performed through a built-in **Web Terminal (ttyd)** using natural language instructions.
44
-
* This provides a direct, low-friction interface for interacting with the AI engineer, receiving code, running commands, and monitoring the development process.
36
+
-**Config awareness** - Set up OAuth or payment configs in the UI. Claude Code can read these and implement the features for you.
45
37
46
-
***AI-Aware Business Configuration:**
47
-
* Specific business configurations, such as **OAuth settings** (e.g., GitHub authentication) and **Payment configurations**, can be fed into the platform.
48
-
* This configuration metadata is made accessible as contextual prompts, allowing the Claude Code agent to intelligently perceive and implement corresponding features (e.g., configuring NextAuth) directly into the generated code.
38
+
-**GitHub sync** - Connect your repo. Push, pull, version control—works like you'd expect.
49
39
50
-
***Seamless GitHub Repository Integration:**
51
-
* The platform is designed for easy association with an external **GitHub repository**.
52
-
* This facilitates standard code repository management, version control, and collaboration by connecting the AI's generated code to your preferred source control workflow.
40
+
-**One-click deploy** - Deploy from sandbox to production Kubernetes. No YAML wrangling required.
53
41
54
-
***Automated High-Availability Deployment:**
55
-
* Projects can be automatically deployed from the development sandbox to a high-availability production environment, leveraging the underlying **Kubernetes** infrastructure.
56
-
* This aims to abstract away the complexities of deployment, allowing the AI to manage the transition from development to live application.
57
-
58
-
## Star Fulling on GitHub can get the latest released information.
0 commit comments