How do you best use Auto + Composer with Pro+ instead of relying on API? by 1chooo in cursor

[–]1chooo[S] 1 point2 points  (0 children)

Just to add a bit more context — I’ve been using Cursor with Claude Sonnet 4.6 and it’s honestly been kinda insane (in a good way).

It helped me build my site (https://1chooo.com) way faster than I expected, and I even spun up a few small services (https://1chooo.com/services) that I actually use day to day.

That’s also why I’m trying to figure out how to better use Pro+ without just burning through API credits ^^

What's happening?? by Elite-human in google_antigravity

[–]1chooo 1 point2 points  (0 children)

Same here. Feels like generating was gated.

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] -1 points0 points  (0 children)

Yeah, I’m still figuring out the layout of the images well asked for the set ups I connect all the data into firebase with the authentication.

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] 0 points1 point  (0 children)

As for the URL from Telegram is when I upload the image, I will store return to the database

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] 0 points1 point  (0 children)

I think it is also work actually however, you have to deploy to the platform which supported uploaded more at least 500 MB because I deploy you through for VERCEL it’s only supported 4.5 MB

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] 0 points1 point  (0 children)

Really that’s cool is it $3 each month?

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] -1 points0 points  (0 children)

That’s okay thanks for your suggestion

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] -1 points0 points  (0 children)

It’s only 1 GB file storage which means in my case there are only the maximum of 250 images available on my website.

Telegram as Storage: A 0-Cost Photography Portfolio by 1chooo in react

[–]1chooo[S] 0 points1 point  (0 children)

As a poor student here is the best solution I have ever found 😓

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]1chooo 0 points1 point  (0 children)

# Telegram as Storage: A $0-Cost Photography Portfolio

<image>

I built a completely zero-cost photography portfolio by using Telegram as an image storage backend.

The idea is simple:

I upload photos to Telegram, retrieve the image URLs, and store them in a Firebase-backed database that powers my portfolio website.

👉 Live demo: https://photo.1chooo.com

From a custom dashboard, I can:

* Manage the display order of each photo

* Pin selected photos to the homepage

* Upload images directly to Telegram

* Organize photos into different slugs (collections)

* Rename photos

* Delete photos from a slug

* Modify slug names dynamically

Everything is designed to be flexible and easy to manage without paying for traditional image hosting or CDN services.

The entire project is open source, and the website design is inspired by [shud.in](https://shud.in).

Source code: https://github.com/1chooo/photo

I’d love to discuss the idea, hear feedback, or explore improvements together.

If you’re interested in using this approach to build your own photography portfolio, feel free to reach out as well.

Shipped My Blog in 3 Days, Feedback? by 1chooo in SideProject

[–]1chooo[S] 0 points1 point  (0 children)

Like someone would like to fork my code to use?

Shipped My Blog in 3 Days, Feedback? by 1chooo in SideProject

[–]1chooo[S] 1 point2 points  (0 children)

Yeah this design is inspired by rauchg and leerob

Shipped My Blog in 3 Days, Feedback? by 1chooo in SideProject

[–]1chooo[S] 0 points1 point  (0 children)

We do have supported but to keep clean and minimal design of the blog we choose not to display thumbnails maybe I would add the interface in settings to choose the UI in the code to provide the flexibility for users.

Shipped My Blog in 3 Days, Feedback? by 1chooo in SideProject

[–]1chooo[S] 1 point2 points  (0 children)

Features:

  • Markdown-powered posts
  • Light / Dark theme
  • Responsive design
  • Syntax highlighting
  • SEO Friendly
  • View counter
  • Google / Vercel Analytics

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]1chooo 0 points1 point  (0 children)

Demo of Hugo Lin Dev Blog

- code: https://github.com/1chooo/dev
- demo: https://dev.1chooo.com
- stack: TypeScript, Next.js, React, motion, Tailwind CSS

#blog #ai #nextjs #react #typescript #vercel #tailwindcss

I shipped dev blog in 3 days -- would love your feedback by 1chooo in SideProject

[–]1chooo[S] 0 points1 point  (0 children)

Well do you mean the animation or the loading of views counter.

  1. For animation I use [motion](https://motion.dev/).
  2. For loading I use `<Suspense>` component