Multi-tenant · Row-Level Security · Open Audit Trail

School ERP
that actually
works.

Attendance, fees, academics, reporting — one platform, zero headaches. Built for schools that refuse to drown in spreadsheets.

Today's Attendance

Class 10-A ·

0/3 Present
Student Roll No. Status
Click any status pill to cycle · Present → Absent → Late

Your school management shouldn't feel like a hostage situation.

Most "ERP" systems sold to schools are either glorified spreadsheets with a login page, or enterprise-grade nightmares that cost more than the teachers' salaries. You deserve better.

Paper Registers

Attendance on paper. Fees in a diary. Reports take a week. It's 2026.

Expensive ERPs

Enterprise systems priced for corporations, sold to schools with 200 students and a ₹50K annual budget.

Zero Data Ownership

Your student data sitting on someone else's server with no audit trail, no export, no escape route.

Skolvo fixes this. One platform. Every school. Their data, their rules.

Core Features

Everything your school needs. Nothing it doesn't.

Attendance Tracking

Mark attendance in two taps. Color-coded, timestamped, teacher-attributed. Parents get real-time notifications.

Fee Management

Track dues, generate receipts, record payments with references. Pending fee alerts sent automatically.

Student Records

Class, section, roll number, parent linkage, admission date — one source of truth per student.

Multi-Tenant Isolation

Every school's data is isolated at the database layer with Postgres Row-Level Security. Not just app code — the DB enforces it.

Audit Trail

Every create, update, and delete is logged with who, when, and what changed. Full before/after snapshots.

Role-Based Access

Admin, Teacher, Parent, Student — each role sees exactly what it should. Server-enforced, not just hidden buttons.

How It Works

Three steps. Five minutes. Zero headaches.

1

Create Your School

Sign up with your school name. You become the admin. Add teachers and students from the dashboard.

2

Configure & Import

Set up classes, sections, fee structures. Import existing student data or add them one by one.

3

Run Your School

Teachers mark attendance. Admins track fees. Parents stay informed. Everything is logged, audited, secure.

Security & Trust

Every change. Every time.
Logged, immutable, auditable.

Skolvo doesn't just store your data — it guards it. Row-Level Security ensures one school can never see another's data, even if the application code has a bug.

  • Postgres RLS — tenant isolation at the database engine level, not just application middleware
  • Bcrypt + JWT — passwords hashed with configurable rounds, short-lived access tokens, rotating refresh tokens
  • Rate limiting + lockout — brute-force protection per user and per IP
  • Server-side RBAC — role enforcement happens in Express middleware, not just the UI
audit_log.json
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "tenant_id": "f94d879d-2099-4902-b16e-...",
  "actor_user_id": "5f1fbf43-c12a-4bf2-8e9b-...",
  "action": "update",
  "entity": "student",
  "entity_id": "72cf0df1-d92b-4c53-8899-...",
  "before": {
    "name": "Alice Johnson",
    "class": "10",
    "section": "A"
  },
  "after": {
    "name": "Alice Johnson",
    "class": "10",
    "section": "B"
  },
  "created_at": "2026-07-23T10:30:00Z"
}

Every CUD operation on students, attendance, and fees produces an immutable audit record.

Pricing

Honest pricing. No surprises.

Start free. Upgrade when you need to. No hidden fees, no per-seat nonsense.

Basic

For small schools getting started.

₹[X] /month

Starting price · scales with your school

  • Up to 200 students
  • Attendance + Fees
  • 3 admin accounts
  • Email support
Start Free Trial
Most Popular

Professional

For growing schools.

Contact Us

Custom pricing based on your needs

  • Up to 1,000 students
  • All modules + reporting
  • Unlimited admin accounts
  • Priority support + onboarding
  • Parent portal access
Contact Sales

Institutional

For school chains and districts.

Contact Us

Enterprise SLA + dedicated support

  • Unlimited students + tenants
  • Custom modules & integrations
  • Dedicated database instance
  • SLA + 24/7 phone support
  • White-label options
Contact Sales

Testimonials

Trusted by schools who tried everything else first.

"[PLACEHOLDER — replace with real quote about switching from spreadsheets to Skolvo and the time saved on attendance tracking]"
PK
Priya Kapoor Principal, [School Name]
"[PLACEHOLDER — replace with real quote about fee tracking being transformed and the audit trail giving peace of mind]"
RM
Rajesh Menon Administrator, [School Name]
"[PLACEHOLDER — replace with real quote about multi-tenant security and how each school's data is properly isolated]"
AV
Ananya Verma Director, [School Name]

* Testimonial names and quotes are placeholders. Replace with real testimonials before public launch.