Artomatica
Artomatica
WWasp-lang
Created by Artomatica on 10/17/2023 in #🙋questions
Wasp SaaS+blog
13 replies
WWasp-lang
Created by Artomatica on 10/17/2023 in #🙋questions
Wasp SaaS+blog
Not sure if there anything to write about ,@martinsos Configuring Hugo on a subdomain is more about Hugo and subdomains than Wasp. On the other hand, the guide about setting up Wasp on free oracle cloud (or own VPS) is much more interesting topic and valuable post. It also a relatively easy to integrate in wasp deploy command. Something like 'wasp deploy caprover' I have this idea with a post in my head.
13 replies
WWasp-lang
Created by Artomatica on 10/17/2023 in #🙋questions
Wasp SaaS+blog
>use a static site generator like Hugo and somehow connect it to wasp app (or subdomain, blog.myDomain.com ?) I think I will go this way, as I use Hugo for all my projects, and it should be easy to integrate and deploy with existing tooling. And I can embed it under blog menu in the SaaS template. Thanks, guys!
13 replies
WWasp-lang
Created by Artomatica on 10/17/2023 in #🙋questions
Wasp SaaS+blog
Thank you, guys! My requeremets is to be as easy as it gets. I am so tired to configure things, I just want to post and integrate it in a such a way, user will not suspect that he is on different site/platform. I use MD a lot with images, videos, tables. Static is good, so I can host blog on github. I am thinking about displaying Hugo inside wasp client app, like in the frame, and load it from github, where I can push MD.
13 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #🙋questions
Dedicated server deployment
Copcover is amazing! Thanks for the info! Paired with always free oracle cloud there is no excuses not to deploy apps anymore.
13 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #🙋questions
Dedicated server deployment
Nice, thank you, @miho. Will give it a go in the evening. I have two free Oracle instances which just sitting around doing nothing.
13 replies
WWasp-lang
Created by Aleksandr S. on 10/5/2023 in #🙋questions
Hi, I tried to use usemage.ai but it doesn't seem to work
Mage is not always capabale of generating fully working project. It generates OK skeleton, but you still need to go through the files and fix things. Also, code is somewhat bad. You will be better with taking working template and tailoring it to your task.
8 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #🙋questions
Dedicated server deployment
I am experementing with docker compose, Somethimg like this services: wasp-app: image: wasp-app-image ports: - "3000:3000" nginx: image: nginx:latest volumes: - ./nginx.conf:/etc/nginx/nginx.conf ports: - "80:80" - "443:443"
13 replies
WWasp-lang
Created by Artomatica on 10/6/2023 in #🙋questions
Dedicated server deployment
Thanks, what about domain setup, things like ngnix, etc.? Should I add ngnix to wasp Docker? Sorry for stupid questions, I develop for embedded and never deployed web apps with Docker.
13 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #🙋questions
How to implement text streaming(the same way it is done in ChatGPT)?
I had zero experience with JS development before. The majority of the project is made using GPT-4 and asking questions in the Discord at night. I like Wasp, it is flexible, easy to use and deploy, very fast for prototyping. Examples help a lot. I am not sure it is viable for big projects(due to the structure, too much is getting added to queries and actions, main.wasp file and it becomes unreadable), but for a startup and smaller software projects, it is perfect. I especially like integration with fly.io, build in db studio editor, containerization, and how easy is to deploy. Most questions I have with Wasp are Architecture related: integration of jobs, external APIs, streaming. Typescript and "use effect" is a nightmare after using C all my life. npm and Node feels bloated as hell. Tailwind is very good, because of how easy gpt-4 can create an element for you, and it is very easy to add UI from examples. Generally, Wasp solves all my needs for now (except testing and CI, buy it is much broader topic).
11 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #🙋questions
How to implement text streaming(the same way it is done in ChatGPT)?
Just to show how it works: https://craftydraft.com/ made using Wasp
11 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #🙋questions
How to implement text streaming(the same way it is done in ChatGPT)?
You made the example after my question, that is very fast!
11 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #🙋questions
How to implement text streaming(the same way it is done in ChatGPT)?
11 replies
WWasp-lang
Created by Artomatica on 9/28/2023 in #🙋questions
How to implement text streaming(the same way it is done in ChatGPT)?
Thanks đź‘Ť
11 replies