Skip to content

Latest commit

 

History

461 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌾 Fieldly

Digital Farmland Leasing & Agricultural Intelligence Platform

Fieldly is building trusted digital infrastructure for farmland leasing, agricultural operations, and rural coordination.

From land discovery and farmer onboarding to lease management and marketplace intelligence, Fieldly streamlines agricultural land operations through a modern digital platform.

Release Codename Roadmap Status Next.js TypeScript PostgreSQL Docker CI/CD License

App Preview

Fieldly Dashboard

Intelligent Farmland Leasing With Fieldly

Fieldly Platform Interface

Agricultural Intelligence Platform Interface

Overview

Agricultural land leasing remains heavily fragmented, relying on informal agreements, manual verification processes, and disconnected communication channels.

Fieldly provides a unified platform that enables:

  • Verified farmer and landowner onboarding
  • Digital farmland discovery
  • Marketplace-driven land leasing
  • Application and bidding workflows
  • Administrative governance tools
  • Real-time notifications and engagement systems
  • Agricultural intelligence and operational insights

The platform is designed as a scalable foundation for the future of agricultural commerce.

Mission

Build trusted digital infrastructure for farmland leasing, agricultural coordination, and rural intelligence systems.

Status

Current Release: v0.6.0-beta — Catalyst
Next Milestone: Vanguard (v0.7.0-beta)
Development Status: Active

Road to Production: Genesis → Atlas → Nexus → Forge → Sentinel → Catalyst → Vanguard → Meridian → Horizon → Frontier

Product Evolution

Fieldly is developed through milestone-driven releases inspired by modern SaaS engineering practices.

Version Codename Focus
v0.1.0-alpha Genesis Authentication & Onboarding
v0.2.0-alpha Atlas Marketplace Foundation
v0.3.0-alpha Nexus Applications, Notifications & Administration
v0.4.0-beta Forge Infrastructure & Deployment
v0.5.0-beta Sentinel Security & Governance
v0.6.0-beta Catalyst Marketplace Refinement & UX
v0.7.0-beta Vanguard Verification, Leasing & Payments
v0.8.0-beta Meridian Marketplace Intelligence
v0.9.0-rc.1 Horizon Production Hardening
v1.0.0 Frontier Public Production Release

Solution

Fieldly provides a comprehensive ecosystem that transforms agricultural land management:

Verified Marketplace

  • Digital identity verification for landowners and farmers via Clerk
  • Land parcel validation and documentation
  • Trust scoring and reputation systems

End-to-End Digital Leasing

  • Automated contract generation and management
  • Real-time updates via Pusher WebSockets
  • Digital workflows with React Hook Form and Zod validation

Modular Insights Engine

  • Real-time agricultural intelligence from multi-source data
  • Actionable recommendations for irrigation, planting, and harvesting
  • Interactive data visualization with Recharts

Scalable Architecture

  • Real-time infrastructure with Pusher for live updates
  • Rate limiting with Upstash Redis
  • Type-safe database operations with Prisma ORM

Fieldly High-Level Architecture

Features

For Farmers

Feature Description
Land Discovery Search and filter verified farmland listings
Digital Applications Submit and track lease applications with real-time status
Agricultural Intelligence Interactive dashboards with Recharts visualizations
Field Monitoring Track performance metrics and conditions
Profile Management Secure identity management via Clerk

For Landowners

Feature Description
Asset Management List and manage multiple land parcels
Farmer Verification Vet and onboard qualified farmers
Lease Management End-to-end leasing workflow automation
Utilization Analytics Track land use with animated statistics
Revenue Optimization Data-driven pricing recommendations

Platform Intelligence

Capability Status
Matching Engine Active
Real-time Notifications Active (Pusher)
Data Visualization Active (Recharts)
Rate Limiting Active (Upstash)
File Storage Active (Supabase)
Risk Scoring Planned
Yield Prediction Planned

Roadmap

Vanguard (v0.7.0-beta)

  • Identity verification
  • Lease agreement workflows
  • Payment infrastructure
  • Security deposits

Meridian (v0.8.0-beta)

  • Advanced marketplace search
  • Recommendation engine
  • Marketplace intelligence
  • Analytics dashboards

Horizon (v0.9.0-rc.1)

  • Security hardening
  • Performance optimization
  • Monitoring and observability
  • Release readiness

Frontier (v1.0.0)

  • Public production launch
  • Revenue infrastructure
  • Complete leasing lifecycle
  • Marketplace operations platform

⚡Installation & Setup

Clone Repository

git clone https://github.com/rajputomsingh/Fieldly.git
cd Fieldly

### Install Dependencies

```bash
# Install dependencies using pnpm (recommended)
pnpm install

Configure Environment

# Copy environment template
cp .env.example .env

👉 Refer to the example file here:
.env.example

Update .env with required credentials:

  • Database (PostgreSQL)
  • Authentication (Clerk)
  • Realtime (Pusher)
  • Caching (Upstash Redis)
  • Storage (Supabase, if used)

The application will not run without valid environment variables.

Database Setup

# Generate Prisma client
pnpm prisma generate

# Apply database migrations (development)
pnpm prisma migrate dev

Ensure your database is running before executing migrations.

Run Development Server

# Start Next.js development server
pnpm dev

The application will be available at:

http://localhost:3000

🐳 Docker Setup

Development Environment

# Start development containers
docker compose -f docker-compose.dev.yml up --build

# Run with attached logs
docker compose -f docker-compose.dev.yml up --build --attach fieldly-app

# Stop containers
docker compose -f docker-compose.dev.yml down

Production Environment

# Build production containers
docker compose build

# Start production services
docker compose up -d

# Stop production services
docker compose down

Community

About

Building digital infrastructure for intelligent farmland leasing, realtime agricultural operations, and scalable rural coordination systems.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

125 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages