Programmable scholarships for the next generation of learners.
Wordener is a funding platform that lets anyone in the world back a student they believe in — and follow every step of their journey. It connects donors, companies, and communities directly to students through programmable scholarships that release funds automatically as students hit real academic milestones.
- Overview
- The Problem It Solves
- Product Vision & Mission
- Key Features
- Target Users
- Tech Stack
- Repository Structure
- Getting Started
- Contributing
- Roadmap
- License
Wordener is a transparent, milestone-based scholarship platform that turns one-off donations into long-term relationships between students and their supporters. Scholarship funds are held in escrow and released automatically as students verify real academic progress — no bureaucracy, no opacity, no misalignment.
| Problem | How Wordener Addresses It |
|---|---|
| Opaque funding systems | Every fund movement is recorded and visible to all parties |
| Lump-sum, poorly timed disbursements | Funds release in stages, aligned with verified academic milestones |
| Under-credentialed high-potential students | Students build a portable, verifiable on-chain academic record |
| Disconnected stakeholders | Donors and employers follow a student's full journey in real time |
- Vision: A world where any promising student, anywhere, can access fair, transparent funding backed by a verifiable record of their achievements.
- Mission: Build infrastructure for programmable scholarships and on-chain academic records that align incentives between students, donors, and employers — unlocking more funding and opportunity as students progress.
- 🎓 Student profiles with verified academic information and milestones
- 💡 Programmable scholarships with configurable funding rules and release conditions
- ⚡ Automated, milestone-based disbursement — no manual bureaucracy
- 📊 Donor & partner dashboards to track scholarship performance and student progress
- 🔗 On-chain academic milestones creating a portable, verifiable student track record
- 🔔 Notifications & updates as students hit milestones and receive funds
For full feature details, see
docs/product/product-spec.mdand the rootPRODUCT_SPEC.md.
| User Type | Role |
|---|---|
| Students | Apply for scholarships, submit milestone evidence, track disbursements |
| Individual Donors | Fund students, follow progress, see real impact |
| Companies & Employers | Co-fund talent pipelines, build early relationships with future hires |
| Foundations & NGOs | Run transparent scholarship programs at scale |
⚠️ The final stack is being finalized indocs/development/development-plan.md. Approximate planned stack:
| Layer | Technology |
|---|---|
| Frontend | Next.js (App Router) + TypeScript |
| Styling | Tailwind CSS |
| Backend / API | Next.js API Routes or a dedicated Node.js service |
| Database | PostgreSQL (via Prisma or similar ORM) |
| Auth | Clerk or NextAuth |
| On-chain | EVM-compatible chain (TBD) + USDC |
| Smart Contracts | Solidity (Hardhat / Foundry) |
| Infra | Vercel (frontend), Railway or Render (backend) |
Wordener/
├── docs/ # All documentation
│ ├── product/ # Product spec and UX principles
│ ├── development/ # Architecture and development plan
│ ├── roadmap/ # Roadmap, milestones, and phases
│ ├── tasks/ # Task management structure
│ └── prompts/ # AI development guide and prompt patterns
├── src/ # Application source code (to be built)
├── design/ # Design files, mockups, UI references
├── assets/ # Images, icons, brand media
├── scripts/ # Automation and build scripts
├── .github/
│ └── ISSUE_TEMPLATE/ # GitHub issue templates
├── README.md # This file
├── PRODUCT_SPEC.md # AI-friendly product specification summary
├── ROADMAP.md # High-level roadmap summary
├── CONTRIBUTING.md # Contribution guide
└── LICENSE # MIT License
- Read this
README.mdto understand the vision and structure. - Review
PRODUCT_SPEC.mdfor a concise product summary. - Review
docs/product/product-spec.mdfor the full spec. - Check
docs/development/development-plan.mdfor how we will build it. - Check
ROADMAP.mdand GitHub Issues for what's planned and what's next. - Read
docs/prompts/ai-development-guide.mdbefore using AI tools.
⚙️ Setup instructions will be added here once the app scaffold is initialized. See
src/README.mdfor the expected code structure.
This project is designed for heavy use of AI tools (Cursor, GitHub Copilot, ChatGPT, etc.) for:
- Generating boilerplate, tests, and scaffolding
- Drafting and refining documentation
- Exploring implementation options
All AI-generated contributions must be:
- Aligned with product and architecture docs
- Reviewed by a human before merging
- Validated with tests or manual verification
See docs/prompts/ai-development-guide.md for detailed guidelines.
We welcome contributions from developers, designers, and product thinkers!
Please read CONTRIBUTING.md for:
- How to set up the project
- Branching strategy and commit conventions
- PR process and code review standards
See ROADMAP.md for a high-level overview, or docs/roadmap/roadmap.md for the full detailed roadmap.
Phases at a glance:
- MVP – Student/donor onboarding, scholarship creation, milestone tracking & simulated disbursement
- On-Chain & Operations – Smart contract escrow, USDC disbursement, automated milestone verification
- Ecosystem & Growth – Employer portals, analytics, academic passport, Scholarship DAOs
MIT © 2026 FolushoJoseph