Meet InstantDB 🔥
An open source modern Firebase alternative for building real-time apps with almost zero backend code.
👉Fast, local-first, offline support, and AI-friendly.
GitHub: [link]
Docs: [link]
Recommended if you build apps quickly! and for Ai coded apps.
An open source modern Firebase alternative for building real-time apps with almost zero backend code.
👉Fast, local-first, offline support, and AI-friendly.
GitHub: [link]
Docs: [link]
Recommended if you build apps quickly! and for Ai coded apps.
GitHub
GitHub - instantdb/instant: Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams…
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love. - instantdb/instant
❤1
Was confused about this.
Transfer Protcol Vs API design Style
1. Api design styles(REST, GraphQL etc....)
Describe the architectural pattern - how two programs logically communicate.
E.g:
Request–Response design new? 👉 REST, SOAP
Remote Procedure Call (RPC) design new? 👉 gRPC, classic RPC
2. Transfer Protocols(Http, ftp, SMTP,.. Etc)
Define the actual wire-level communication between two programs in network - the rules, formats, and status codes
E.g:
HTTP 👉 request/response with methods (GET, POST) and status codes (200 OK, 404 Not Found)
It is like when one program say 200 OK, the other program understood like it works.
So REST is one of API design style, HTTP is one of a transfer protocol.
REST defines how APIs work generally , HTTP defines how data is sent actuality so two programs communicate - just like a language
Transfer Protcol Vs API design Style
1. Api design styles(REST, GraphQL etc....)
Describe the architectural pattern - how two programs logically communicate.
E.g:
Request–Response design new? 👉 REST, SOAP
Remote Procedure Call (RPC) design new? 👉 gRPC, classic RPC
2. Transfer Protocols(Http, ftp, SMTP,.. Etc)
Define the actual wire-level communication between two programs in network - the rules, formats, and status codes
E.g:
HTTP 👉 request/response with methods (GET, POST) and status codes (200 OK, 404 Not Found)
It is like when one program say 200 OK, the other program understood like it works.
So REST is one of API design style, HTTP is one of a transfer protocol.
REST defines how APIs work generally , HTTP defines how data is sent actuality so two programs communicate - just like a language
👍2
Learning Log
Was confused about this. Transfer Protcol Vs API design Style 1. Api design styles(REST, GraphQL etc....) Describe the architectural pattern - how two programs logically communicate. E.g: Request–Response design new? 👉 REST, SOAP Remote Procedure Call…
And yeah, MCP is a new protocol for AI agents to use external tools. It standardizes how AI connects to apps and services instead of building custom integrations for each one.
E.g. connecting an agent to Gmail.
E.g. connecting an agent to Gmail.
🔥2
Designing UI with AI is becoming standardized.
Google open-sourced DESIGN.md - a standard file that tells AI agents how your UI should look (colors, fonts, spacing, components, etc.).
The repo defines the structure for how the DESIGN.md file organize.
Repo: [link]
Google open-sourced DESIGN.md - a standard file that tells AI agents how your UI should look (colors, fonts, spacing, components, etc.).
The repo defines the structure for how the DESIGN.md file organize.
Repo: [link]
GitHub
GitHub - google-labs-code/design.md: A format specification for describing a visual identity to coding agents. DESIGN.md gives…
A format specification for describing a visual identity to coding agents. DESIGN.md gives agents a persistent, structured understanding of a design system. - google-labs-code/design.md
Learning Log
Designing UI with AI is becoming standardized. Google open-sourced DESIGN.md - a standard file that tells AI agents how your UI should look (colors, fonts, spacing, components, etc.). The repo defines the structure for how the DESIGN.md file organize. …
and awesome-design-md is - a huge collection of ready-to-use DESIGN.md files. inspired by popular brands like Stripe, Vercel, Linear, Notion, Supabase, etc. Just copy and use.
repo: [link]
repo: [link]
GitHub
GitHub - VoltAgent/awesome-design-md: A collection of DESIGN.md files analysis by popular brand design systems. Drop one into your…
A collection of DESIGN.md files analysis by popular brand design systems. Drop one into your project and let coding agents generate a matching UI. - VoltAgent/awesome-design-md
Use your own Telegram account as cloud storage with “Telegram Drive” - a desktop client app, manages things through telegram's api
Check it out: https://github.com/caamer20/Telegram-Drive
Check it out: https://github.com/caamer20/Telegram-Drive
GitHub
GitHub - caamer20/Telegram-Drive: Turn your Telegram account into an unlimited, secure cloud storage drive. an Open-source desktop…
Turn your Telegram account into an unlimited, secure cloud storage drive. an Open-source desktop app built with Tauri, Rust, and React. - caamer20/Telegram-Drive
Treating Agent Output Like Compiler Output
We don’t review compiler output - not because it’s perfect, but because we built systems (tests, specs, monitoring) to trust it.
AI-generated code needs the same....... Then wt? 🤔
Read 6min: [blog]
We don’t review compiler output - not because it’s perfect, but because we built systems (tests, specs, monitoring) to trust it.
AI-generated code needs the same....... Then wt? 🤔
Read 6min: [blog]
SkipLabs
Treat Agent Output Like Compiler Output | Skip
Why our discomfort with AI-generated code reveals exactly what we haven't built yet, and what the compiler analogy teaches us about trusting coding agents.
❤1
This media is not supported in your browser
VIEW IN TELEGRAM
ChatGpt gave me a live clock - didn't expect that😁