create-project

Automate Data-as-a-Service app setup with Next.js, Supabase, and Buildpad UI.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-project-alif-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-project
Source: https://github.com/Alif-N/fe-sima-arome/tree/main/.agents/skills/create-project
Command: npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-project-alif-n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @buildpad/cli, next, supabase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually setting up a new Data-as-a-Service application, providing a comprehensive foundation with Next.js, Supabase, and Buildpad UI.

Core Features & Use Cases

  • Project Initialization: Automates the setup of a new DaaS application, including project scaffolding, authentication proxy, test infrastructure, and a phased development plan.
  • Phased Development: Guides through a structured development process with phases for foundation, data foundation, core UI, business logic, relations, and polish.
  • Buildpad UI Integration: Ensures that the application leverages Buildpad UI components for a consistent and feature-rich user interface.
  • Use Case: Suitable for developers looking to quickly start a new project, create a new app, or bootstrap a DaaS application with a robust backend and frontend setup.

Quick Start

Bootstrap a new DaaS project with the following command:

npx @buildpad/cli@latest bootstrap --cwd /path/to/my-project

Frequently Asked Questions about create-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a Data-as-a-Service application with Next.js and Supabase?

You can bootstrap a Data-as-a-Service application by running the Buildpad CLI command, which automates project scaffolding, authentication proxy setup, and test infrastructure initialization. It generates a structured foundation using Next.js and Supabase.

What is phased development for a DaaS application?

Phased development for a DaaS application is a structured process that guides you sequentially through foundation setup, data infrastructure, core UI components, business logic, and final polish. It ensures systematic project progression rather than ad-hoc coding.

Do I need pnpm and Git to set up a Next.js project using Buildpad UI?

Yes, you need pnpm and Git installed, along with Node.js and npx, to execute the setup commands and initialize the project environment. These tools are required dependencies to run the Buildpad CLI and manage the resulting application.

Can I use Buildpad UI components to build a Supabase application interface?

Yes, this Skill integrates Buildpad UI components directly into the Supabase application setup, ensuring you leverage a consistent and feature-rich user interface. The core UI phase specifically focuses on implementing these components.

What is the best way to start a new DaaS project without manual configuration?

The best way to start a new DaaS project without manual configuration is using an automated scaffolding tool like the Buildpad CLI. It eliminates manual setup by providing a pre-configured foundation combining Next.js, Supabase, and UI components.

What are the limitations of using an automated project setup for a DaaS application?

The automated project setup is tailored specifically for Data-as-a-Service architectures using Next.js and Supabase. It may not be suitable if your application requires a different backend framework, a non-Node.js environment, or an alternative database infrastructure.