Skip to content
@sheetful-co

sheetful.co

Build robust REST APIs with Google Sheets for free
Sheetful Logo

Welcome to Sheetful

Get Started   Documentation

We focus on building modern and scalable solutions using the latest tech stack. Our flagship project, Sheetful, reflects our commitment to quality and performance.


Tech Stack & Tools

Next JS TypeScript TailwindCSS Supabase Stripe Vercel


Project Architecture

Below is a simplified flow of how our applications are structured, integrating authentication, payments, and external services.

graph LR
    User["User"] -->|Accesses| Client["Frontend (Next.js)"]
    
    subgraph "Next.js App"
        Client -->|Requests| API["API Routes"]
    end
    
    subgraph "Infrastructure"
        Client -.->|Deployed on| Vercel["Vercel"]
    end
    
    subgraph "External Services"
        direction TB
        Supabase[("Supabase")]
        Stripe["Stripe"]
        Resend["Resend"]
        Google["Google APIs"]
    end
    
    API -->|Auth & Data| Supabase
    API -->|Payments| Stripe
    API -->|Emails| Resend
    API -->|Integrations| Google
    
    classDef primary fill:#2563eb,stroke:#1d4ed8,color:white;
    classDef secondary fill:#475569,stroke:#334155,color:white;
    classDef database fill:#059669,stroke:#047857,color:white;
    
    class User,Client primary;
    class API,Stripe,Resend,Google,Vercel secondary;
    class Supabase database;
Loading

Featured Projects

Sheetful

Turn your Google Sheets into powerful REST APIs in seconds.

  • Instant APIs: GET, POST, PUT, DELETE endpoints generated automatically.
  • Secure: Authentication and role-based access control.
  • Scalable: Built on top of Supabase and Vercel.

Contact

Feel free to explore our repositories and contribute!

Website

Pinned Loading

  1. .github .github Public

    Turn spreadsheets into powerful REST APIs

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…