Back to the catalog

edgespark

Build full-stack apps on EdgeSpark with database, auth, and file storage.

Open source Open in the app JSON README (API)

About

Build full-stack apps on EdgeSpark with database, auth, and file storage.

Details

Kind
Plugins
Topic
Files & documents
Publisher
edgesparkhq
Origin
gemini
Category
ferramentas
Version
0.0.4
Last push
2026-05-15T10:08:15Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
edgesparkhq/gemini-extensions

README

# EdgeSpark Gemini CLI Extension

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)

Official Gemini CLI extension by EdgeSpark.

## What it does

EdgeSpark extension helps you build and deploy full-stack applications by providing:

- Development workflows for the EdgeSpark CLI and project structure
- Server-side patterns with Hono and Drizzle ORM
- Client-side patterns with the `@edgespark/web` browser SDK
- Auth configuration and OAuth provider setup
- Storage workflows with presigned URLs
- EdgeSpark docs via MCP server

## Skills

### `building-edgespark-apps`

Activated when a project has `edgespark.toml`, the user mentions EdgeSpark, or work involves the EdgeSpark CLI, server SDK types, storage/auth/database workflows, deployment, or `@edgespark/web`.

## MCP Servers

### `edgespark-docs`

Provides access to EdgeSpark documentation via the docs MCP endpoint.

## Installation

```bash
gemini extensions install https://github.com/edgesparkhq/gemini-extensions
```

## License

MIT. See [LICENSE](./LICENSE).

More