Skip to content

BYTES-TECHES/Fund-A-Child

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUNDACHILD

FUNDACHILD is a birth-anchored child savings and trust platform built to help families start funding a child's future from day one.

Current status

This repository is an early product scaffold. It contains:

  • A Next.js web app with an initial product landing page.
  • A Node/Express API with health and version landing endpoints.
  • Product and architecture notes for the intended MVP.

Core idea

A child gets a dedicated vault early in life. Parents, guardians, diaspora relatives, donors, and institutions can contribute over time. The platform uses Stellar as the settlement rail for fast, low-cost, transparent transfers while keeping the user experience simple for non-crypto users.

Monorepo structure

apps/
  web/   -> Next.js product app
  api/   -> Node.js backend service

docs/    -> product and architecture docs

Tech stack

  • Web: Next.js, React, TypeScript
  • API: Node.js, Express
  • Planned settlement rail: Stellar

Initial MVP

  • Child vault creation
  • Guardian onboarding
  • Contribution flows
  • Contribution history
  • Withdrawal request and approval rules
  • Admin dashboard foundations
  • Stellar integration layer

Getting started

Install dependencies from the repository root:

npm install

Web

npm run dev:web

API

npm run dev:api

API endpoints available in the scaffold:

GET /health
GET /api/v1

Suggested next build steps

  1. Define the first launch market and compliance assumptions.
  2. Add the database schema for guardian, child, vault, contribution, and withdrawal entities.
  3. Implement Stellar account and transaction services.
  4. Build guardian onboarding and child vault creation flows.
  5. Add admin review tools for approvals and audit history.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors