Lasan
@lasnish.substack.com
26 followers 10 following 280 posts
I’ve founded multiple startups, and the cover photo highlights the tools / services / languages I love 🐣 https://velovra.com -> Join the waitlist 🦩 https://orbivon.com 🦜 https://deskofy.app
Posts Media Videos Starter Packs
Yeah, the same thing happened with the word ‘Orbivon’, my previous startup. I couldn’t even remember the exact name, something like ‘Orbivan’ or even a drug came up instead. But after a few months of optimizing the SEO, it got fixed. :D
You can use the same steps to create a name and brand identity that truly fits your product.

#branding
Finally, I created some simple branding wallpapers to see how the logo and name look together in different contexts.

And that’s it, that’s my product naming and logo design process. Simple, intentional, and meaningful. 🚀
For the font, I chose Ubuntu, because it holds a personal meaning for me. it was the first Linux OS I used after Windows XP.
Now move to the logo. I prefer clean, geometric logos. For this one, I decided to:

1. Use a circle to represent “movement all the way around.”
2. Add a chart-like symbol to symbolize “analyze and decide.”
3. Incorporate curves to express “smoothness and ease of use.”
Combining these letters gave me the final name: Writtte 😄 (Yes, with three “T”s :D I love the uniqueness of it.)
Since this project is a startup platform, the message fits perfectly (I think). Then, I extracted the following letters:

W → Write
R → Resonate
I → Inspire
T → Transform
T → Tell
T → Truth
E → Engage
For this project, I wrote 16 sentences and came up with over 40 name options. Here’s the final sentence I used:

"Write with intention, Resonate across channels, Inspire action, Transform readers into believers, Tell your brand’s truth, Engage at scale."
I start by writing a sentence, anything that comes to mind. then I pick letters from that sentence (in order) to form potential names. I repeat this several times with different sentences and generate multiple word combinations.
How do you name your products? Here’s the method I use :D feel free to copy the same steps to come up with a meaningful name and design a logo that actually represents your brand.

📅 So its the 2nd day of Building in Public on my blogging platform.

👉👈

#SaaS #startup #buildinpublic #branding
With the current DB structure, I’m assuming it can scale up to a few million records in a single DB instance. Reaching that amount of data would already indicate that the project is successful. If it becomes extremely successful, I can then scale further by sharding the DB.
I think this applies to any kind of platform: companies just want to use the platform, while we handle the messy parts, infrastructure, security, and support.
Even if they automate the process, they’re still responsible for managing and maintaining everything. That’s why there are open-source alternatives for almost everything, yet companies often prefer to use paid platforms.
The issue is that teams have to manage the entire infrastructure, security, and everything else themselves. For example, if someone wants to build a product and needs to create a blog, they’d have to set everything up from scratch.
Yeah, WordPress can be used, it can 100% be implemented as my platform with extensions. Most products have these kinds of alternatives.

(sorry about multiple posts, content is long :D)
Hey, I'm not focusing on a similar platform like Medium. There are already plenty available, and most of them are great. Instead, I'm focusing on product-based blogs, customizable blogs that can be attached to existing sites in just a few minutes, matching their products' styles, aesthetics.
I initially thought the DB structure could be designed in just a few hours, but it ended up taking the whole day. What to do, it’s part of the requirements. If you have any questions, drop them here or just send me a DM.
There will be two databases:

1. A database that stores core data
2. A database that stores analytics data

Rather than using a GUI tool, I chose to design the database class diagrams with PlantUML. It’s simple, fast, and works well inside VS Code. No UI, just code. Felt like a developer :D
🥂 So it's the day 1 of Developing a Blogging Platform

The entire day was spent designing the database structure. Instead of jumping straight into database development, I decided to structure the entire class diagram first.

#SaaS #startup #buildinpublic #postgre
Just published a new article: "A scalable GoLang directory structure" 🚀

If you’ve ever struggled with messy Go projects as they grow, this one’s for you. Full breakdown of a real-world, scalable structure for microservices.

Check it out: open.substack.com/pub/lasnish/...

#development #go #golang
A scalable GoLang directory structure
A practical guide to organizing Go projects for maintainability, scalability, and real-world applications
open.substack.com
Didn't knew that. Thanks mate 🫶
hwy, what is atproto means?
I just started developing a blogging platform in full build in public mode :D
At this point, I had the requirements, architecture diagram, tools and technologies, frontend sitemap, and API list all ready.

This is the same method I used for my previous project, and I can confidently say it’s a solid approach for an initial MVP plan. ✨
I used the following format for the API endpoints:

/version/section/action

For example: /v1/auth/sign-in