https://www.deta.sh/ Deta Logo Deta Space Docs Dashboard The Cloud for Doers & Dreamers. Build & deploy your ideas on the universe's most developer friendly cloud platform. Say goodbye to servers and bills. Deta is free for ever. Join Deta ship blue Micros Get your Python & Node.js apps / APIs on the internet in seconds. Learn more - * Deploy in seconds. * Unlimited apps & APIs. * Highly scalable. * Built-in API-Key auth & Cron. 1. Get Started with Python - 2. Get Started with Node.js - Python Node from fastapi import FastAPI app = FastAPI() @app.get("/") def hello(): return "Hello from my Deta Micro" const express = require("express"); const app = express(); app.get("/", async (req, res) => { res.send("Hello from my Deta Micro") }); module.exports = app; $ deta new $ Deploying n $ Successfully created a Deta Micro. $ https://hello.deta.dev/ / ship purple Base Deta Base is a super easy to use production-grade NoSQL database that comes with unlimited storage. Learn more - * [?] Easy to use API. * Super fast & highly scalable. * Unlimited databases. * Graphical UI. 1. Get Started with Python - 2. Get Started with Node.js - Python Node Go HTTP from deta import Base fleet = Base("fleet") # name your Base fleet.put({"name": "Geordi", "cto": True, "key": "1"}) fleet.get("1") # get item by key fleet.fetch() # list all items fleet.update({"name": "Geordi La Forge", "key": "1"}) fleet.delete("1") const { Base } = require("deta"); const fleet = Base("fleet"); // name your Base fleet.put({"name": "Geordi", "cto": True, "key": "1"}) fleet.get("1") // get item by key fleet.fetch() // list all items fleet.update({"name": "Geordi La Forge", "key": "1"}) fleet.delete("1") package main import ( "github.com/deta/deta-go/deta" "github.com/deta/deta-go/base" ) d, err := deta.New() // name your Base fleet, err := base.New(d, "fleet") // put an item in the Base key, err := fleet.Put(&User{ Key: "1", CTO: true, Name: "Geordi", }) curl --location --request PUT \ 'https://database.deta.sh/v1/{project_id}/{db}/items' \ --header 'X-API-Key: mysecret_project_key' \ --header 'Content-Type: application/json' \ --data-raw '{ "items": [ { "name": "Geordi", "title": "Chief Engineer", "has_visor": true }, ] }' ship green Drive The easy to use cloud storage solution by Deta - get 10GB for free. Learn more - * [?] Easy to use API. * [?][?] Super fast & highly scalable. * Unlimited drives. * 10GB per account for free. 1. Get Started with Python - 2. Get Started with Node.js - Python Node Go HTTP from deta import Drive files = Drive("invoices") # name your Drive files.put("invoice.pdf", path="./invoice.pdf") files.get("invoice.pdf") # get file by name files.list() # list all files in a drive files.delete("invoice.pdf") const { Drive } = require("deta"); const files = Drive("invoices"); // name your Drive files.put("invoice.pdf", {path: "./invoice.pdf"}); files.get("invoice.pdf"); // get file by name files.list(); // list all files in a drive files.delete("invoice.pdf"); package main import ( "strings" "github.com/deta/deta-go/deta" "github.com/deta/deta-go/drive" ) d, err := deta.New() // name your Drive files, err := drive.New(d, "files") // put a file name, err = files.Put(&drive.PutInput{ Name: "hello.txt", Body: strings.NewReader("Hello"), ContentType: "text/plain", }) curl --location --request PUT \ 'https://drive.deta.sh/v1/{id}/{dname}/files?name={name}' \ --header 'X-API-Key: mysecret_project_key' \ --header 'Content-Type: application/octet-stream' \ --data-raw '--raw-bytes--' Ready for Space? Deploy to millions of users & make $$$ with a click on the only [?] scale, 0 ops cloud in the universe! Learn more - I'm ready, take me to Space - rohit7gupta Rohit Gupta @rohit7gupta @detahq is bloody amazing! So smooth, so fast, painless. CapTen101_ Tushar Rohilla @CapTen101_ Bye bye Heroku. Hello @detahq You guys are the best mayneyao Mayne @mayneyao @detahq Kai Fa Ti Yan Zhen De Hen Bang ,Yong fastapi Xie Jie Kou + Hou Duan Luo Ji . Da Pei iOS De Jie Jing , Shi Yong @NotionHQ Zuo Shu Ju Ku ,Ke Yi Hen Fang Bian Di Ba Ri Chang Shu Ju Shou Ji Qi Lai . Di Dai Ma Ping Tai Zhen Shi Zhe Teng Pai De Fu Yin ,Kuai Su Yan Zheng idea Hen Fang Bian . Mian Fei E Du Ye Zu Gou Ge Ren Ri Chang Shi Yong . Zuo Wan Zhe Teng Liao 2Xiao Shi Shang Shou deta + fastapi,Bu Dao 50 Xing Dai Ma pic.twitter.com/T5abKth7YA asxyzp @ @asxyzp @detahq w/o the free-tier version of Deta, most of us wouldn't have been able to test out in the first place. e.g. @Oracle 19g has a free tier cloud version, but I haven't been able to use it, because it asks for a credit card transaction & everyone in my family uses a debit card. kunalmish Kunal Mishra. @kunalmish Big thank you to the people behind @detahq. Deta is SO GREAT. AniketTeredesai Aniket Teredesai @AniketTeredesai @detahq ik u have heard this a million times... But Deta is Gold for hobbyists! anthcor Anthony Corletti @anthcor so @detahq looks like an incredibly dope product Scienvestor Vitaly Ermilov @Scienvestor Just want to support and spread the word about these guys! I love the idea of highly effective startup friendly #cloud infrastructure. deta.sh space.deta.dev #webapps #developers bLaCkwEwGG bLaCkwEw @bLaCkwEwGG Deta deta.sh JosiasWing Josias Aurel @JosiasWing Built a small URL shortener on @detahq and it was supper easy. Here is the live app link : d4kqx2.deta.dev Source : github.com/ JosiasAurel/mi... gingerbreadfork Gingerbreadfork @gingerbreadfork You can do some pretty interesting stuff with @detahq Say you want to cache requests when using a public API or something, less than 100 lines of #python and you have a data micro you can do just that with, deployable in seconds... for free... -\_(tsu)_/- github.com/ Gingerbreadfor... allanberger allanberger/ @allanberger @__tosh built a site to check game compatibility & performance on the new M1 Macs -- web app powered by @detahq twitter.com/__tosh/ status/... 0xDak daksh [?] @0xDak this was basically to test @detahq but decided to make a segment. s/ o to @detahq for such amazing deployment kr_anurag_ Anurag [?] @kr_anurag_ Was able to deploy my first FastAPI Project to @detahq Both are amazing tools Special thanks to @JoshuaPoddoku #100DaysOfCode # fastapi #deta #30DaysOfCode #javascript #python whole_grainsley Ainsley @whole_grainsley Really hope this service takes off falling in love with it after only a little bit of poking around twitter.com/detahq/status/... yuvraajsj18 Yuvraj @yuvraajsj18 @detahq Deta seems unreal to me mrcartoonster mrcartoonster @mrcartoonster Man, I hope this guy doesn't know about @detahq ... twitter.com/ iamdevloper/st... Dustin_Michels Dustin Michels @Dustin_Michels Tried building a simple Python app with FastAPI, including deploying to @detahq... so slick!! I am amazed. gopipofficial Gopi @gopipofficial Just got to know about @detahq it's simply awesome and completely free forever wow. Thanks, team for this awesome work #cloud SwapnaChippagi SwapnaChippagi @SwapnaChippagi hey @detahq made a crypto alert using your service. Thank you medium.com/@swapnachippag... haxzie_ Musthaq Ahamad @haxzie_ @fayazara @vercel @Netlify Try @detahq vimoveremacs Parth .ml @vimoveremacs @detahq deta to the mooooon hemeshch Hemesh @hemeshch I really love the Deta Drive. It's honestly so easy to use and I am currently using it with multer to build an image uploader for my web app. @detahq, you guys did a really good job! pic.twitter.com/ 1rOi7202Go ParitoshM_9 Paritosh Mahajan @ParitoshM_9 @detahq is the best free tool I found to quickly launch digital products. We can host servers, run cron jobs, use their cloud database etc for free and without LIMITS. I used it for my project @growclout and I cannot recommend more #buildinpublic #indiehackers # 100DaysOfCode sotoplatero dsoto @sotoplatero deta.sh pinta muy bueno. Cada vez es mejor el desarrollo de tus ideas y MVP's, todo sin gastar un kilo twitter.com/fransallen/sta... SatRen10 Ren~ @SatRen10 used Deta to host my little microservice easily for my college AR project which I had to make in 4 hours being a spoiled teen and starting work on submission day, thanks @detahq [?] Acid1012 Gao Cang Li @Acid1012 Rong Liang Wu Xian noNoSQLdetabesu,Gao Su naYing Da (shiyatsutodaunnashi),shinpu runadepuroiCLItoSDKmadeTi Gong sareteirunoni,Wan Quan Wu Liao nayabesabisu woJian tsuketeshimatsuta deta.sh pointerish Josias Alvarado @pointerish What a nice thing @detahq is. I'm currently working on a project very close to my heart and I chose Deta as my go-to platform. So far I'm enjoying it! theberrysauce berrysauce @theberrysauce Thanks to @detahq you can go to changemydisplay.deta.dev and change the text on my little OLED display I love how fast you can make stuff with Deta pic.twitter.com/xVwShJiivL 0xDak daksh [?] @0xDak @dakmig @heroku @Zeet_Co @detahq @detahq ftw ended up using it. v easy to use with the cli jonstodle Jon Grythe Stodle @jonstodle After playing around with it for a little while, @detahq really feels like Vercel or Netlify for the backend. Write a server and deploy in seconds. Even includes 2GB of database storage for free! If you just need the database, that's available too via node, Python, Go, HTTP RikTarWeb Riccardo Tartaglia @RikTarWeb @florinpop1705 @supabase If you want a fast MVP try also deta.sh JoshuaPoddoku Joshua Poddoku @JoshuaPoddoku Powerful tools I used for the first time for Frontend projects [?] Quickly make an API using @fastapi [?]Deploy on @detahq #DEVCommunity IN #DEVCommunity #100DaysOfCode #API simonw Simon Willison @simonw Neat new option for deploying Datasette (and other ASGI and WSGI applications) - @detahq is a "micro cloud" hosting provider that runs Python or Node.js apps in sandboxes VMs with 128MB of RAM available for each execution docs.deta.sh/docs/micros/ab... twitter.com/_abdelhai /stat... lakuapik David Adi Nugroho @lakuapik @detahq running on app that builds on top of deta micro [?][?][?][?] ayshptk ayushp.eth [?] @ayshptk @TheBuilderJR @detahq cron *chef's kiss* iamMrDuncan [?] - Shannon Duncan - @iamMrDuncan I just found @detahq and omg it looks awesome. FC_rstats FC rSTATS @FC_rstats @mr_le_fox @detahq this looks like a great tool for my use case (simple as they come), have played around with it quickly and it has proved perfect with some interesting features - thanks ruterlv Ruter Lu @ruterlv The server(Deta Micros), database(Deta Base) and OSS(Deta Drive) all available, can't wait to dev! twitter.com/detahq/status/... spongedungeon Rohan @spongedungeon why is @detahq so good tietougongshiba Tie Tou Gong Shi Ba @tietougongshiba Zhe Fu Wu You Dian Xiang Hou Duan Ban De vercel Shi Liao Xia Gan Jue Huan Ting Bu Cuo deta.sh Cathadan Noah Manneschmidt @Cathadan Just stumbled into Deta recently and while I don't know how "everything is free forever" can possibly work out in the long run, what they have so far is really cool and I want to use it for something! twitter.com/detahq/status/... anoushk77 Anoushk @anoushk77 Made my first Micro on @detahq Took about 10 minutes from installing the cli to having it deployed Awesome work guys and thanks @ayshptk for introducing me to deta pic.twitter.com/aMTTYibtHw fillerInk Sreeram @fillerInk So I got a sneak peek of @detahq's next big thing thanks to @mxeust and oh boy is it exciting! Really glad and excited to see Deta stand out from other cloud providers and redefine how people use the cloud. Eagerly waiting for the release! sir_divs_alot Kieran @sir_divs_alot WHOA! I just checked them out! How can this be real??? Guys check out @detahq NOW! #100devs #100DaysOfCode If I'm dreaming y'all get a free slap to wake me up! twitter.com/thisismanaswin... rochacbruno Bruno Rocha @rochacbruno Muito interessante esta opcao para deploy de APIs em #python com # FastAPI fastapi.tiangolo.com/deployment/det... You don't need a degree to use Deta Although many students and university staff swear by it michigan peking harvard stanford For developers, not enterprises Unlike 'big cloud', Deta is made with developers in mind. We have no plans to shift our focus to selling to enterprise. Free, for purpose Credit cards and server costs are creativity-killers for developers worldwide. Deta is free, built to back creators and their ideas. We make money together Deta is building tools to help developers earn money. We aspire to pay you, not charge you. wink What are you waiting for? Join Deta today and enjoy the Cloud of the future for free. Twitter / Slack / Discord Deta - The Cloud for Developers Abstract Computing, Berlin Aavash Shrestha Platform Engineer Max Eusterbrock Space Engineer Mustafa Abdelhai CEO Rabin Gaire Platform Engineer Rohan Shiva SWE Intern Get in touch For help, head to our Slack or Discord For non-support inquiries, email us at team@deta.sh Legal / Privacy / Terms / Credits