Skip to main content

Overview

Windsurf’s AI coding features work well for building Elata apps. This guide covers workspace rules setup and key workflows.

Setup

  1. Install Windsurf from windsurf.ai
  2. Open your Elata project
  3. Create .windsurf/rules.md with the template below

Windsurf Rules Template

Create .windsurf/rules.md in your project root:

Key Workflows

Getting Started

Scaffold an app first, then open in Windsurf:

Common Prompts

Add biometric features:
  • “Add camera heart rate monitoring using createRppgSession from rppg-web”
  • “Add EEG band power visualization using eeg-web”
  • “Connect to a Muse headset using BleTransport from eeg-web-ble”
Add protocol features:
  • “Show the current bonding curve price from AppBondingCurve”
  • “Create a tournament join button that calls Tournament.join()”
  • “Display the user’s staking position from the StakingVault”

Tips

Reference the SDK docs at docs.elata.bio/sdk/overview in your prompts when asking Windsurf to generate integration code.

Next

Builder Overview

What the protocol gives builders

SDK Overview

Biometric SDK packages