Skip to content

Comment on Ask HN: What would you use to build a mostly CRUD back end today?

Comments

  - Stack:
    - Application FE:
      - Next JS (Hosted via Vercel)
      - Hasura GraphQL for real-time messaging.
      - Supabase for Auth and hosted Database.

    - Application BE:
      - PostgreSQL via asyncpg (no ORM)
      - Uvicorn - hosted on AWS Lightsail.
      - Redis - as a message queue.
      - Hasura GraphqlQL for real-time messaging.
    
    - Monitoring:
      - Axiom https://axiom.co/vercel as it integrates with Vercel.

    - Packaging:
      - Docker & docker-compose
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.