NextBlock - Blockchain SaaS ($250K in 2 Months) by Sergio PereyraNextBlock - Blockchain SaaS ($250K in 2 Months) by Sergio Pereyra

NextBlock - Blockchain SaaS ($250K in 2 Months)

Sergio Pereyra

Sergio Pereyra

The Problem

Solana developers building high-frequency apps (trading bots, DeFi protocols, NFT platforms) had a real infrastructure problem: public RPC nodes are slow, unreliable, and wide open to MEV attacks. Competitors like Helius and QuickNode existed, but they weren't built for speed-critical use cases at scale.
NextBlock needed a product that could go to market fast, convert developers on a free tier, and monetize the ones who needed serious throughput. The founder had a clear technical vision. What he didn't have was the product built around it.
The brief: build a tiered SaaS API platform from scratch (billing, dashboard, auth, rate limiting, docs) and ship it fast enough to capture early market position against well-funded competitors.

What I Built

The full product, end to end. React frontend with a developer dashboard, Flask API backend, MySQL for user and billing data, and Stripe for subscription management across four tiers.
Tier structure:
Entry — 5 TPS · Free · HTTP only
Builder — 25 TPS · $99/mo · HTTP + gRPC
Pro — 50 TPS · $299/mo · Dedicated node
Enterprise — 100+ TPS · Custom · SLA + priority routing
The dashboard gave developers everything they needed to self-serve: API key management, real-time usage graphs, plan upgrades, and transaction logs. No support ticket needed to go from free to paid.
On the infrastructure side, the API routed through global redundant nodes with Stake Weighted Quality of Service, meaning NextBlock's transactions got prioritized by Solana validators over standard RPC traffic. Faster confirmation times, MEV protection built in, and reliability that public endpoints can't match.
NextBlock vs. competitors:
MEV protection: Public RPC ✗ · Helius/QuickNode Partial · NextBlock ✓ Built-in
Stake Weighted QoS: Public RPC ✗ · Helius/QuickNode ✗ · NextBlock ✓
Dedicated throughput: Public RPC ✗ · Helius/QuickNode Shared · NextBlock ✓ Per plan
gRPC support: Public RPC ✗ · Helius/QuickNode Limited · NextBlock ✓ Builder+
Self-serve billing: Public RPC — · Helius/QuickNode Manual · NextBlock ✓ Stripe native

How It Shipped

Week 1: Architecture and auth Database schema, user auth, API key generation system, and Stripe integration. The billing layer had to be bulletproof before anything else.
Week 2: Dashboard and rate limiting React developer dashboard with real-time usage tracking. Rate limiting middleware per tier, enforced at the API layer. Self-serve plan upgrade with instant provisioning.
Week 3: Routing layer and redundancy Global node routing with automatic failover. gRPC support wired alongside HTTP. Stake Weighted QoS integrated with the transaction submission path.
Week 4: Launch and first revenue Public launch. Free tier drove developer signups. Paid conversions came fast because the performance difference was measurable.

The Result

$250,000 in processed revenue inside 60 days of launch. The free Entry tier created a steady top-of-funnel: developers could test performance claims themselves. When they hit the 5 TPS ceiling on a real workload, upgrading was a no-brainer.
The self-serve billing flow meant zero sales calls needed to convert from free to paid. Stripe handled upgrades, downgrades, and invoicing. The product did the selling.
Like this project

Posted Nov 25, 2024

Tiered SaaS API platform for Solana developers. Built end-to-end in 4 weeks: billing, dashboard, auth, rate limiting, global node routing. $250K processed revenue in 60 days.