OpenAI 2026 hackathon

SkyWrite

SkyWrite: learn to write - right in the air!

Solo project by Marie Rosario · 1 likes · 0 comments

Archive position — measured, not model output

1 like on Devpost

506 of the 7,856 archived projects have more likes, and 1,758 share exactly 1 — so this project's #1,943 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

SkyWrite is a browser-based educational tool designed to help children develop handwriting skills through air writing — using hand gestures detected by computer vision. The product is self-reported as an accessible learning companion that uses MediaPipe for gesture recognition, adaptive learning algorithms, and structured practice levels.

The project was built by one individual (Marie Rosario) in the context of a hackathon submission. It includes four progressive levels of scaffolding, supports 62 characters (uppercase letters, lowercase letters, digits), and is claimed to use objective performance measurements for progress tracking.

Key commercial due-diligence questions:

  1. What is the actual educational impact or efficacy of SkyWrite?
  2. How does the adaptive learning engine determine mastery?
  3. Is there any evidence of user testing with target children?
  4. What are the technical limitations around free-form writing?

The single most important open question: Is SkyWrite effective at improving handwriting skills, or is it merely a novel tech demo?

Back to contents

What The Product Actually Is

The description states that SkyWrite:

  • Allows children to practice handwriting by writing letters or numbers in the air
  • Uses MediaPipe to detect hand movements through a device's front-facing camera
  • Compares the child’s movement with structured stroke paths
  • Includes all 62 uppercase letters, lowercase letters, and digits
  • Provides four progressively more challenging levels of practice:
    • Level 1: Follow the Trail (with shaded tracing corridor)
    • Level 2: Follow the Guide (no shaded corridor)
    • Level 3: Sky Writer (write from memory with hints)
    • Level 4: Free Write (write from memory with no guidance)
  • Uses React, TypeScript, Vite, MediaPipe Tasks Vision and Hand Landmarker, HTML5 Canvas, Browser camera APIs, and Local browser storage
  • Runs entirely in the browser without requiring local Python environments

Not evidenced:

  • The actual mechanics of how stroke paths are compared or measured
  • Whether the system tracks or evaluates specific motor skill development
  • How the adaptive engine selects next characters or levels

Back to contents

Positioning & Claim Evolution

The description states that SkyWrite is positioned as:

  • An accessible web application for children with learning differences (autism, ADHD, dyslexia)
  • A multi-sensory technique connecting letter recognition with large physical movements
  • An educational tool built from a prior computer-vision experiment
  • A way to transform an isolated ML prototype into something students can use

The project evolved from:

  • A local Python prototype for two students
  • A computer-vision experiment that was "not automatically a useful learning experience"
  • Into a browser-based application with four distinct levels of scaffolding

Inferred:

  • The author's intent is to make educational technology more accessible through web deployment
  • There may be an emphasis on inclusive design for children with special needs

Back to contents

Target Customer & ICP

The description states that SkyWrite targets:

  • Children who struggle with handwriting (especially those with autism, ADHD, or dyslexia)
  • Students who find handwriting practice repetitive, frustrating, or difficult to remember
  • Younger students who may not yet be able to read instructions
  • Tutoring environments where the author spends 20 hours weekly

Not evidenced:

  • Specific age ranges for target users
  • Whether there are any formal partnerships with schools or educators
  • The size of the potential market or user base
  • Any demographic breakdowns of intended users beyond general learning differences

Back to contents

Business Model & Pricing Evidence

The description states that SkyWrite:

  • Is a web application accessible through a link (no installation required)
  • Does not appear to have any pricing information or monetization strategy
  • Is described as a "free" tool for students to use
  • Has no evidence of subscription, licensing, or transactional models

Not evidenced:

  • Any revenue streams or business model
  • Pricing tiers or customer acquisition costs
  • Whether there are plans for monetization or commercial partnerships
  • Any indication of B2B or B2C targeting

Back to contents

Technical & Delivery Signals

The description states that SkyWrite:

  • Runs entirely in the browser using MediaPipe Tasks Vision and Hand Landmarker
  • Uses React, TypeScript, Vite, HTML5 Canvas, Browser camera APIs, and Local browser storage
  • Preserves educational structure of original tracing exercises
  • Smooths coordinates to reduce camera jitter
  • Maps hand movements onto a tracing canvas
  • Checks whether the child is moving near the correct path and in the correct direction
  • Divides each letter into intended strokes
  • Requires students to begin at the correct starting point, follow the stroke, and fully reach its endpoint before advancing
  • Uses one-second pauses between strokes
  • Records performance metrics for adaptive learning engine

Inferred:

  • The system is designed for low-latency interaction with real-time computer vision
  • There may be limitations in accuracy or responsiveness due to browser-based processing

Back to contents

Traction & Maturity Signals

The description states that SkyWrite:

  • Was built as a hackathon submission (OpenAI 2026)
  • Has no evidence of revenue, customers, or adoption data
  • Was initially an isolated ML experiment
  • Was transformed from a local prototype into a web application
  • Includes a data collection tool for Level 4 development

Not evidenced:

  • Any user base or customer numbers
  • Revenue figures or funding rounds
  • Customer testimonials or usage metrics
  • Product maturity beyond initial prototype stage
  • Any evidence of market traction or adoption

Back to contents

Competitive Context

The description states that SkyWrite:

  • Is positioned as an educational tool for handwriting practice
  • Uses computer vision and adaptive learning techniques
  • Is claimed to be more accessible than traditional methods
  • Was inspired by the author's previous work with MediaPipe
  • Has no direct competitors mentioned in the description

Not evidenced:

  • Any competitive landscape analysis
  • Comparison to existing handwriting or educational technology tools
  • Market positioning relative to other edtech products
  • Evidence of similar technologies already in the market

Back to contents

Key Risks & Red Flags

The description indicates several potential risks:

  1. Educational efficacy: The author notes that "a technically functional tracing exercise is not automatically a useful learning experience" — suggesting uncertainty about actual impact.
  2. Technical limitations: Free-form writing (Level 4) has significant technical challenges, including difficulty distinguishing intentional from accidental marks.
  3. Scalability concerns: The project was built by one person and lacks evidence of team expansion or institutional support.
  4. Market validation: No evidence of user testing with target children or market demand.
  5. Data quality issues: Difficulty finding suitable datasets for training free-writing recognition models.
  6. Sustainability: No indication of long-term development plans, funding, or commercial viability.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific educational outcomes or improvements have been observed in children using SkyWrite?
  2. How does the adaptive learning engine determine when a child has mastered a character?
  3. Have you conducted any user testing with actual children, particularly those with learning differences?
  4. What are the technical limitations of Level 4 (Free Write) and how do you plan to address them?
  5. Is there a roadmap for monetization or commercial deployment?
  6. How do you plan to scale beyond a single developer?
  7. What is the current status of data collection for improving Level 4 accuracy?
  8. Are there any partnerships with schools, therapists, or educational institutions?

Back to contents

Investment/Partnership Verdict

The description indicates that SkyWrite is:

  • A hackathon project built by one individual
  • Not evidenced to have any revenue, customers, or traction
  • Positioned as an educational tool for children with learning differences
  • Based on computer vision and adaptive learning technologies
  • In early development stage with no clear business model

Not evidenced:

  • Any commercial viability or market readiness
  • Evidence of product-market fit or user demand
  • Financial projections or investment potential
  • Team expansion plans or institutional backing

Inferred:

  • The project has technical merit but lacks commercial evidence
  • It may be a promising educational tool in concept, but current evidence does not support investment or partnership decisions
  • Further due diligence would require demonstration of educational impact and market traction

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.