Uberswe
Uberswe
Something like Reddit or Hacker News (https://news.ycombinator.com/) are also good examples. What is the next version of this?
At one point I wanted to make Beubo act as a server with automatic SSL but I think it's better to leave that to an existing project like https://github.com/caddyserver/caddy and...
Description attempt 2: Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins.
Beubo is similar to https://github.com/asim/nitro We could consider using Nitro as a base for a lot of areas, especially for plugins that need to talk over RPC or gRPC. Nitro...
Another idea I have is to possibly simplify Beubo to a simple core set of functions. So Beubo itself would be more of a plugin management system which wouldn't even...
> Another idea I have is to possibly simplify Beubo to a simple core set of functions. So Beubo itself would be more of a plugin management system which wouldn't...
Although, making it too flexible might also defeat the point of making Beubo in the first place. Why use Beubo as a base for a game if you could just...
Sometimes you just gotta make something and see what people say, let feedback determine what Beubo will turn into 😄
This may also be a admin module for consideration in #4 and could possible hook into other modules such as e-commerce in #10
> I think you should separate the e-commerce by modules, like a catalogue, documents (quotes, orders), payments, shipping, etc. I like that idea. Currently I'm trying to figure out the...