Active deployments - terrytaylorbonn/auxdrone GitHub Wiki
25.0307 (0131) Doc URLs Stack URLs Lab notes (Gdrive), Git
The 3-digit numbers on this page refer to docx's on the Gdrive
NOTE: URLs below may take up to 1 minute to spin up the first time (free plans). If the URL does not work, try again a minute later. 25.0218 #901 (devtamin) renamed to 290b
These demos are currently quite basic (see the Test deployment list for a historical list of old test demos). My goal is to have some really good demos up and running by mid-2025.
- 1 CURRENT (tables with public URLs)
- 2 ZiptieAI sites
- 3 Current deployments
The tables below list the
- 3.1 Swagger (GQL)
- 3.2 APIs (REST/GQL)
- 3.3 Backends and any "linked" DBs
- 3.4 DBs
- 3.5 Frontends (and any "linked" (displayed in FE UI) backends)
NOTE: URLs below may take up to 1 minute to spin up the first time (free plans). If the URL does not work, try again a minute later.
| Backend | Type | URL |
|---|---|---|
| #290 | Swagger | two90-express-vite-neupane.onrender.com/api-docs |
| #290b (#901) | swagger | nine01-devtamin.onrender.com/api-docs |
| #244 | swagger | LH:8080/products-api/v1/ui/#/Products/get_all_products |
| #238 | swagger | render-flask-deployment-qg5s.onrender.com/swagger |
Most API are incomplete (limited endpoints). See the swagger for which endpoints are implemented.
| Backend | Type | URL |
|---|---|---|
| #290 | REST | two90-express-vite-neupane.onrender.com/api/create |
| #290b (#901) | REST | nine01-devtamin.onrender.com/api/products |
| #240 FE | REST | LH:8000/example/external-api |
| #244 | REST | LH:8080/products-api/v1/products |
| #238 | REST | POST render-flask-deployment-qg5s.onrender.com/add |
| Backend | Type | Deploy | Status | URL | Linked DB |
|---|---|---|---|---|---|
| #290 | EN | Render | OK | two90-express-vite-neupane.onrender.com | techNotesDB |
| #290b (#901) | EN | Render | OK | xxx | ?? |
| #244 | Flask (gen'd by SwaggerHub from yaml) | Lhost? | ?? | xxxx | ?? |
| #238 | Flask | Render | OK | render-flask-deployment-qg5s.onrender.com/? | --- |
| #261 | ENM | Render | OK | xxx | xxx |
| Type | DB |
|---|---|
| Mongo | cluster0.kgsq0z2.mongodb.net/Node-API |
| Mongo | cluster0.elj3r.mongodb.net/techNotesDB |
| Frontend | Type | Deploy | Status | URL | Linked backend |
|---|---|---|---|---|---|
| #290b-a (#901a) | React | Render | OK | nine01-devtamin.onrender.com | 901 |
| #290b-b (#901b) | React | Render | OK | nine01-2b-react-for-node-api.onrender.com | 901 |
| #240 | Django (gen'd from Vercelemplate) | Lhost? | ?? | ?? | 244 |
| #267 button "Swagger" in footer | React | Render | OK | two67-tailwind.onrender.com | 238 /swagger (25.0122) |
| #261 | React | Render | OK | technotes-msxi.onrender.com | 261 |
- ziptieai.com
- 25.0112 Prototype Vue/Tailwind site for API sandbox @ apisandbox3.ziptieai.com (forwards to https://two85-hoobank2.onrender.com/). See #285_(OK)_react_tailwind_render_JSMASTERY_.docx for setup. I'd like this to eventually look like https://konghq.com.
- apisandbox.ziptieai.com (sites.google.com simple test)
- scalar.ziptieai.com/reference (swagger tests)
- docs.ziptieai.com/en/latest (RTD/Sphinx test)
- gitbook.ziptieai.com/webinar-test-site/basics/openapi (test)
- DOWN
- ziptieai.net (AWS; shut down everthing to save costs)
- ziptieai.org
other
- 25.0130 #293 https://two93-just-the-docs-template.onrender.com/
#267 25.0102 Tailwind CSS https://two67-tailwind.onrender.com
- Based on a 3-hour video from Dave Gray.
#261 MERN (Mongo, Express, React, Node) https://technotes-msxi.onrender.com.
- Based on an 8 hour video tutorial (required a week to get running).
#238 Flask 24.1209 https://render-flask-deployment-qg5s.onrender.com.
All turned off or deleted to save costs (see "3 Previous deployments" near end of this page).
ZiptieAI was originally created as the documentation site for the AI drones I built in 2024 (not part of the API sandbox, but listed here in any case). In the future I might want to focus on website deployments (so I list these drone examples here).
- (ON) ziptieai.com (AI drones main site; Jekyll, outdated; github ttbiz2)
- (ON) docs.ziptieai.com (AI drones docs; ReadTheDocs (Sphinx); github ttbonn)
- (ON) ziptieai.com/01tut React demo deploy (simple) #258_(OK-MOSTLY)_react_GRAY_v02_24.1221.docx. Its actually a good Copilot example :) .
- (ON) https://glistening-beijinho-65bd06.netlify.app #260_(OK-HALF)_astro_blog_INPUBLIC_v02_24.1222.docx About half of it works (a real rats nest of programming).
- (ON) (BASIC TEMPLATE ONLY) hugo NETLIFY #248_(OK)_hugo_GPT_v01_24.1213.docx** https://hey-there-hugo2.netlify.app/
- (ON) #255_(OK-HALF)_astro_vercel_netlify_JQQUICK_v01_24.1218.docx https://unique-bombolone-fb0772.netlify.app/
- (ON) https://cosmic-bienenstitch-249a8c.netlify.app/ React demo deploy (simple) #258_(OK-MOSTLY)_react_GRAY_v02_24.1221.docx. Its actually a good Copilot example :) . Seems to be a problem with this.. I think I made a mistake by using the same repo for NETLIFY and GITHUB deployments... stuff added for GITHUB maybe caused an error.
- (ON) #252 Angular boilerplace VERCEL 24.1214 https://angular-boilerplate-omega-two.vercel.app/.
- I usually startout by doing Youtube demos, but for this demo I did quite a lot based on input from Copilot (inline in VSCode) and (Chat) GPT. Both are amazingly accurate and helpful.
- (ON) #255_(OK-HALF)_astro_vercel_netlify_JQQUICK_v01_24.1218.docx https://afraid-ablation.vercel.app/
- (ON) nextjs neon VERCEL #253_(OK)_nextjs_neon_vercel_TOM_v02_24.1217.docx https://comment-anon-3b99p3qq0-terry-taylors-projects.vercel.app/
- (ON) (BASIC TEMPLATE ONLY) docusaurus VERCEL #250_(OK)_docusaurus_GPT_v01_24.1214 https://docusaurus-eight-sage.vercel.app/
- (ON) (BASIC TEMPLATE ONLY) jekyll VERCEL #251_(OK)_jekyll_GPT_VERCEL_v01_24.1214.docx https://jekyll-tau-five.vercel.app/
- (ON) ttaylor502.pythonanywhere.com (#131 OK) 24.1122 v01 very basic app;
swagger added 24.1123 (the manually added ping endpoint works)
- #246_(OK)_hono_starter_kit_RASMIC_v01_24.1212 https://hono-server.terrytaylorbonn.workers.dev/
- (ON) scalar.ziptieai.com/reference (#121??) (Scalar.com swagger)
- (ON) gitbook.ziptieai.com (#229) ($79/month for custom URL)
- (ON) railyway / swagger (#49)